PHP Resources

September 25, 2025 Β· View on GitHub

πŸ“˜ Official docs and other resources

🧰 Frameworks

  • Laravel - Most popular PHP web framework, developed by Taylor Otwell.
  • Lumen - Micro-framework based on Laravel for building APIs quickly.
  • Symfony - Another highly used PHP framework, inspired by Java's spring.
  • CodeIgniter - Another great PHP framework, created by Ellis Labs and presently maintained by British Columbia Institute of Technology (BCIT).
  • Slim - Lightweight micro-framework for APIs.
  • yii - Developed by Yahoo Inc., the word literally means "simple and evolutionary" in Chinese language, and is also an acronym for "Yes, It Is!".
  • cakephp - Based on the MVC approach, modeled after Ruby on Rails.
  • Laminas Project (formerly zend framework) - An open source, object-oriented web application framework implemented in PHP 7 and licensed under the New BSD License.

πŸ“ CMS

  • Wordpress - Blogging CMS, powers many websites on this planet.
  • Drupal - Multi-purpose CMS, used to be very popular at one time.
  • Backdrop CMS - Fork of Drupal 7, lighter-weight for smaller sites.
  • Fuelcms - Built with CodeIgniter, FuelCMS is a popular and reputed name in the PHP world.
  • Joomla - CMS helping both novice users and expert developers to create powerful websites and applications.
  • Magento - Powers many shopping carts.
  • Limesurvey - Wonderful survey tool/CMS.
  • CraftCMS - Flexible, user-friendly CMS for creating custom digital experiences on the web and beyond.

πŸ› οΈ Libraries

  • phpunit - Standard unit testing framework in the php world.
  • prophecy - Highly opinionated mocking framework for PHP.
  • Carbon - Popular date/time handling library.
  • mockery - Simple yet flexible PHP mock object framework.
  • php-parser - PHP parser written in PHP.
  • guzzle - HTTP client library for PHP.
  • PHP-Websockets - An open implementation of WebSockets in php.
  • PHPMailer - The classic email sending library for PHP.
  • swiftmailer - Another feature-right php mailer library.
  • twig - The flexible, fast, and secure template language for PHP.
  • PHPExcel - A pure php library to export/import data in Microsoft Excel format.
  • phpList - Mailing list software.
  • php-markdown - A handy markdown-converter (to/from html) in php.
  • Archon - Data Analysis package for PHP, the rought equivalent of Python's PANDAS.

πŸ’» IDE and Tools

  • Composer - De-facto package manager for php.
  • Packagist - De-facto hosting facility for hosting composer packages.
  • EclipsePDT - The IDE used by most professional php developers.
  • PHPStorm - Another great IDE which has a big number of fans.
  • Zend IDE - A proprietary php IDE.
  • Xdebug - Debugging and profiling tool for PHP.

πŸ“š Online tutorials, books, puzzles, forums

🌐 Blogs and Help sites

  • Laravel News - Laravel News is the official blog of Laravel.
  • PHPWeekly - Weekly newsletter of PHP news, tutorials, and packages.
  • PHP Gurukul - PHP Programming Blog with many examples and sample projects, started by a Delhiite named Anuj Kumar.
  • www.phpclasses.org - PHP Classes Repository.
  • php[architect] - A magazine dedicated to PHP programming language. It was founded in 2002 by Marco Tabini and his group The BlueParabola.
  • phpmagazine.net - Stay up-to-date on the latest trends and developments in PHP programming with PHPMagazine.net.