PHP Framework

Open-source PHP projects categorized as Framework

Top 23 PHP Framework Projects

  • Laravel

    Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.

  • Project mention: Introduction to APIATO: A Powerful Framework for API Development | dev.to | 2024-05-17

    APIATO builds on the Laravel framework, utilizing its powerful features such as Eloquent ORM, routing, middleware, and more. This means that developers familiar with Laravel can easily transition to using APIATO.

  • Laravel

    The Laravel Framework.

  • Project mention: Tell HN: Laravel's default truncate method uses cascade for Postgres databases | news.ycombinator.com | 2024-02-23

    Hope this saves a future team from unexpected behavior resulting in (potential) production data loss.

    When using Postgres, Laravel's default method for truncate uses the cascade option, which will ignore foreign key constraints and potentially wipe large amounts of data with no confirmation or warning.

    It was originally introduced in 2018: https://github.com/laravel/framework/pull/26389/files

    Here are two threads on it if you are curious: https://github.com/laravel/framework/issues/29506

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Symfony

    The Symfony PHP framework

  • Project mention: How to start a Symfony 7 application with Docker without having PHP locally installed on your machine | dev.to | 2024-05-16

    services: .... app: build: context: . dockerfile: Dockerfile hostname: app restart: unless-stopped container_name: symfony-app # A custom name to be used in build scripts depends_on: - db # requires the database service to be available ports: - "9980:80" # the service will be available in my browser at http://localhost:9980 volumes: - .:/var/www/project # all files in current directory will also be available in the container, allowing you to update the source code with your IDE - ./000-default.conf:/etc/apache2/sites-available/000-default.conf:ro # Override the default apache vhost file to ensure that the symfony application is served by default # the contents of 000-default.conf is obtained from https://symfony.com/doc/current/setup/web_server_configuration.html, with modifications applied to match folder locations

  • Yii2

    Yii 2: The Fast, Secure and Professional PHP Framework

  • Project mention: Top 12 PHP Frameworks For Web Development in 2024 | dev.to | 2024-02-13

    Yii is one of the oldest PHP frameworks, acronym as Yes It Is! It has 14.2k stars and 7k forks on GitHub. It is a fast, secure, and flexible PHP framework for web development, especially for building MVC architecture websites. It is an Object-Oriented PHP framework that requires knowledge of inheritance, polymorphism, etc.

  • Slim Framework

    Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. (by slimphp)

  • Project mention: Top 12 PHP Frameworks For Web Development in 2024 | dev.to | 2024-02-13

    Slim is a micro PHP framework used for web development with 11.7k stars and 2k forks on GitHub. It has a simple and intuitive API development process. It is a micro-framework, meaning you only get a minimum of support for HTTP requests and forwarding requests to appropriate controllers. So the question is, why should you choose a micro-framework? Because it offers you flexibility and high extensibility.

  • october

    Self-hosted CMS platform based on the Laravel PHP Framework.

  • Project mention: Step-by-step guide: Launching a website with October CMS on Linode using PHP and Laravel | dev.to | 2023-08-23

    git clone https://github.com/octobercms/october.git your-website

  • Phalcon

    High performance, full-stack PHP framework delivered as a C extension.

  • Project mention: Top 12 PHP Frameworks For Web Development in 2024 | dev.to | 2024-02-13

    Phalcon is open-source with 10.7k stars and 2k+ forks on GitHub. It is a full-stack framework for PHP that is characterized by high performance and low resource consumption. It is written or implemented as a C-extension or in C, which is integrated into PHP to improve performance. It has a user-friendly interface that simplifies PHP development and enhances the developer experience.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Pest

    Pest is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.

  • Project mention: The PHP Orkestra Framework | dev.to | 2024-05-05

    As you can see this template will add and configura the Pest test suite with a custom TestCase class that will start the application for your tests, making easy to test your application services (as used by Orkestra itself) and you will see a basic application, with a single route in the file config/routes.php that calls a Controller that simply render a Twig view.

  • Sylius

    Open Source eCommerce Framework on Symfony

  • web-frameworks

    Which is the fastest web framework?

  • hyperf

    🚀 A coroutine framework that focuses on hyperspeed and flexibility. Building microservice or middleware with ease.

  • Project mention: Yii news 2023 issue 2 | /r/PHP | 2023-05-25
  • swoft

    🚀 PHP Microservice Full Coroutine Framework

  • wp-cli

    ⚙️ WP-CLI framework

  • Project mention: Mastering WordPress CLI: A Comprehensive Guide to Boost Your Productivity | dev.to | 2023-11-23

    As of my last knowledge update in January 2022, the list of WordPress CLI commands may have expanded or changed. It's always a good idea to check the official WP-CLI documentation for the most up-to-date information. Here's a list of common WP-CLI commands as of my last update:

  • Laravel-Zero

    A PHP framework for console artisans

  • huge

    Simple user-authentication solution, embedded into a small framework.

  • mix

    ☄️ PHP CLI mode development framework, supports Swoole, WorkerMan, FPM, CLI-Server / PHP 命令行模式开发框架,支持 Swoole、Swow、WorkerMan、FPM、CLI-Server (by mix-php)

  • Spiral Framework

    High-Performance PHP Framework (by spiral)

  • Project mention: Spiral – High-Performance PHP Framework | news.ycombinator.com | 2024-02-23
  • framework

    :gem: Go! AOP PHP - modern aspect-oriented framework for the new level of software development (by goaop)

  • Elgg

    A social networking engine in PHP/MySQL

  • Project mention: What is the most useful project you've ever worked on? | news.ycombinator.com | 2024-04-06

    It's this: https://github.com/Elgg/Elgg

    It's pretty long in the tooth now - it's pretty old! But there's an amazing community and new core team that still keeps it up to date.

  • lumen-framework

    The Laravel Lumen Framework.

  • leaf

    🍁 The easiest way to create clean, simple but powerful web apps and APIs quickly (by leafsphp)

  • Project mention: Leaf PHP – Simple and Elegant PHP | news.ycombinator.com | 2023-11-26
  • one

    A minimalist high-performance php framework that supports the [swoole | php-fpm] environment (by lizhichao)

  • Concrete 5 CMS

    Official repository for Concrete CMS development

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

PHP Framework related posts

  • Introduction to APIATO: A Powerful Framework for API Development

    2 projects | dev.to | 17 May 2024
  • Automating LAMP Stack Deployment Using a Bash Script on an Ubuntu Server

    1 project | dev.to | 17 May 2024
  • How to Level Up Your Laravel Development

    1 project | dev.to | 16 May 2024
  • Automate the Deployment of a LAMP Stack & Laravel App with a Script and Ansible

    2 projects | dev.to | 16 May 2024
  • Melhorando a eficiência com processamento assíncrono em filas

    1 project | dev.to | 13 May 2024
  • Deploying Laravel on Lamp Stack with Linux(Ubuntu)

    2 projects | dev.to | 9 May 2024
  • The PHP Orkestra Framework

    7 projects | dev.to | 5 May 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

What are some of the best open-source Framework projects in PHP? This list will help you:

Project Stars
1 Laravel 76,981
2 Laravel 31,601
3 Symfony 29,363
4 Yii2 14,212
5 Slim Framework 11,833
6 october 10,968
7 Phalcon 10,752
8 Pest 8,903
9 Sylius 7,697
10 web-frameworks 6,901
11 hyperf 5,975
12 swoft 5,583
13 wp-cli 4,814
14 Laravel-Zero 3,579
15 huge 2,141
16 mix 1,929
17 Spiral Framework 1,710
18 framework 1,646
19 Elgg 1,623
20 lumen-framework 1,467
21 leaf 1,032
22 one 879
23 Concrete 5 CMS 763

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com