Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajnandan1/twyple-sdk-php


https://github.com/rajnandan1/twyple-sdk-php

cashfree

Last synced: 24 days ago
JSON representation

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);

?>

```