awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesPHP Web Frameworks

Full-stack platforms for building dynamic websites and RESTful services using the PHP language.

Distinct from PHP Web Utilities: The candidates are either narrow utilities or specialized for CLI/crawling, rather than a general full-stack web framework.

Explore 6 awesome GitHub repositories matching web development · PHP Web Frameworks. Refine with filters or upvote what's useful.

Awesome PHP Web Frameworks GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • yiisoft/yiiAvatar de yiisoft

    yiisoft/yii

    4,825Voir sur GitHub↗

    Yii est un framework web PHP full-stack et un système basé sur des composants conçu pour construire des sites web dynamiques et des services RESTful. Il fonctionne comme un framework d'application MVC qui sépare la logique métier de l'interface utilisateur et inclut un mappeur objet-relationnel intégré pour interagir avec les bases de données. Le projet fournit un ensemble d'outils en ligne de commande complet pour l'amorçage de projet, la génération de code automatisée et l'exécution de tâches en arrière-plan. Il utilise une architecture basée sur des composants et un localisateur de service pour gérer l'injection de dépendances et les cycles de vie des objets. Le framework couvre un large éventail de domaines de capacités, notamment la migration et le versionnage de schémas, la gestion des identités basée sur les rôles et la localisation du contenu. Il propose également une variété de stratégies de mise en cache telles que la mise en cache de fragments, de requêtes et de pages complètes avec invalidation basée sur les dépendances. Les outils systémiques supplémentaires incluent un framework de test logiciel, la journalisation des événements et la limitation du taux de requêtes.

    Provides a complete development platform for building dynamic websites and RESTful services using PHP.

    PHPhacktoberfestphpphp-framework
    Voir sur GitHub↗4,825
  • easy-swoole/easyswooleAvatar de easy-swoole

    easy-swoole/easyswoole

    4,766Voir sur GitHub↗

    EasySwoole est un framework PHP asynchrone haute performance conçu pour construire des réseaux pilotés par les événements et des applications à mémoire persistante. Il fonctionne comme une boîte à outils pour développer des microservices distribués et des serveurs asynchrones capables de gérer des connexions HTTP, TCP, UDP et WebSocket simultanées. Le framework se distingue par un mode d'exécution de processus en mémoire persistante qui élimine la surcharge liée au chargement répétitif des fichiers et aux invocations lors du traitement des requêtes. Il fournit un support intégré pour les systèmes distribués via des implémentations de RPC (Remote Procedure Call) et l'intégration de la découverte de services. Le système couvre un large éventail de capacités de concurrence et d'automatisation, incluant l'exécution de tâches basées sur des coroutines, la gestion de pools de connexions pour les bases de données et les caches, et un conteneur d'injection de dépendances centralisé. Il inclut également des outils pour l'exécution asynchrone de tâches en arrière-plan et la planification automatisée de tâches cron. Le framework intègre la gestion des identités et des accès pour appliquer des politiques de jetons et des règles de permission.

    Implements a high-performance asynchronous PHP framework for event-driven networks and persistent memory applications.

    PHPcoroutineeasyswooleswoole
    Voir sur GitHub↗4,766
  • symfony/framework-bundleAvatar de symfony

    symfony/framework-bundle

    3,568Voir sur GitHub↗

    This project serves as the core integration layer for building full-stack web applications in PHP. It provides a unified foundation by connecting essential infrastructure components, including a dependency injection container, an event dispatcher, and a request routing engine. The framework operates through a kernel-based request lifecycle that transforms incoming HTTP requests into responses via prioritized middleware stages. The system distinguishes itself through a highly modular architecture that relies on configuration-driven service wiring and metadata-driven attribute mapping. During t

    Provides a unified framework foundation that integrates essential PHP infrastructure for building full-stack web applications.

    PHPcomponentphpsymfony
    Voir sur GitHub↗3,568
  • aplus-framework/appAvatar de aplus-framework

    aplus-framework/app

    594Voir sur GitHub↗

    This project is a PHP web application framework designed to provide a structured foundation for building and scaling applications. It utilizes a model-view-controller architecture to separate data management, user interface rendering, and request handling, while employing a service container to manage dependency injection and modular code organization. The framework distinguishes itself by integrating a comprehensive suite of development and maintenance tools directly into the ecosystem. It features a command-line interface for automating repetitive tasks and managing application state, along

    Provides a structured PHP framework for building and scaling web applications with integrated service management.

    PHPaplusaplus-frameworkapp
    Voir sur GitHub↗594
  • aplus-framework/frameworkAvatar de aplus-framework

    aplus-framework/framework

    262Voir sur GitHub↗

    This project is a full-stack web framework built on PHP that provides a structured environment for developing complete web applications. It utilizes a model-view-controller architecture to separate application data, user interface, and control logic, facilitating the management of complex application requirements. The framework distinguishes itself through a suite of integrated tools designed to unify server-side logic and client-side interfaces. It supports isomorphic code execution to maintain consistent behavior across the stack and employs server-side data hydration to populate the client

    Functions as a server-side development platform built on PHP that provides a unified architecture for managing application logic.

    PHPaplusaplus-frameworkcache
    Voir sur GitHub↗262
  • aplus-framework/mvcAvatar de aplus-framework

    aplus-framework/mvc

    262Voir sur GitHub↗

    This project is a PHP framework designed for building web applications through the model-view-controller architectural pattern. It provides a structured environment for organizing server-side code into distinct layers, separating business logic and data management from user interface presentation. The framework functions as a server-side component library that manages the lifecycle of web requests. It includes tools for mapping incoming traffic to specific controller methods, processing requests through a middleware pipeline, and rendering dynamic content using template-based views. The syste

    Functions as a full-stack PHP framework that implements the model-view-controller pattern.

    PHPaplusappapplication
    Voir sur GitHub↗262
  1. Home
  2. Web Development
  3. PHP Web Frameworks

Explorer les sous-tags

  • Asynchronous FrameworksPHP frameworks utilizing non-blocking I/O and persistent memory for high-performance networking. **Distinct from PHP Web Frameworks:** Distinct from general PHP Web Frameworks by focusing specifically on the asynchronous, event-driven runtime model of Swoole.