PHPackages                             cashpayyy/sdk - 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. cashpayyy/sdk

ActiveLibrary[Payment Processing](/categories/payments)

cashpayyy/sdk
=============

Official CashPay Payment Gateway SDK for PHP

00PHP

Since Feb 20Pushed 2mo agoCompare

[ Source](https://github.com/Annesbadusha/cashpay-php-sdk)[ Packagist](https://packagist.org/packages/cashpayyy/sdk)[ RSS](/packages/cashpayyy-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

CashPay PHP SDK
===============

[](#cashpay-php-sdk)

Official PHP SDK for integrating with CashPay Payment Gateway.

Installation
------------

[](#installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

You can install the SDK via Composer:

```
composer require cashpayyy/sdk
```

### Via GitHub VCS

[](#via-github-vcs)

If you prefer to use the latest version directly from our repository, add this to your `composer.json`:

```
{
    "require": {
        "cashpayyy/sdk": "dev-main"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Annesbadusha/cashpay-php-sdk.git"
        }
    ]
}
```

### Manual Installation

[](#manual-installation)

Alternatively, clone the repository into your project and configure path-based loading.

Quick Start
-----------

[](#quick-start)

```
