Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

SafeBoda/beyonic-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beyonic PHP Library

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

It requires PHP version 5.4+

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

About

PHP bindings for the Beyonic API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%