parker714 / yii2-a
yii2 extension apollo
v1.0.0
2019-12-20 07:33 UTC
Requires
- multilinguals/apollo-client: ^0.1.2
- yiisoft/yii2: ^2.0.0
This package is auto-updated.
Last update: 2026-02-20 20:59:17 UTC
README
Apollo Extension for Yii 2
This extension provides a Apollo fixture command for the Yii framework 2.0.
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
composer require parker714/yii2-a -vvv
Usage
To use this extension, simply add the following code in your application configuration (console.php):
'controllerMap' => [ 'apollo' => [ 'class' => 'parker714\yii2a\ApolloController', 'url' => 'http://127.0.0.1', 'appID' => 'test', 'saveDir' => '@app/config', ], ],