cdtweb / cybersource-client
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cdtweb/cybersource-client
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-09-13 13:40:28 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