veridu / gateway-php
Gateway PHP SDK
Requires
- php: >=5.3.0
- lcobucci/jwt: ^3.1
Requires (Dev)
- phpdocumentor/phpdocumentor: 2.8.*
- phpunit/phpunit: 4.7.*
Suggests
- ext-json: JSON extension
This package is not auto-updated.
Last update: 2022-02-01 12:55:09 UTC
README
Installation
This library can be found on Packagist. The recommended way to install this is through composer.
Edit your composer.json
and add:
{ "require": { "veridu/gateway-php": "~0.1" } }
And install dependencies:
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
Features
- PSR-0 compliant for easy interoperability
Bugs and feature requests
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues and read the Issue Guidelines, written by Nicolas Gallagher.
Versioning
This SDK will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
Copyright and license
Copyright (c) 2013/2016 - Veridu Ltd - http://veridu.com