|
|
|
|
|
|
57
|
- [Command Line](#command-line)
|
57
|
- [Command Line](#command-line)
|
|
58
|
- [Authentication and Authorization](#authentication-and-authorization)
|
58
|
- [Authentication and Authorization](#authentication-and-authorization)
|
|
59
|
- [Markup and CSS](#markup-and-css)
|
59
|
- [Markup and CSS](#markup-and-css)
|
|
|
|
60
|
+ - [JSON](#json)
|
|
60
|
- [Strings](#strings)
|
61
|
- [Strings](#strings)
|
|
61
|
- [Numbers](#numbers)
|
62
|
- [Numbers](#numbers)
|
|
62
|
- [Filtering and Validation](#filtering-and-validation)
|
63
|
- [Filtering and Validation](#filtering-and-validation)
|
|
|
|
|
|
|
643
|
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
644
|
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
|
644
|
|
645
|
|
|
645
|
### Markup and CSS
|
646
|
### Markup and CSS
|
|
646
|
-*Libraries for highlighting, parsing, extracting and working with markup and CSS formats.
|
|
|
|
|
|
647
|
+*Libraries for working with markup and CSS formats.
|
|
647
|
|
648
|
|
|
648
|
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
649
|
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
|
649
|
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
650
|
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
|
|
|
|
|
|
659
|
* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
|
660
|
* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
|
|
660
|
* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
|
661
|
* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
|
|
661
|
|
662
|
|
|
|
|
663
|
+### JSON
|
|
|
|
664
|
+*Libraries for working with JSON.
|
|
|
|
665
|
+
|
|
|
|
666
|
+* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
|
|
667
|
+
|
|
662
|
### Strings
|
668
|
### Strings
|
|
663
|
*Libraries for parsing and manipulating strings.*
|
669
|
*Libraries for parsing and manipulating strings.*
|
|
664
|
|
670
|
|
|
|
|
|
|
|
806
|
* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
|
812
|
* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
|
|
807
|
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
|
813
|
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
|
|
808
|
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
|
814
|
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
|
|
809
|
-* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
|
|
810
|
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
|
815
|
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
|
|
811
|
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
816
|
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
|
812
|
* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
|
817
|
* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
|