lebedevsoft/amocrm-laravel is a Laravel package for amocrm api lib for laravel.
It currently has 0 GitHub stars and 18 downloads on Packagist.
Install it with composer require lebedevsoft/amocrm-laravel.
Discover more Laravel packages by lebedevsoft
or browse all Laravel packages to compare alternatives.
Last updated
AmoCRM lib for API version 4
For install add to composer file:
"repositories": [
{
"type": "composer",
"url": "https://github.com/LededevSoft/amocrm-laravel"
}
],
Run console command:
composer req lebedevsoft/amocrm-laravel
After install lib run console command:
php artisan vendor:publish --provider="LebedevSoft\AmoCRM\AmoServiceProvider"
For use this lib, create object $amo = new AmoCRM(config("amo.app_id")) and use this object.