← All projects

satim-php

by @PiteurStudio

Active 35

PHP package to interact with Satim.dz API

About this project

Satim.dz PHP Client A fully open-source PHP package for seamless integration with Satim.dz, the official interbank payment gateway in Algeria. This package enables merchants and developers to generate secure payment links and retrieve payment statuses directly via the Satim API, facilitating transactions through both CIB and Edahabia cards. ### Requirements PHP 8.1 or higher Satim.dz API credentials (username, password, terminal ID) via CIBWeb.dz. Installation You can install the package via composer: Usage Configuration Configure your Satim.dz API credentials using your project's preferred method of storing sensitive information. Credentials example: Initialization Create a new Satim client by passing your API credentials: Main Methods The Satim provides the following methods: Register a new payment order: register() Confirm the status of a payment: confirm($orderId) Refund a payment: refund($orderId) Retrieve payment status: status($orderId) Generate a Payment Link Create a payment link with a few simple method calls: Optional configuration methods: Method Parameters Description Default Behavior

From the project README on GitHub

Stars
35
Forks
8
License
MIT
Last push
24 Nov 2025

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/satim-php.svg)](https://www.madeinalgeria.dev/projects/satim-php)

Related projects