Skip to content

PayGreen/paygreen-php

Repository files navigation

Paygreen PHP SDK

🚀 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