chaplean/zoho-invoice-client-bundle

ZohoInvoice 客户端包

安装: 221

依赖项: 0

建议者: 0

安全: 0

星标: 1

关注者: 1

分支: 0

公开问题: 0

类型:zoho-invoice-client-bundle

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

This package is auto-updated.

Last update: 2024-08-28 12:26:07 UTC


README

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

先决条件

本版本包需要 Symfony 2.8+。

安装

1. Composer

composer require chaplean/zoho-invoice-client-bundle

2. AppKernel.php

添加

new Chaplean\Bundle\ZohoInvoiceClientBundle\ChapleanZohoInvoiceClientBundle(),

配置

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'

可用函数

  • 项目

    • getItems()
    • getItem()
    • postItem()
    • putItem()
    • deleteItem()
    • postItemActive()
    • postItemInactive()
  • 估算

    • getEstimate()
    • getEstimates()
    • postEstimate()
    • putEstimate()
    • deleteEstimate()
  • 发票

    • getInvoice()
    • getInvoices()
    • postInvoice()
    • putInvoice()
    • deleteInvoice()