pixelion/amo-core

Amo core

Maintainers

Package info

github.com/pixelion/amo-core

Type:yii2-extension

pkg:composer/pixelion/amo-core

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2021-03-24 17:17 UTC

This package is auto-updated.

Last update: 2026-02-25 04:06:39 UTC


README

PIXELION

Latest Stable Version Total Downloads Monthly Downloads Daily Downloads Latest Unstable Version License

Installation

The preferred way to install this extension is through composer.

Either run

php composer require --prefer-dist pixelion/amo-core "*"

or add

"pixelion/amo-core": "*"

to the require section of your composer.json file.

Add to web config.

'modules' => [
    'amocrm' => ['class' => 'Pixelion\AmoCrm\Module'],
]

Migrate

php yii migrate --migrationPath=vendor/pixelion/amo-core/migrations