Download the PHP package slexx/yii2-file-kit without Composer
On this page you can find all versions of the php package slexx/yii2-file-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slexx/yii2-file-kit
More information about slexx/yii2-file-kit
Files in slexx/yii2-file-kit
Download slexx/yii2-file-kit
More information about slexx/yii2-file-kit
Files in slexx/yii2-file-kit
Vendor slexx
Package yii2-file-kit
Short Description Yii2 file upload and storage kit
License BSD-3-Clause
Package yii2-file-kit
Short Description Yii2 file upload and storage kit
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package yii2-file-kit
extension is still under heavy development ;) STORAGE
Don`t forget to apply included migration - m140805_084737_file_storage_item.php
\Yii::$app->fileStorage->getRepository('uploads')->save(UploadedFile::getInstanceByName('image'));
\Yii::$app->fileStorage->saveAll(UploadedFile::getInstancesByName('files'));
\Yii::$app->fileStorage->save('http://external_host.com/file.pdf', 'awesome documents', 'other-path');
WIDGET
ACTIONS
BEHAVIOR
PATH HELPER
URL HELPER
TODO
- MongoDB Repository
- Cloud repositories
All versions of yii2-file-kit with dependencies
PHP Build Version
Package Version
The package slexx/yii2-file-kit contains the following files
Loading the files please wait ....