Download the PHP package olsgreen/sage-business-cloud-accounting-api without Composer
On this page you can find all versions of the php package olsgreen/sage-business-cloud-accounting-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download olsgreen/sage-business-cloud-accounting-api
More information about olsgreen/sage-business-cloud-accounting-api
Files in olsgreen/sage-business-cloud-accounting-api
Package sage-business-cloud-accounting-api
Short Description This package provides a means easily of interacting with the Sage Business Cloud Accounting API.
License MIT
Informations about the package sage-business-cloud-accounting-api
Sage Business Cloud Accounting PHP API Client
This package provides a means easily of interacting with the Sage Business Cloud Accounting API.
Installation
Add the client to your project using composer.
composer require olsgreen/sage-business-cloud-accounting-api
Usage
Sage require that you exchange your key & secret for an access token, this is then used to access the API.
You can handle authentication and obtain an access token by using my other package that olsgreen/oauth2-sage-business-cloud for the PHP Leagues oAuth2 Client package.
Examples
Creating a basic Contact
Endpoint Support
Sage Business Cloud Accounting has numerous endpoints, we have only implemented a limited number so far:
✅ Contacts
✅ Contact Payments
✅ Contact Allocations
✅ Contact Types
✅ Countries
✅ Sales Invoices
✅ Purchase Invoices
✅ Transaction Types
✅ Tax Rates
✅ Journals
➖ Ledger Accounts
➖ Bank Accounts
➖ User
See the API Reference for a full list.
License
See attached license file
Contributions
Pull requests welcome 🙂