lebedevsoft / amocrm-laravel
AmoCRM API lib for Laravel
dev-main
2023-10-23 10:21 UTC
Requires
- php: >=7.3
This package is auto-updated.
Last update: 2025-04-23 13:17:09 UTC
README
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.