tecnocen / yii2-filehandler
Yii2 File handler validator
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 1
Open Issues: 3
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2024-11-05 07:33:47 UTC
README
Library to easily handle upload, validation and storage of files using Yii2.
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist "tecnocen/yii2-filehandler:*"
or add
"tecnocen/yii2-filehandler": "*"
to the require
section of your composer.json
file.
Documentation
License
The BSD License (BSD). Please see License File for more information.