cashfree / cashfree-payout
Cashfree's Payout APIs provide developers with a streamlined pathway to integrate advanced payout capabilities into their applications, platforms and websites.
Requires
- php: ^7.2 || ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.3
- guzzlehttp/psr7: ^1.7 || ^2.0
- sentry/sdk: ^3.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- phpunit/phpunit: ^8.0 || ^9.0
This package is not auto-updated.
Last update: 2024-11-07 11:35:20 UTC
README
The Cashfree Payout PHP SDK offers a convenient solution to access Cashfree Payout APIs from a server-side Go applications.
Documentation
Cashfree's Payout API Documentation - https://docs.cashfree.com/reference/payouts-version2-apis
Learn and understand payout workflows at Cashfree Payments [here](https://docs.cashfree.com/docs/payouts
Try out our interactive guides at Cashfree Dev Studio !
Getting Started
Note:
This README is for the current branch and not necessarily what's released in Composer
Installation
composer require cashfree/cashfree-payout
Configuration
\Cashfree\Cashfree::$XClientId = "<x-client-id>"; \Cashfree\Cashfree::$XClientSecret = "<x-client-secret>"; \Cashfree\Cashfree::$XEnvironment = Cashfree\Cashfree::$SANDBOX;
Generate your API keys (x-client-id , x-client-secret) from Cashfree Merchant Dashboard
Licence
Apache Licensed. See LICENSE.md for more details