https://github.com/rkit/filemanager-yii2
FileManager for Yii2
https://github.com/rkit/filemanager-yii2
filemanager uploads yii2
Last synced: 4 months ago
JSON representation
FileManager for Yii2
- Host: GitHub
- URL: https://github.com/rkit/filemanager-yii2
- Owner: rkit
- License: mit
- Created: 2015-09-02T16:45:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T06:56:50.000Z (about 5 years ago)
- Last Synced: 2025-09-17T19:53:19.695Z (7 months ago)
- Topics: filemanager, uploads, yii2
- Language: PHP
- Size: 224 KB
- Stars: 18
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# FileManager for Yii2
[](https://travis-ci.org/rkit/filemanager-yii2)
[](https://scrutinizer-ci.com/g/rkit/filemanager-yii2/?branch=master)
[](http://codecov.io/github/rkit/filemanager-yii2?branch=master)
[](https://scrutinizer-ci.com/g/rkit/filemanager-yii2/?branch=master)
## Features
- Use [flysystem](https://flysystem.thephpleague.com/)
- Multiple file uploads
- Presets (resize, crop) for files
- Create thumbnails on the fly or after upload
- The ability to specify extra fields for files
- The ability to use any library for manipulating files (resize, crop, etc)
## Installation
```
composer require rkit/filemanager-yii2
```
## Documentation
- [Guide](/guide)
- [API Reference](/api)
## Development
### Tests
- [See docs](/tests/#tests)
### Coding Standard
- PHP Code Sniffer — [phpcs.xml](./phpcs.xml)