kairos / zohoinvoiceapiclient
Zoho invoice client for php
Installs: 1 685
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: >=5.3.0
- guzzle/guzzle: ~3.8
Requires (Dev)
- phpunit/phpunit: ~3.7
This package is not auto-updated.
Last update: 2024-12-21 17:27:48 UTC
README
This is an attemps to integrate ZOHO invoice api in a php library. This library rely on guzzle and guzzle service description feature. It's very convenient to use that feature since it can validate your data from a json description schema (see guzzle doc). I'v began to compile Zoho invoice api parameters in services file you can find in "Services > ServiceFolder > ServiceFile.json"
This is a work in progress, feel free to fork and contribute if it can be helpful for you.