The AGMS Gateway PHP Code Library provides integration access to the AGMS Gateway.
PHP version >= 5.2.1 required.
The following PHP extensions are required:
- curl
- dom
- hash
- openssl
- SimpleXML
- xmlwriter
Support for Invoicing and Recurring are not yet completed.
Examples can be found as part of this package in sample_hpp.php, sample_invoicing.php, sample_recurring.php, sample_report.php, sample_safe.php, sample_transaction.php.
See the LICENSE file.
Test cases can be run with: vendor/bin/phpunit
- Fork it ( https://github.com/agmscode/agms_php#fork-destination-box )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request