Skip to content

nicdavies/byte.api.lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP BYTE API Client

A simple wrapper for the BYTE API that requires PHP >= 7.0.

Requirements

  • PHP >= 7.0 with cURL extension,

Installation

The recommended way is using composer:

$ composer require nybbl/byte

Basic usage

use Nybbl\Byte;

$client = new Byte\Client('<my token>');
$response = $client->api('license')->verify('<license code>');

Documentation

Contributing

Feel free to make any comments, file issues or make pull requests.

About

The API library for Byte.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages