PHPackages                             shabnamyusifzada/php-pulpal - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. shabnamyusifzada/php-pulpal

ActiveLibrary[API Development](/categories/api)

shabnamyusifzada/php-pulpal
===========================

PulPal Payment System API

1.0.0(3y ago)669MITPHPPHP &gt;=5.6

Since Feb 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/shabnamyusifzada/php-pulpal)[ Packagist](https://packagist.org/packages/shabnamyusifzada/php-pulpal)[ Docs](https://github.com/shabnamyusifzada/php-pulpal)[ RSS](/packages/shabnamyusifzada-php-pulpal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PulPal Payment API for PHP
==========================

[](#pulpal-payment-api-for-php)

[![latest release](https://camo.githubusercontent.com/c095469dce5b27428eb0b17f02f9a97d45537be46a373272e14e4f61ee0ba148/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e362d626c75652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/c095469dce5b27428eb0b17f02f9a97d45537be46a373272e14e4f61ee0ba148/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d2533453d352e362d626c75652e7376673f7374796c653d666c61742d737175617265)[![Latest Release on GitHub](https://camo.githubusercontent.com/b9828feecc22fcd43dc4d4b30e7aaf959d6ac562dd0037b71a1be962ca473684/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f736861626e616d79757369667a6164612f7068702d70756c70616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shabnamyusifzada/php-pulpal)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/71cc18614381d291355d825b40dcec76d1837303091ac0f0fa573d612c3f7751/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736861626e616d79757369667a6164612f7068702d70756c70616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/shabnamyusifzada/php-pulpal)

Based on

About
-----

[](#about)

The `php-pulpal` package allows you to accept and process payments using [PulPal API](https://payment-api-dev.pulpal.az/swagger/index.html) directly in your php application.

Features
--------

[](#features)

- Top-up Payment from the merchant to the client
- Check status of transaction
- Check merchant wallet balance and blocked funds

Requirements
------------

[](#requirements)

- PHP 5.6+
- cURL

Composer Install
----------------

[](#composer-install)

Require the `shabnamyusifzada/php-pulpal` package in your `composer.json` and update your dependencies:

```
$ composer require shabnamyusifzada/php-pulpal
```

Manual Install (without Composer)
---------------------------------

[](#manual-install-without-composer)

- [Download](https://github.com/shabnamyusifzada/php-pulpal/archive/refs/heads/main.zip) the class library and extract the contents do a directory in your project structure.
- Upload the files to your web server.

Setup
-----

[](#setup)

Save config/pulpal.php to a location of your choice and fill out your details accordingly.

To use the library in your project, include the following into your file(s).

- /path/to/config.php
- autoload.php

Integrate the package
---------------------

[](#integrate-the-package)

Include the following to your file:

```
