Skip to content

freshmindpl/paylane_php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayLane REST PHP client

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.