paygreen/paygreen-php

PayGreen PHP SDK


README

🚀 Getting Started

Installation

composer require paygreen/paygreen-php

Requirements

📚 Documentation

🚀 Find the documentation for Paygreen V3 here.

🚧 Testing

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