Skip to content

madmatt/silverstripe-freshbooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreshBooks Integration for SilverStripe Framework

Build Status Code Coverage Scrutinizer Code Quality

Installation

  1. Add the module to your 'require' with composer: composer require madmatt/silverstripe-freshbooks

  2. Add a new freshbooks.yml file to your project folder with the following content:

name: FreshBooksSiteConfig
after: #FreshBooksConfig
---
FreshBooksBaseGateway:
  - api_token: ''
  - subdomain: ''

api_token can be retrieved by logging into your FreshBooks account, clicking on 'My Account' in the top-right, and clicking 'FreshBooks API' in the second-level menu. You're looking for the 'Authentication Token' value. subdomain is the part of the URL that you visit to get to your FreshBooks account before the 'freshbooks.com'. For example, if you normally go to http://joesgarage.freshbooks.com, then your subdomain is joesgarage.

  1. Once you've put these in place, visit /dev/build?flush=1 to update the SilverStripe manifest.

About

FreshBooks Integration for SilverStripe Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published