From 0f090a13d03ef887d2bc0e2ad858acce74399930 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sat, 23 Oct 2021 20:25:34 +0100 Subject: [PATCH 1/4] Remove Melody. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 231f528..abcee3a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer. * [Composer](https://getcomposer.org/) - A package and dependency manager. -* [Melody](https://melody.sensiolabs.org/) - A tool to build one file Composer scripts. * [Phive](https://phar.io/) - A PHAR manager. * [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer. From c014919f0959230c95e48c0878d83e0da75e392d Mon Sep 17 00:00:00 2001 From: Bosun Egberinde Date: Sat, 23 Oct 2021 20:28:46 +0100 Subject: [PATCH 2/4] Add PHPSandbox to IDE section (#1152) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abcee3a..9ccd50a 100644 --- a/README.md +++ b/README.md @@ -857,6 +857,7 @@ Libraries to help manage database schemas and migrations. * [Apache NetBeans](https://netbeans.apache.org/) - An IDE with support for PHP and HTML5. * [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE. * [VS Code](https://code.visualstudio.com/) - An open source code editor. +* [PHPSandbox](https://phpsandbox.io) - An online IDE for PHP in the browser. ### Web Applications *Web-based applications and tools.* From 101557c88a64ff4139361d669004c9842687df60 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sat, 23 Oct 2021 20:30:43 +0100 Subject: [PATCH 3/4] Move PHPSandbox. Alphabetise. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9ccd50a..0a6f809 100644 --- a/README.md +++ b/README.md @@ -857,20 +857,20 @@ Libraries to help manage database schemas and migrations. * [Apache NetBeans](https://netbeans.apache.org/) - An IDE with support for PHP and HTML5. * [PhpStorm](https://www.jetbrains.com/phpstorm/) - A commercial PHP IDE. * [VS Code](https://code.visualstudio.com/) - An open source code editor. -* [PHPSandbox](https://phpsandbox.io) - An online IDE for PHP in the browser. ### Web Applications *Web-based applications and tools.* * [3V4L](https://3v4l.org/) - An online PHP & HHVM shell. -* [DBV](https://github.com/victorstanciu/dbv) - A database version control application. -* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends. -* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails. -* [Cachet](https://github.com/cachethq/cachet) - The open source status page system. -* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases. -* [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB. * [Adminer](https://www.adminer.org/) - Database management in a single PHP file. +* [Cachet](https://github.com/cachethq/cachet) - The open source status page system. +* [DBV](https://github.com/victorstanciu/dbv) - A database version control application. * [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system. +* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails. +* [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB. +* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends. +* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases. +* [PHPSandbox](https://phpsandbox.io) - An online IDE for PHP in the browser. ### Infrastructure *Infrastructure for providing PHP applications and services.* From 3b2c18066a9387d8721a53dcf7d54135b0f3a8d7 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Fri, 12 Nov 2021 09:43:25 +0000 Subject: [PATCH 4/4] Add JSON package. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0a6f809..71a18ca 100644 --- a/README.md +++ b/README.md @@ -663,6 +663,7 @@ Libraries to help manage database schemas and migrations. *Libraries for working with JSON.* * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility. +* [JSONMapper](https://github.com/JsonMapper/JsonMapper) - A library for mapping JSON to PHP objects. ### Strings *Libraries for parsing and manipulating strings.*