Skip to content

Commit 4a53fa3

Browse files
committed
Updated
1 parent 8289830 commit 4a53fa3

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ and licensed under the [MIT License](LICENSE).
1010
A "slugifier" is a function which transforms a string `such as this` into a
1111
URL-friendly string `such-as-this`. Slugifiers are also known as "urlizers".
1212

13-
This package does not contain a slugifier itself, but provides a standard
14-
interface to use for third party slugifiers. Besides this, it comes with a
15-
useful `CallbackSlugifier` which is capable of handling most third party
16-
slugifiers.
13+
This package does not contain a slugifier implementation, it provides a
14+
standard interface (`SlugifierInterface`) for use by third party slugifiers
15+
and a `CallbackSlugifier` which is capable of wrapping most non-implementing
16+
third-party slugifiers to the `SlugifierInterface`.
1717

1818
## Requirements
1919

@@ -66,6 +66,14 @@ See also:
6666
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
6767
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links
6868

69+
## FIG Proposal
70+
71+
We [proposed this to
72+
FIG](https://groups.google.com/forum/?fromgroups=#!topic/php-fig/J-6s9Wlyk-A)
73+
but unfortunately the proposal did not get enough interest. We would still be
74+
happy to contribute this to a PSR should the interest come up and deprecate
75+
this package in favor of the PSR one.
76+
6977
## Contributing
7078

7179
Pull requests are welcome. Please see our

0 commit comments

Comments
 (0)