SofizPay Logo

SofizPay

SofizPay Logo
SofizPay
Technical Documentation
SofizPay Logo

SofizPay PHP SDK

A complete PHP SDK for SofizPay that provides seamless integration with SofizPay for payment transactions

Version 1.0.0PHP 8.0+Composer
Send Secure Payments
Get Account Balance
Transaction History
Search & Filter

Requirements

  • PHP: 8.0 or higher
  • Composer: For dependency management
  • Extensions: cURL, JSON
  • Sofizpay Account: With DZD trustline for live operations

Composer Installation

bash
composer require sofiz/sofizpay-sdk-php

Install the SDK and its dependencies using Composer

Autoload Setup

php
<?php
require_once 'vendor/autoload.php';

use Sofiz\SofizPay\SofizPayClient;

Include the autoloader and import the main client class

Make sure you have PHP 8.0+ and Composer installed before proceeding with the installation.