|
|
@@ -56,7 +56,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
56
|
56
|
- [Search](#search)
|
|
57
|
57
|
- [Command Line](#command-line)
|
|
58
|
58
|
- [Authentication and Authorization](#authentication-and-authorization)
|
|
59
|
|
- - [Markup](#markup)
|
|
|
59
|
+ - [Markup and CSS](#markup-and-css)
|
|
60
|
60
|
- [Strings](#strings)
|
|
61
|
61
|
- [Numbers](#numbers)
|
|
62
|
62
|
- [Filtering and Validation](#filtering-and-validation)
|
|
|
@@ -636,8 +636,8 @@ Libraries to help manage database schemas and migrations.
|
|
636
|
636
|
* [Sentinel](https://cartalyst.com/manual/sentinel/2.0) - A framework agnostic authentication & authorisation library.
|
|
637
|
637
|
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
|
638
|
638
|
|
|
639
|
|
-### Markup
|
|
640
|
|
-*Libraries for working with markup.*
|
|
|
639
|
+### Markup and CSS
|
|
|
640
|
+*Libraries for working with markup and CSS.*
|
|
641
|
641
|
|
|
642
|
642
|
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
|
643
|
643
|
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
|
|
@@ -646,6 +646,7 @@ Libraries to help manage database schemas and migrations.
|
|
646
|
646
|
* [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
|
|
647
|
647
|
* [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
|
|
648
|
648
|
* [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.
|
|
|
649
|
+* [PHP CSS Parser](https://github.com/sabberworm/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
|
|
649
|
650
|
* [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
|
|
650
|
651
|
|
|
651
|
652
|
### Strings
|