Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelhelmick/freshbooks-php-oauth
Class that works with Freshbooks API and OAuth
https://github.com/michaelhelmick/freshbooks-php-oauth
Last synced: about 1 month ago
JSON representation
Class that works with Freshbooks API and OAuth
- Host: GitHub
- URL: https://github.com/michaelhelmick/freshbooks-php-oauth
- Owner: michaelhelmick
- Created: 2010-08-03T00:55:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-29T14:27:20.000Z (over 13 years ago)
- Last Synced: 2024-04-16T03:19:33.344Z (7 months ago)
- Homepage: http://blog.michaelhelmick.com/2010/07/30/freshbooks-api-using-oauth/
- Size: 93.8 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
/**
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*//**
* This is class written to work with Freshbooks OAuth methods. It
* authorizes a user and will let you make requests to Freshbooks API
* methods with OAuth headers.
*
* Last Edit: Oct. 1st, 2010
* @author Mike Helmick ([email protected])
* @version 2.0
*
**/For information on how to use this class, check out my blog post:
http://blog.michaelhelmick.com/2010/07/30/freshbooks-api-using-oauth/Also, if you're using Code Ignitor.. Spicer Matthews converted this lib to work easily in CI:
http://github.com/cloudmanic/php-freshbooks-codeigniter