php-extended / php-slugifier-factory-interface
This package is abandoned and no longer maintained.
The author suggests using the php-extended/php-slugifier-interface package instead.
A library that is able to build and provider slugifiers
3.1.29
2021-06-24 16:35 UTC
Requires
- php: >=7.1
- php-extended/php-slugifier-interface: ^4
- php-extended/polyfill-php80-stringable: >=1
This package is auto-updated.
Last update: 2021-06-28 06:13:08 UTC
README
A library that is able to build and provider slugifiers.
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-slugifier-factory-interface": "^4",
...
}
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-slugifier-factory-object
.
License
MIT (See license file).