/ZohoCRM-API

php app for working with Zoho CRM API v2

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

ZohoCRM-API

php app for working with Zoho CRM API v2

Run Project

Clone this repo. cd to project folder. Run:

composer install;
php serve

This will open a server on localhost:900.

Authentication

  1. Visit /gen.php E.G.: http://localhost:900
  2. Create Client App
  3. Fill up the config.php file with app credentials.
  4. Click the Authorize link to authorize the app and generate tokens.
  5. Visit index.php