shohag/zoho-crm-api-installer

Zoho CRM API Project Starter. Use it to create a new project easy and fast.

0.1.1 2019-11-22 17:08 UTC

This package is auto-updated.

Last update: 2024-04-23 04:07:14 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

  1. Visit /gen.php E.G.: http://localhost:900/gen.php
  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