ferguson / yii2-base
Base library and foundation components for all Yii2 ferguson extensions.
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ^2.0
- yiisoft/yii2-bootstrap: @dev
This package is not auto-updated.
Last update: 2024-04-15 15:39:15 UTC
README
This is a base library with set of foundation classes and components used by all Yii2 extensions by Ferguson, also used by website what common used. One can use this base library during creation of one's own extensions if needed.
NOTE: This extension depends on the yiisoft/yii2-bootstrap extension. Check the composer.json for this extension's requirements and dependencies.
Installation
The preferred way to install this extension is through composer.
Note: Read this web tip /wiki on setting the
minimum-stability
settings for your application's composer.json.
Either run
$ php composer.phar require ferguson/yii2-base "dev-master"
or add
"ferguson/yii2-base": "dev-master"
to the require
section of your composer.json
file.
License
yii2-base is released under the MIT License. See the bundled LICENSE.md
for details.