0.1
0.1.0.0 https://github.com/rahulreghunath/zoho-crmPHP form validation plugin
MIT
by Rahul Reghunath
Wallogit.com
2017 © Pedro Peláez
Zoho CRM integration for PHP-Laravel
A simple PHP API extension for Zoho CRM for Laravel, (*1)
Require this package in your composer.json and update composer. This will download the package., (*2)
composer require rahulreghunath/zoho
After updating composer, add the ServiceProvider to the providers array in config/app.php, (*3)
Rahulreghunath\Zoho\ServiceProvider::class,
After adding ServiceProvider, Run the command, (*4)
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, (*5)
PHP form validation plugin
MIT