File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ and licensed under the [MIT License](LICENSE).
10
10
A "slugifier" is a function which transforms a string ` such as this ` into a
11
11
URL-friendly string ` such-as-this ` . Slugifiers are also known as "urlizers".
12
12
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 ` .
17
17
18
18
## Requirements
19
19
@@ -66,6 +66,14 @@ See also:
66
66
* [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
67
67
* [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
68
68
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
+
69
77
## Contributing
70
78
71
79
Pull requests are welcome. Please see our
You can’t perform that action at this time.
0 commit comments