Download the PHP package friendsofapi/billogram without Composer
On this page you can find all versions of the php package friendsofapi/billogram. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download friendsofapi/billogram
More information about friendsofapi/billogram
Files in friendsofapi/billogram
Package billogram
Short Description Library for connecting to the Billogram v2 API
License MIT
Homepage https://billogram.com/api/documentation
Informations about the package billogram
Billogram v2 API Client
This Billogram fork was created to because we wanted to have a modern API client that followed PHP standards. Attempts were made to improve the original library but they were quickly shutdown. This fork will live "forever".
Installation:
Why php-http/guzzle6-adapter php-http/message
? We are decoupled from any HTTP messaging client with help by
HTTPlug. Read about clients in the HTTPlug docs.
Usage
First you need to register an account. it's recommend that you sign up on Billogram sandbox environment Sandbox Billogram or on Billogram, then generate an API user.
Authentication:
After you have generated an API user you need to create a BillogramClient and pass your user and the password to the factory function.
Create a customer:
Fetch a customer:
Create an item:
Fetch items:
Delete an item:
Create an invoice:
We consider that you have created a customer and an item (See the docs above) and you will you them to create a new invoice:
API documentation
The Billogram API documentation is a good place to start if you want to learn more of the API.
Contribute
Do you want to make a change? Pull requests are welcome.
All versions of billogram with dependencies
php-http/client-implementation Version ^1.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.0
php-http/httplug Version ^1.0
php-http/multipart-stream-builder Version ^1.0
php-http/client-common Version ^1.5