Skip to content

bluehorndigital/freshbooks-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreshBooks SDK

A PHP library for interacting with the FreshBooks API!

Usage

// Initiate an API client with your FreshBooks domain prefix and token.
$apiClient = new \BluehornDigital\FreshBooks\Api('domain', 'profileToken');

// Create an API call
$clientCall = new Clients($apiClient);

// Do something!
$response = $clientCall->query(['username' => 'janedoe']);

$client = $response[0];

// Display client name

print $client->getFirstName() . ' ' . $client->get('last_name');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages