tankist / yii-qs-extra
Yii extra packages
Requires
- php: >=5.4.0
- aws/aws-sdk-php: ^2.8
- yiisoft/yii: ^1.1
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is not auto-updated.
Last update: 2024-12-16 15:23:43 UTC
README
Yii QsExtra Extensions contains advanced extensions for Yii Framework developed and used in QuartSoft.
REQUIREMENTS
Most of the extensions in this pack require 'Yii Qs Extensions' already added to the project.
INSTALLATION
Generally you may place the content of this repository anywhere. For the consistency 'protected/extensions/qsextra' is recommended. To enable the usage of the extensions to must specify alias 'qsextra' as well as 'qs' in your Yii application configuration to be pointing to 'lib' directory (protected/extensions/qs.lib), like following:
// Yii application configuration:
return array(
'aliases' => array(
'qs' => 'ext.qs.lib',
'qsextra' => 'ext.qsextra.lib',
...
),
...
)
Note: many of the extensions are heavy in disk space consuming, so may consider to add only selected files from this pack.