Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajnandan1/twyple-sdk-php
https://github.com/rajnandan1/twyple-sdk-php
cashfree
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rajnandan1/twyple-sdk-php
- Owner: rajnandan1
- License: apache-2.0
- Created: 2020-05-05T18:52:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T18:37:04.000Z (over 4 years ago)
- Last Synced: 2023-07-16T03:35:06.090Z (over 1 year ago)
- Topics: cashfree
- Language: PHP
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# twyple-sdk-php
### Installation
```composer require twyple/twyple-sdk-php```### Getting started
Create an endpoint and initialize the package. All you have to do is read the input data and call the Handler.#### Cashfree
```http://your/server/route.php``````
Handler($inputJSON);
echo json_encode($handlerRes);?>
```