commerceguys / authnet
PHP SDK for Authorize.Net API, using Guzzle.
Installs: 331 216
Dependents: 1
Suggesters: 0
Security: 0
Stars: 20
Watchers: 7
Forks: 16
Open Issues: 14
Requires
- php: >=7.3
- ext-json: *
- ext-simplexml: *
- ext-xmlwriter: *
- guzzlehttp/guzzle: ^6.2 || ^7.0
Requires (Dev)
- phpunit/phpunit: ^9.5.23
- squizlabs/php_codesniffer: ~2
This package is auto-updated.
Last update: 2024-10-30 01:37:25 UTC
README
An SDK for Authorize.net, using Guzzle.
Why not the official Authorize.net PHP SDK?
- Currently https://github.com/AuthorizeNet/sdk-php is licensed under a proprietary license.
- It is not PSR-4.
- Too many dependencies.
Dependencies
PHP version >= 7.3 is required.
The following PHP extensions are required:
- json
- simplexml
- xmlwrite
This library uses Guzzle, v6 minimum.
Testing
PHPUnit
Run composer test
, or ./vendor/bin/phpunit -c phpunit.xml.dist
Test Credit Card Numbers
See the Authorize.Net Testing Guide for more information.
License
See the LICENSE file.