nybbl/byte

API Library for integrating with the BYTE API (v1)

1.0.3 2018-11-29 21:10 UTC

This package is auto-updated.

Last update: 2024-09-29 05:09:22 UTC


README

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.