sdk
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads]
, (*1)
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what
PSRs you support to avoid any confusion with users and contributors., (*2)
Install
Via Composer, (*3)
``` bash
$ composer require payment247/sdk, (*4)
## Usage
#### Make external calls
Create new client
```php
$client = new ApiClient('public_key', 'private_key');
Then send request, (*5)
$request = new PaymentSystemsRequest();
$client->send($request);
Check Requests
and Responses
directories to see all available types of requests and responses, (*6)
Parse notifications
You should just pass json notification to parse method, (*7)
$client = NotificationClient('private_key');
$client->parse('json_notification');
Explore Notifications
directory to see all available types of notifications, (*8)
Change log
Please see CHANGELOG for more information on what has changed recently., (*9)
Testing
bash
$ composer test
, (*10)
Contributing
Please see CONTRIBUTING for details., (*11)
Security
If you discover any security related issues, please email support@247pay.com instead of using the issue tracker., (*12)
License
The MIT License (MIT). Please see License File for more information., (*13)