php-extended / php-html-transformer-factory-interface
A library that specifies how to build transformers
Installs: 5 658
Dependents: 4
Suggesters: 0
Security: 0
pkg:composer/php-extended/php-html-transformer-factory-interface
Requires
README
A library that specifies how to build transformers.
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-html-transformer-factory-interface": "^3",
...
}
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-html-transformer-suite.
License
MIT (See license file).