mirror of
https://github.com/ziadoz/awesome-php.git
synced 2024-11-21 16:46:22 +00:00
JSON category.
This commit is contained in:
parent
e578a816ad
commit
f602b87ff0
@ -57,6 +57,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|||||||
- [Command Line](#command-line)
|
- [Command Line](#command-line)
|
||||||
- [Authentication and Authorization](#authentication-and-authorization)
|
- [Authentication and Authorization](#authentication-and-authorization)
|
||||||
- [Markup and CSS](#markup-and-css)
|
- [Markup and CSS](#markup-and-css)
|
||||||
|
- [JSON](#json)
|
||||||
- [Strings](#strings)
|
- [Strings](#strings)
|
||||||
- [Numbers](#numbers)
|
- [Numbers](#numbers)
|
||||||
- [Filtering and Validation](#filtering-and-validation)
|
- [Filtering and Validation](#filtering-and-validation)
|
||||||
@ -643,7 +644,7 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
* [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
|
||||||
|
|
||||||
### Markup and CSS
|
### Markup and CSS
|
||||||
*Libraries for highlighting, parsing, extracting and working with markup and CSS formats.
|
*Libraries for working with markup and CSS formats.
|
||||||
|
|
||||||
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
* [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
|
||||||
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
* [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
|
||||||
@ -659,6 +660,11 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
|
* [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
|
||||||
* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
|
* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
|
||||||
|
|
||||||
|
### JSON
|
||||||
|
*Libraries for working with JSON.
|
||||||
|
|
||||||
|
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
||||||
|
|
||||||
### Strings
|
### Strings
|
||||||
*Libraries for parsing and manipulating strings.*
|
*Libraries for parsing and manipulating strings.*
|
||||||
|
|
||||||
@ -806,7 +812,6 @@ Libraries to help manage database schemas and migrations.
|
|||||||
* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
|
* [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
|
||||||
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
|
* [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
|
||||||
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
|
* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
|
||||||
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
||||||
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
|
* [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
|
||||||
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
* [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
|
||||||
* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
|
* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
|
||||||
|
Loading…
Reference in New Issue
Block a user