ahmedd-ibrahim / zohobooks
PHP SDK for ZohoBooks API
Installs: 2 184
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: ^5.6 | ^7.0 | >=8.0.0
- guzzlehttp/guzzle: ^6.0 | >=7.2.0
Requires (Dev)
- phpunit/phpunit: ^5.7 | >=7.3
- squizlabs/php_codesniffer: ^2.7
This package is auto-updated.
Last update: 2024-12-18 13:09:08 UTC
README
ZohoBooks PHP library
This package is an upgrade of official package
Most important feature is switch from old auth to Oauth
Install
composer require ahmedd-ibrahim/zohobooks
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