php-extended/php-io-interface

Interfaces to implement generic input and output operations


Keywords
php, output, interface, io, input
License
MIT

Documentation

php-io-interface

Interfaces to implement generic input and output operations

Installation

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

	"require": {
		...
		"php-extended/php-io-interface": "^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

This library is an interface-only library. For a concrete implementation, see php-extended/php-io-object.

License

MIT (See license file).