|
|
@@ -101,7 +101,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
101
|
101
|
|
|
102
|
102
|
* [Composer Installers](https://github.com/composer/installers) - A multi framework Composer library installer.
|
|
103
|
103
|
* [Composer](https://getcomposer.org/) - A package and dependency manager.
|
|
104
|
|
-* [Melody](https://melody.sensiolabs.org/) - A tool to build one file Composer scripts.
|
|
105
|
104
|
* [Phive](https://phar.io/) - A PHAR manager.
|
|
106
|
105
|
* [Pickle](https://github.com/FriendsOfPHP/pickle) - A PHP extension installer.
|
|
107
|
106
|
|
|
|
@@ -663,6 +662,7 @@ Libraries to help manage database schemas and migrations.
|
|
663
|
662
|
*Libraries for working with JSON.*
|
|
664
|
663
|
|
|
665
|
664
|
* [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
|
|
|
665
|
+* [JSONMapper](https://github.com/JsonMapper/JsonMapper) - A library for mapping JSON to PHP objects.
|
|
666
|
666
|
|
|
667
|
667
|
### Strings
|
|
668
|
668
|
*Libraries for parsing and manipulating strings.*
|
|
|
@@ -862,14 +862,15 @@ Libraries to help manage database schemas and migrations.
|
|
862
|
862
|
*Web-based applications and tools.*
|
|
863
|
863
|
|
|
864
|
864
|
* [3V4L](https://3v4l.org/) - An online PHP & HHVM shell.
|
|
|
865
|
+* [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
|
|
|
866
|
+* [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
|
|
865
|
867
|
* [DBV](https://github.com/victorstanciu/dbv) - A database version control application.
|
|
866
|
|
-* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|
|
|
868
|
+* [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
|
|
867
|
869
|
* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
|
|
868
|
|
-* [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
|
|
869
|
|
-* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases.
|
|
870
|
870
|
* [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
|
|
871
|
|
-* [Adminer](https://www.adminer.org/) - Database management in a single PHP file.
|
|
872
|
|
-* [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
|
|
|
871
|
+* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|
|
|
872
|
+* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases.
|
|
|
873
|
+* [PHPSandbox](https://phpsandbox.io) - An online IDE for PHP in the browser.
|
|
873
|
874
|
|
|
874
|
875
|
### Infrastructure
|
|
875
|
876
|
*Infrastructure for providing PHP applications and services.*
|