Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.08 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.08 KB

Beyonic PHP Library

Php library for the http://beyonic.com API

Installation

Manual

To use the library, download the latest release and uncompress it in a location that's on your project's include path.

Once that's done, you can include the library in your scripts as follows:

require('./lib/Beyonic.php');

Composer

To install the library via Composer, add composer.json:

{
  "require": {
    "beyonic/beyonic-php": "*"
  }
}

Usage

Please visit http://support.beyonic.com/api for usage documentation

Latest Stable Version Latest Unstable Version Total Downloads License