Skip to content

A comprehensive PHP library for interacting with the byte API.

Notifications You must be signed in to change notification settings

Tustin/byte-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

byte-php

A comprehensive PHP library for interacting with the byte API.

Installation

Pull in the project with Composer:

composer require tustin/byte-php

Usage

To get started, here's a simple script:

require_once 'vendor/autoload.php';

use \Tustin\Byte\Client;

// You can pass any Guzzle options into Client.
$client = new Client();

$client->login('<byte authorization token>');

// Output all the data for your account.
var_dump($client->accounts()->me());

About

A comprehensive PHP library for interacting with the byte API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages