Download the PHP package rtconner/freshbooks-api without Composer
On this page you can find all versions of the php package rtconner/freshbooks-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rtconner/freshbooks-api
More information about rtconner/freshbooks-api
Files in rtconner/freshbooks-api
Download rtconner/freshbooks-api
More information about rtconner/freshbooks-api
Files in rtconner/freshbooks-api
Vendor rtconner
Package freshbooks-api
Short Description Wrapper to the FreshBooks API
License MIT
Package freshbooks-api
Short Description Wrapper to the FreshBooks API
License MIT
Keywords apifreshbooks
Please rate this library. Is it a good library?
Informations about the package freshbooks-api
FreshBooks API
PHP wrapper for the FreshBooks API. Simplifies FreshBooks API XML structure into a PHP array strucure. You need to know the method names and params when you're creating a new FreshBooksApi instance. See all here http://developers.freshbooks.com/
Composer Install
composer require rtconner/freshbooks-api dev-master
.. or ..
"require": {
"rtconner/freshbooks-api": "dev-master"
}
Sample Code
The XML tag parameters you see on the freshbooks API page are the ones you pass to $fb->post() (as an array)
Example: list clients with an email of [email protected]
Credits
- Jason Reading - http://jasonreading.com
- Robert Conner - http://smartersoftware.net
All versions of freshbooks-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-curl Version *
ext-curl Version *
The package rtconner/freshbooks-api contains the following files
Loading the files please wait ....