opsway / zohobooks-api
PHP SDK for ZohoBooks API
Installs: 25 207
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 20
Forks: 10
Open Issues: 7
Requires
- php: ^5.6 | ^7.0
- guzzlehttp/guzzle: ^6.0
Requires (Dev)
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: ^2.7
README
ZohoBooks PHP library
Install
composer require opsway/zohobooks-api:^0.1@dev
TODO
0.x versions - full API with array processing
- Implement all API v3 methods: https://www.zoho.com/books/api/v3/
- Cover code with unit tests
- Setup CI (Travis)
1.x version - ORM-like layer implementation
- Implement ORM layer for API
- Integrations with popular frameworks