elmys / utils
Popular utils for work
Installs: 33
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- php: >=7.0
- phpoffice/phpspreadsheet: *
- yiisoft/yii2: *
- yiisoft/yii2-swiftmailer: ~2.0.0
README
My utils suite
Installation
The preferred way to install this extension is through composer.
- Either run
php composer.phar require --prefer-dist "elmys/utils" : "*"
or add
"elmys/utils" : "*"
to the require section of your application's composer.json
file.