billotei/silex-freshbooks

There is no license information available for the latest version (dev-master) of this package.

Silex service for freshbooks

dev-master 2014-09-25 08:28 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:18:03 UTC


README

A silex service wrapper for FreshBooks API https://github.com/rtconner/freshbooks-api

$app['freshbooks'] = $app->share(function () use ($app) {
return new FreshBooksApi($app['freshbooks_domain'], $app['freshbooks_token']);
});