ipgpay / ipg-sdk-php-dev
IPG WSSDK PHP Implementation Development Version
Installs: 2 913
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
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