rahulreghunath / zoho
Zoho CRM integration for PHP-Laravel
v0.2
2017-11-12 10:50 UTC
Requires
- php: >=5.5.9
This package is not auto-updated.
Last update: 2025-03-30 08:01:51 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