Download the PHP package macdanson/jpesa-php-sdk without Composer
On this page you can find all versions of the php package macdanson/jpesa-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download macdanson/jpesa-php-sdk
More information about macdanson/jpesa-php-sdk
Files in macdanson/jpesa-php-sdk
Download macdanson/jpesa-php-sdk
More information about macdanson/jpesa-php-sdk
Files in macdanson/jpesa-php-sdk
Vendor macdanson
Package jpesa-php-sdk
Short Description PHP SDK for JPesa API (Credit/Debit GWallet, Transaction lookup, KYC) with optional Laravel integration.
License MIT
Package jpesa-php-sdk
Short Description PHP SDK for JPesa API (Credit/Debit GWallet, Transaction lookup, KYC) with optional Laravel integration.
License MIT
Please rate this library. Is it a good library?
Informations about the package jpesa-php-sdk
JPesa PHP SDK (with Laravel support)
A lightweight, Composer-ready PHP SDK for the JPesa API: Credit/Debit GWallet, Transaction Info, and KYC.
- Base URL:
https://my.jpesa.com/api/ - Auth: Provide your
_key_(API key).
Installation
Quick start (vanilla PHP)
Other calls
Laravel usage
- Publish config (optional):
This will create config/jpesa.php.
-
Set env:
-
Resolve via DI:
- Or use Facade:
Webhooks / Callbacks
Pass a callback URL in credit()/debit() if you want JPesa to notify your app.
Always verify fields like tid and your tx to ensure idempotency.
Testing
Unit tests use Guzzle's MockHandler to simulate API responses.
License
MIT
All versions of jpesa-php-sdk with dependencies
PHP Build Version
Package Version
The package macdanson/jpesa-php-sdk contains the following files
Loading the files please wait ...