php-extended/php-file-object

A library that implements the php-extended/php-file-interface interface library.


Keywords
php, file, filesystem, object
License
MIT

Documentation

php-file-object

A library that implements the php-extended/php-file-interface interface library.

Installation

The installatfilen of this library is made via composer. Download composer.phar from their website. Then add to your composer.json :

	"require": {
		...
		"php-extended/php-file-object": "^2",
		...
	}

Then run php composer.phar update to install this library. The autoloading of all classes of this library is made through composer's autoloader.

Basic Usage

License

MIT (See license file).