ソースを参照

JSON category.

pull/1159/head
Jamie 4年前
コミット
f602b87ff0
1個のファイルの変更7行の追加2行の削除
  1. 7
    2
      README.md

+ 7
- 2
README.md ファイルの表示

@@ -57,6 +57,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
57 57
     - [Command Line](#command-line)
58 58
     - [Authentication and Authorization](#authentication-and-authorization)
59 59
     - [Markup and CSS](#markup-and-css)
60
+    - [JSON](#json)
60 61
     - [Strings](#strings)
61 62
     - [Numbers](#numbers)
62 63
     - [Filtering and Validation](#filtering-and-validation)
@@ -643,7 +644,7 @@ Libraries to help manage database schemas and migrations.
643 644
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
644 645
 
645 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 649
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
649 650
 * [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.
659 660
 * [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
660 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 668
 ### Strings
663 669
 *Libraries for parsing and manipulating strings.*
664 670
 
@@ -806,7 +812,6 @@ Libraries to help manage database schemas and migrations.
806 812
 * [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
807 813
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
808 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 815
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
811 816
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
812 817
 * [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.

読み込み中…
キャンセル
保存