|
|
@@ -130,6 +130,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
130
|
130
|
* [CakePHP](https://cakephp.org/) - A rapid application development framework.
|
|
131
|
131
|
* [CodeIgniter](https://codeigniter.com/) - A powerful PHP framework with a very small footprint.
|
|
132
|
132
|
* [Laminas](https://getlaminas.org/) - A framework comprised of individual components (previously Zend Framework).
|
|
|
133
|
+* [Ecotone](https://docs.ecotone.tech/) - A Service Bus for PHP based on architectural principles of DDD CQRS and Event Sourcing.
|
|
133
|
134
|
* [Laravel](https://laravel.com/) - A web application framework with expressive, elegant syntax.
|
|
134
|
135
|
* [Nette](https://nette.org) - A web framework comprised of mature components.
|
|
135
|
136
|
* [Phalcon](https://phalcon.io/en-us) - A framework implemented as a C extension.
|
|
|
@@ -159,6 +160,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
159
|
160
|
* [Moodle](https://moodle.org/) - An open-source learning platform.
|
|
160
|
161
|
* [OpenMage](https://github.com/OpenMage/magento-lts) - Fork of EoL Magento 1 e-commerce platform.
|
|
161
|
162
|
* [Pico CMS](https://picocms.org/) - A stupidly simple, blazing fast, flat file CMS.
|
|
|
163
|
+* [Silverstripe](https://silverstripe.org) - A simple, flexible, and secure CMS.
|
|
162
|
164
|
* [Statamic](https://statamic.com/) - Build beautiful, easy-to-manage websites.
|
|
163
|
165
|
* [Sulu](https://sulu.io/) - A user and developer friendly focused CMS and Platform based on the Symfony Framework.
|
|
164
|
166
|
* [TYPO3](https://typo3.org) - An enterprise level CMS.
|
|
|
@@ -214,6 +216,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
214
|
216
|
### Static Site Generators
|
|
215
|
217
|
*Tools for pre-processing content to generate web pages.*
|
|
216
|
218
|
|
|
|
219
|
+* [Cecil](https://cecil.app/) - A simple and powerful content-driven static site generator.
|
|
217
|
220
|
* [Couscous](http://couscous.io) - Couscous turns Markdown documentation into beautiful websites. It's GitHub Pages on steroids.
|
|
218
|
221
|
* [Jigsaw](https://jigsaw.tighten.com/) - Simple static sites with Laravel's Blade.
|
|
219
|
222
|
* [Sculpin](https://sculpin.io) - A tool that converts Markdown and Twig into static HTML.
|
|
|
@@ -261,6 +264,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
261
|
264
|
*Libraries for sending and parsing email.*
|
|
262
|
265
|
|
|
263
|
266
|
* [CssToInlineStyles](https://github.com/tijsverkoyen/CssToInlineStyles) - A library to inline CSS in email templates.
|
|
|
267
|
+* [ddeboer/imap](https://github.com/ddeboer/imap) - Object-oriented, fully tested PHP IMAP library.
|
|
264
|
268
|
* [Email Reply Parser](https://github.com/willdurand/EmailReplyParser) - An email reply parser library.
|
|
265
|
269
|
* [Email Validator](https://github.com/nojacko/email-validator) - A small email address validation library.
|
|
266
|
270
|
* [Fetch](https://github.com/tedious/Fetch) - An IMAP library.
|
|
|
@@ -903,6 +907,7 @@ Libraries to help manage database schemas and migrations.
|
|
903
|
907
|
* [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
|
|
904
|
908
|
* [DBV](https://github.com/victorstanciu/dbv) - A database version control application.
|
|
905
|
909
|
* [Lychee](https://github.com/electerious/Lychee) - An easy to use and great looking photo-management-system.
|
|
|
910
|
+* [Leantime](https://leantime.io) - Strategic project management system for the non project manager
|
|
906
|
911
|
* [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
|
|
907
|
912
|
* [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
|
|
908
|
913
|
* [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.
|