purt09 / payeer
Library for implement payeer
0.5
2021-02-02 22:38 UTC
Requires
- php: >=7.2.0
- ext-curl: *
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ~8.0
README
Install
composer require purt09/payeer
Unit testing
Install in your local
$ composer install
Run Tests
Fill in the information in PayeerTest Fill in the information in PayeerClientTest
$ php vendor/bin/phpunit --bootstrap vendor/autoload.php tests/unit/PayeerTest.php
$ php vendor/bin/phpunit --bootstrap vendor/autoload.php tests/unit/PayeerClientTest.php
or
$ "vendor/bin/phpunit" --bootstrap vendor/autoload.php tests/unit/PayeerTest.php
$ "vendor/bin/phpunit" --bootstrap vendor/autoload.php tests/unit/PayeerClientTest.php