File manager - Silex + Kendo UI
- doesn't use a database
- general operations: copy, move, remove, rename
- creation of image preview
- select files or folders with ctrl, shift
- list or icons view for folders and files
- sort by name, to the size, date
- creation of archive for download a set of files
- progress bar for uploading and downloading
- cool interface :) in the form of the window app
$ cd app/tests
$ phpunit
Development (more tests and feedback needed)
- Kenju - fork Kendo UI framework from Telerik
- Scrollbar - malihu custom scrollbar plugin
- Jquery
- JavaScript Cookie
- FileSaver.js - An HTML5 saveAs() FileSaver implementation
$ git clone https://github.com/Zazza/fm-silex-kendo.git
$ cd fm-silex-kenju/app/
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ cd ..
$ git clone https://github.com/Zazza/Kenju.git
$ mkdir upload
$ mkdir thumb
$ chown -R www-data:www-data upload
$ chown -R www-data:www-data thumb
$ chmod 770 upload thumb
- Dmitry Samotoy
GPLv3