dev-master
9999999-devYii extra packages
MIT
The Requires
- php >=5.4.0
- yiisoft/yii ^1.1
- aws/aws-sdk-php ^2.8
The Development Requires
by Paul Klimov
Wallogit.com
2017 © Pedro Peláez
Yii extra packages
Yii QsExtra Extensions contains advanced extensions for Yii Framework developed and used in QuartSoft., (*1)
Most of the extensions in this pack require 'Yii Qs Extensions' already added to the project., (*2)
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:, (*3)
// 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., (*4)
Yii extra packages
MIT