Software Alternatives, Accelerators & Startups

The Most Popular PHP Frameworks to Use in 2021

Laravel Symfony CodeIgniter Zend Framework Laminas Project Yii Framework CakePHP Slim Framework Phalcon FuelPHP
  1. A PHP Framework For Web Artisans
    Pricing:
    • Open Source
    Laravel Homestead is an official, pre-packaged Vagrant box that provides you a wonderful development environment without requiring you to install PHP, a web server, and any other server software on your local machine. No more worrying about messing up your operating system!

    #Developer Tools #Web Frameworks #PHP Framework 201 social mentions

  2. A PHP full-stack web framework
    The best way to interact with your databases is via the Doctrine ORM. Symfony uses data mappers to map objects to the database. This keeps your object model and the database schema separate, meaning that if you change a database column you don’t need to make many changes in your codebase.

    #Development Tools #Web Frameworks #PHP Framework

  3. A Fully Baked PHP Framework
    Pricing:
    • Open Source
    Laravel is billed as “The PHP Framework for Web Artisans.” It was developed by Taylor Otwell, who wanted a framework with elements that CodeIgniter didn’t have, such as user authentication.

    #PHP Web Framework #Web Frameworks #Frameworks (Full Stack) 8 social mentions

  4. An open source, object-oriented web application framework implemented in PHP 5
    The Zend Framework is a long-established PHP framework that is now transitioning to the Laminas Project. Migration to Laminas is strongly recommended, as Zend is no longer updated.

    #Web Frameworks #PHP MVC Framework #PHP Framework 1 social mentions

  5. Laminas Project, the enterprise-ready PHP Framework and components. A community-supported, open source continuation of Zend Framework.
    The Zend Framework is a long-established PHP framework that is now transitioning to the Laminas Project. Migration to Laminas is strongly recommended, as Zend is no longer updated.

    #Web Frameworks #PHP Framework #PHP MVC Framework 6 social mentions

  6. Yii is a high-performance component-based PHP framework best for Web 2.0 development.
    Pricing:
    • Open Source
    Familiarity with the command line is also key to using the Composer PHP package manager. The Yii Framework is one of several which uses Composer to install and manage dependencies, packages which are required for an application to run.

    #PHP Framework #PHP MVC Framework #Web Frameworks

  7. The Rapid Development Framework for PHP
    Pricing:
    • Open Source
    For example, the CakePHP framework has the Bake command-line tool which can quickly create any skeleton code that you need in your application.

    #PHP Web Framework #PHP MVC Framework #Web Frameworks 9 social mentions

  8. Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
    Pricing:
    • Open Source
    Slim framework is quick and easy to install. Slim has a First Application tutorial for version 3 of the framework. Unfortunately, it hasn’t been updated to Slim version 4, the current version.

    #PHP Framework #PHP MVC Framework #Web Frameworks 5 social mentions

  9. Web framework delivered as a C-extension for PHP
    As Phalcon is loosely coupled, you can create your own directory structure. Phalcon’s code does not live in the project directory, making the code lightweight.

    #Web Frameworks #PHP MVC Framework #PHP Framework 7 social mentions

  10. 10
    A fast, lightweight, community driven PHP5 framework
    You can choose the file and folder structure you want for your project as there are few constraints. FuelPHP takes security seriously, with the following features:

    #Web Frameworks #PHP MVC Framework #PHP Framework

  11. PHP micro-framework designed to help you build dynamic and robust Web applications - fast
    The documentation is clear and easy to follow, with plenty of examples. Fat-Free Framework offers a choice of template engine: you can use PHP, F3’s own template engine, or others such as Smarty or Twig.

    #Web Frameworks #PHP MVC Framework #PHP Framework

Discuss: The Most Popular PHP Frameworks to Use in 2021

Log in or Post with