swops / core
Core project
0.0.1
2018-08-03 16:26 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-04-07 02:21:31 UTC
README
Core project
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist swops/core "*"
or add
"swops/core": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \swops\core\AutoloadExample::widget(); ?>```