freshmindpl/paylane_php

This package is abandoned and no longer maintained. No replacement package was suggested.

PayLane REST Client for PHP

1.0.3 2015-05-18 18:56 UTC

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.