2017 © Pedro Peláez
 

library filebrowser

File browser for PHP

image

djordje/filebrowser

File browser for PHP

  • Friday, November 1, 2013
  • by djordje
  • Repository
  • 1 Watchers
  • 3 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Filebrowser - manipulate your files from PHP

Build Status, (*1)

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);
Installation

Recommanded installation is trough composer, add to your composer.json:, (*4)


"require": { "djordje/filebrowser": "dev-master" }

Currently supported repositories:

  • LocalFilesystem
Released under MIT licence.

The Versions

01/11 2013

dev-master

9999999-dev https://github.com/djordje/filebrowser

File browser for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

file php storage browser explorer