chaplean / zoho-invoice-client-bundle
ZohoInvoice Client Bundle
Installs: 222
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:zoho-invoice-client-bundle
Requires
- php: >=7.0.8
- chaplean/rest-client-bundle: ^1.0
- symfony/config: ^2.8 || ^3.0 || ^4.0
- symfony/console: ^2.8 || ^3.0 || ^4.0
- symfony/dependency-injection: ^2.8 || ^3.0 || ^4.0
- symfony/yaml: ^2.8 || ^3.0 || ^4.0
Requires (Dev)
- chaplean/codeship-scripts: ^1.0
- chaplean/coding-standard: ^1.1
- mockery/mockery: dev-master
- phpunit/phpunit: ^6.3
- symfony/http-kernel: ^2.8 || ^3.0 || ^4.0
- symfony/var-dumper: ^2.8 || ^3.0 || ^4.0
This package is auto-updated.
Last update: 2024-10-28 12:59:38 UTC
README
Prerequisites
This version of the bundle requires Symfony 2.8+.
Installation
1. Composer
composer require chaplean/zoho-invoice-client-bundle
2. AppKernel.php
Add
new Chaplean\Bundle\ZohoInvoiceClientBundle\ChapleanZohoInvoiceClientBundle(),
Configuration
1. config.yml
imports: - { resource: '@ChapleanZohoInvoiceClientBundle/Resources/config/config.yml' }
2. paramters.yml
chaplean_zoho_invoice.access_token: 'your access token' chaplean_zoho_invoice.organization_id: 'your organization id'
Available functions:
-
Items
- getItems()
- getItem()
- postItem()
- putItem()
- deleteItem()
- postItemActive()
- postItemInactive()
-
Estimate
- getEstimate()
- getEstimates()
- postEstimate()
- putEstimate()
- deleteEstimate()
-
Invoice
- getInvoice()
- getInvoices()
- postInvoice()
- putInvoice()
- deleteInvoice()