This is an example web application built using the Silex micro-framework. It demonstrates using Omnipay to process payments using all supported payment gateways.
To run the example application, you must first install the development dependencies via composer.
From the root directory, run composer install
.
Run development server and go to http://localhost:8080
composer serve
If you are having general issues with Omnipay, we suggest posting on Stack Overflow. Be sure to add the omnipay tag so it can be easily found.
If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a mailing list which you can subscribe to.
If you believe you have found a bug, please report it using the GitHub issue tracker, or better yet, fork the library and submit a pull request.