2017 © Pedro Peláez
 

library sdk

SDK for 247Pay integration

image

payment247/sdk

SDK for 247Pay integration

  • Monday, March 20, 2017
  • by payment247
  • Repository
  • 0 Watchers
  • 1 Stars
  • 596 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

sdk

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads] StyleCI, (*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)

The Versions

20/03 2017

1.1.0

1.1.0.0 https://github.com/payment247/SDK

SDK for 247Pay integration

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk 247pay

20/03 2017

dev-master

9999999-dev https://github.com/payment247/SDK

SDK for 247Pay integration

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk 247pay

25/01 2017

1.0.0

1.0.0.0 https://github.com/payment247/SDK

SDK for 247Pay integration

  Sources   Download

MIT

The Requires

 

The Development Requires

sdk 247pay