Download the PHP package ziack/zoho-crm-orm without Composer
On this page you can find all versions of the php package ziack/zoho-crm-orm. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zoho-crm-orm
Wabel's Zoho-CRM ORM
Heavily forked from mctekk's work
What is this?
This project is a PHP connector to Zoho CRM. Use this connector to access ZohoCRM data from your PHP application.
Who is it different from other connectors?
Unlike other Zoho CRM clients, the Zoho-CRM ORM uses a code generator to generate Beans and DAOs to easily access Zoho objects from PHP.
Beans and DAOs?
A small bit of code is better than a long phrase, here you go with a sample:
What you must always remember:
- Beans are used to map records in Zoho. There is one class per Zoho module
- DAOs are used to send beans to Zoho. There is one DAO per Zoho module
But how do I generate Beans and DAOs?
There are several techniques.
Using pure PHP code:
Setting up unit tests
Interested in contributing? You can easily set up the unit tests environment:
- copy the
phpunit.xml.dist
file intophpunit.xml
- change the stored
auth_token
- run the tests:
vendor/bin/phpunit
Troubleshooting
- I'm saving a bean (using the
save
method of the DAO) and searching for it afterwards (usingsearchRecords
). The bean is not returned.
This is a Zoho issue. Zoho takes about one minute to index the records you insert. So you must wait about one minute before the Zoho bean you saved will be findable using thesearchRecords
method.
All versions of zoho-crm-orm with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
wabel/zoho-crm-client-wrapper Version ~1.0
guzzlehttp/guzzle Version ~6.0
gossi/php-code-generator Version ^0.4 || ^0.5
psr/log Version ~1.0
wabel/zoho-crm-client-wrapper Version ~1.0
guzzlehttp/guzzle Version ~6.0
gossi/php-code-generator Version ^0.4 || ^0.5
psr/log Version ~1.0
The package ziack/zoho-crm-orm contains the following files
Loading the files please wait ....