PHPackages                             manishapay/manishapay - 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. [Payment Processing](/categories/payments)
4. /
5. manishapay/manishapay

ActiveLibrary[Payment Processing](/categories/payments)

manishapay/manishapay
=====================

Official PHP SDK for ManishaPay — a multi-gateway payments API (PayNow, Stripe, Paystack, Flutterwave, PayPal, M-Pesa, PayFast and more)

v1.0.0(yesterday)00MITPHP &gt;=7.4

Since Jul 22Compare

[ Source](https://github.com/nobytechy/manishapay-php)[ Packagist](https://packagist.org/packages/manishapay/manishapay)[ Docs](https://manishapay.netlify.app)[ RSS](/packages/manishapay-manishapay/feed)WikiDiscussions Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

manishapay/manishapay (PHP SDK)
===============================

[](#manishapaymanishapay-php-sdk)

Official PHP client for [ManishaPay](https://manishapay.netlify.app) — one API for many payment gateways (PayNow, Stripe, Paystack, Flutterwave, PayPal, M-Pesa, PayFast and more). Pick the gateway per call with a `provider` field; your code stays the same.

PHP 7.4+. Only requires `ext-curl` and `ext-json` (both standard).

Install
-------

[](#install)

```
composer require manishapay/manishapay
```

Or, without Composer, drop `src/ManishaPay.php` into your project and `require` it directly.

Usage
-----

[](#usage)

```
