Zoho CRM integration for PHP-Laravel

Installs: 794

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 1

pkg:composer/rahulreghunath/zoho

v0.2 2017-11-12 10:50 UTC

This package is not auto-updated.

Last update: 2025-09-28 10:21:37 UTC


README

A simple PHP API extension for Zoho CRM for Laravel

Require this package in your composer.json and update composer. This will download the package.

composer require rahulreghunath/zoho

Installation

Laravel

After updating composer, add the ServiceProvider to the providers array in config/app.php

Rahulreghunath\Zoho\ServiceProvider::class,

After adding ServiceProvider, Run the command

    php artisan vendor:publish

After that set your Zoho CRM authentication key inside zoho.php file inside config folder and you are good to go