agmscode / agms_php
Agms PHP Library
v0.8.0
2015-06-25 16:24 UTC
Requires
- php: >=5.2.1
- ext-curl: *
- ext-dom: *
- ext-hash: *
- ext-json: *
- ext-libxml: *
- ext-mbstring: *
- ext-openssl: *
- ext-simplexml: *
- ext-soap: *
- ext-xmlwriter: *
Requires (Dev)
- guzzle/plugin-mock: ~3.1
- mockery/mockery: ~0.8
- phpunit/phpunit: ~4.0
- squizlabs/php_codesniffer: ~1.4
This package is not auto-updated.
Last update: 2024-10-26 17:54:35 UTC
README
The AGMS Gateway PHP Code Library provides integration access to the AGMS Gateway.
Dependencies
PHP version >= 5.2.1 required.
The following PHP extensions are required:
- curl
- dom
- hash
- openssl
- SimpleXML
- xmlwriter
Release Notes
Support for Invoicing and Recurring are not yet completed.
Documentation and Examples
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.
License
See the LICENSE file.
Development
Test cases can be run with: vendor/bin/phpunit
Contributing
- 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