ipgpay / ipg-sdk-php-dev
This package is abandoned and no longer maintained.
No replacement package was suggested.
IPG WSSDK PHP Implementation Development Version
1.0.5
2018-05-17 07:08 UTC
README
$ composer
h2 Run Tests
$ phpunit
Tests are split into two folders:
- Unit: testing class functionality only
- Integration: requiring internet connection
Test Reports are generated in the reports folder
h2. Generate docs
$ phpdoc -d lib -t docs
Docs are generated in the docs folder
h2. run server
$ cd docs; php -S localhost:8080