shohag / zoho-crm-api-installer
Zoho CRM API Project Starter. Use it to create a new project easy and fast.
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 2
Open Issues: 0
Type:project
Requires
- zohocrm/php-sdk: ^2.0
This package is auto-updated.
Last update: 2025-03-23 06:41:22 UTC
README
php project starter for working with Zoho CRM API v2.
Install
Run
composer create-project shohag/zoho-crm-api-installer my-new-project
or download or clone the repository, cd
into the project folder and run:
composer install
Run Project
Run:
cd my-new-project
php serve
This will open a server on localhost:900.
Authentication
- Visit /gen.php E.G.: http://localhost:900/gen.php
- Create Client App
- Fill up the
config.php
file with app credentials. - Click the Authorize link to authorize the app and generate tokens.
- Visit
index.php