composer require paygreen/paygreen-php
- PHP 5.6 and above.
- PSR-18 HTTP Client like Guzzle or curl-client
🚀 Find the documentation for Paygreen V3 here.
Start docker stack:
docker-compose up -d
PHPUnit tests:
docker-compose exec php vendor/bin/phpunit tests
Behat tests:
docker-compose exec php vendor/bin/behat