Complete refactoring for use with composer and PSR autoloading standard. How you can simple run composer install ecommpay/paymentpage-sdk (but it need one more little step in packagist.org to register the package).
Add autocomplete for PaymentPage URL builder.
All methods have PHPDoc description of course.
Added tests and integration with Travis CI. Tests are running from 7.0 to latest PHP version.
Added code coverage and maintainability inspections via CodeClimate.
Added PHPCS (integrated with Travis CI).
So now repository looks like standard package in Composer ecosystem - easy to use, developer friendly.
Hi, @blakw0lf!
I've made some changes in source of EcommPay SDK.
Complete refactoring for use with composer and PSR autoloading standard. How you can simple run
composer install ecommpay/paymentpage-sdk
(but it need one more little step in packagist.org to register the package).Add autocomplete for PaymentPage URL builder. All methods have PHPDoc description of course.
Added tests and integration with Travis CI. Tests are running from 7.0 to latest PHP version.
Added code coverage and maintainability inspections via CodeClimate.
Added PHPCS (integrated with Travis CI).
So now repository looks like standard package in Composer ecosystem - easy to use, developer friendly.