paybreak / paybreak-sdk-php
PayBreak SDK PHP v4
Installs: 14 714
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 12
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=5.5
- nesbot/carbon: ~1.19
- paybreak/api-client: ~1.0
- psr/log: ~1.0
- wnowicki/generic: ~0.0
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2023-12-05 12:39:21 UTC
README
Documentation
Using the SDK
Composer
In order to use the SDK, please require it using composer:
composer require paybreak/paybreak-sdk-php:^4.0
The major version of the SDK should match that of the API version, which is currently in version 4
API Client Factory
To use the paybreak SDK, you'll need to implement your own ApiClientFactoryInterface
- though this is a trivial task. See our example implementation in the Basket Repository
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@paybreak.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.