Development & DevOps Software for PHP
Zend Framework
Zend Framework is a web application framework written in PHP that has an open architecture based on middleware or MVC which follows PHP-FIG standards. The framework is designed to follow the best security practices and stores passwords using bcrypt and encrypts data with AES-256. Zend Framework consists of multiple PHP packages that are designed to run separately or work interchangeably together. With Zend Framework you can develop web applications and services using PHP 5.6+, while writing 100% object-oriented code, broad spectrum of PHP specific features.
Guzzle
PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services
FuelPHP
FuelPHP is a MVC (Model-View-Controller) framework that was designed from the ground up to build scalable web applications written in PHP. Out-of-the-box, FuelPHP supports HVMC as a part of its arcitecture. The Hierarchical-Model-View-Controller (HMVC) pattern is a direct extension to the MVC pattern that manages to solve many of the scalability issues when building applications. HMVC is a collection of traditional MVC triads operating as one application. Each triad is completely independent and can execute without the presence of any other. All requests made to triads must use the controller interface, never loading models or libraries outside of their own domain. FuelPHP is released as a free and open source framework under the MIT License and can be used for commercial and personal projects alike.
osCommerce
osCommerce is an open-source shopping cart system that you can use to create online store. It is one of the oldest and most comprehensive open-source shopping cart on the market today. The software is written in PHP and is self-hosted, allowing you to have complete access to, and total control of your online store and data. osCommerce is a 20+ years old, community-driven project and includes over 9,000 add-ons that can be used to customize and add further functionality to your online store.
OpenCart
OpenCart is a free and open source e-commerce and shopping cart system written in PHP. With OpenCart merchants can create their own online store at a minimal cost, simply get a web host and start installing the software. The OpenCart software includes all the necessary features to run a online stores and connects to over 20+ payment gateways and 8 shipping methods.
phpBB
One of the world most popular, free, open-source and self-hosted forum software, written in PHP. With phpBB you can create communities that can be hosted with most hosting providers. The software package is built and designed from the ground up to to be extensible and provides customization option through themes and feature extensions through plugins. The extensive database of user-created extensions and styles database, easy of use, and the simple installation process has made phpBB a common choice among self-hosted forums and communities.
MediaWiki
MediaWiki is a free and open source wiki engine used by thousands of organizations and websites across the globe. It's the software that powers Wikipedia, which was released as a free and open source project under the name MediaWiki, a year after the release of Wikipedia. The software allows people to collect and organize knowledge in cooperation with one another, and make it available on the web. MediaWiki is now built by a community of open source developers and provides plugins can be used to extend the software further. Allowing sister sites like Wiktionary, Wikimedia Commons and Wikidata to utilize the same code base.
CodeIgniter
CodeIgniter is a powerful PHP framework with an extremly small footpring. The framework is built from the ground up to aid developers that want to build structured, secure and scalable web applications written in PHP. CodeIgniter is designed and developed at EllisLab and released as free and open source software under the MIT License.
phpMyAdmin
With phpMyAdmin you can manage MySQL and MariaDB via a user interface. phpMyAdmin is free and open-source portable web application written primarily in PHP. It supports wide range of native MySQL and MariaDB database operations including maniging tables, columns, relations, indexes, users, permissions and more.