chaplean/zoho-invoice-client-bundle

ZohoInvoice Client Bundle

Installs: 221

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:zoho-invoice-client-bundle

v1.0.6 2018-09-14 15:37 UTC

This package is auto-updated.

Last update: 2024-04-28 11:48:01 UTC


README

Codeship Status for chaplean/zoho-invoice-client-bundle

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()