PHP Wrapper for the YMLP API

dev-master 2014-12-11 06:42 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:48:14 UTC


README

Build Status Code Coverage Scrutinizer Code Quality

This package provides a clean API Wrapper for YMLP in your PHP projects. It should be considered unstable at best and you should not use this in production until development has made more progress.

Installation

Install package via Composer. Add the following to your project's composer.json file:

"require": {
    "alphagenetica/ymlp": "dev-master"
}

Examples

// @todo Add PHP usage example for some of the API calls

Copyright

@todo