cdtweb / cybersource-client
1.0.0
2018-04-16 15:59 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^6.5
- squizlabs/php_codesniffer: ^3.0
- vlucas/phpdotenv: ^2.4
This package is auto-updated.
Last update: 2025-01-13 12:08:27 UTC
README
A client library for CyberSource's Simple Order API.
Install
composer require cdtweb/cybersource-client
Testing
Copy .env.dist
to .env
and update it with your test account keys to run
transaction tests. Otherwise, transaction tests will be skipped.
Contributing
- Fork your own copy of cdtweb/cybersource-client to your account
- Create a feature branch
- Make changes
- Add and run unit tests (phpunit)
- Commit changes
- Push changes
- Create Pull Request