freshmindpl / paylane_php
PayLane REST Client for PHP
Installs: 8 233
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 21
Open Issues: 0
Requires
- php: ~5.3
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2022-02-01 12:44:01 UTC
README
The PayLane PHP client is a wrapper for our RESTful API, allowing you to quickly integrate your services with our payment gateway. These clients have undergone tests to ensure they work out of the box, and are regularly maintained by PayLane. If you notice any bugs, please report them.
Official documentation
Code snippets, full API documetation, plugins, integration examples and much more can be found in the PayLane DevZone.
All the code examples in the Developer Zone are based on these official REST clients.
Composer
{ "require": { "freshmindpl/paylane_php": "~1.0" } }
License
MIT license. See the LICENSE file for more details.