dev-master
9999999-dev https://github.com/djordje/filebrowserFile browser for PHP
MIT
The Requires
- php >=5.3.0
- illuminate/support 4.0.x
- symfony/filesystem >=2.4
The Development Requires
file php storage browser explorer
Wallogit.com
2017 © Pedro Peláez
File browser for PHP
Filebrowser is simple interface for manipulating files within your PHP application., (*2)
The idea is to enable easy manipulation with familiar syntax:, (*3)
$repository->ls($path); $repository->mkdir($path); $repository->remove($path); $repository->isDir($path); $repository->copy($source, $destination); $repository->move($source, $destination); $repository->upload($uploadedFile, $destination);
Recommanded installation is trough composer, add to your composer.json:, (*4)
"require": { "djordje/filebrowser": "dev-master" }
File browser for PHP
MIT
file php storage browser explorer