4 repository-uri
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 4 awesome GitHub repositories matching web development · PHP Web Frameworks. Refine with filters or upvote what's useful.
Yii is a full-stack PHP web framework and component-based system designed for building dynamic websites and RESTful services. It operates as an MVC application framework that separates business logic from the user interface and includes a built-in object-relational mapper for interacting with databases. The project provides a comprehensive command line toolset for project bootstrapping, automated code generation, and the execution of background tasks. It utilizes a component-based architecture and a service locator to manage dependency injection and object lifecycles. The framework covers a
Provides a complete development platform for building dynamic websites and RESTful services using PHP.
EasySwoole este un framework PHP asincron de înaltă performanță, conceput pentru construirea de rețele bazate pe evenimente și aplicații cu memorie persistentă. Funcționează ca un set de instrumente pentru dezvoltarea de microservicii distribuite și servere asincrone capabile să gestioneze conexiuni concurente HTTP, TCP, UDP și WebSocket. Framework-ul se distinge printr-un mod de execuție a proceselor în memorie persistentă care elimină overhead-ul încărcării repetitive a fișierelor și al invocării în timpul gestionării cererilor. Oferă suport nativ pentru sisteme distribuite prin implementări de apeluri de proceduri la distanță (RPC) și integrarea descoperirii serviciilor. Sistemul acoperă o gamă largă de capabilități de concurență și automatizare, inclusiv rularea sarcinilor bazată pe corutine, gestionarea pool-urilor de conexiuni pentru baze de date și cache-uri, precum și un container centralizat de injecție a dependențelor. Include, de asemenea, instrumente pentru execuția asincronă a sarcinilor în fundal și programarea automată a job-urilor cron. Framework-ul încorporează gestionarea identității și a accesului pentru aplicarea politicilor de token-uri și a regulilor de permisiune.
Implements a high-performance asynchronous PHP framework for event-driven networks and persistent memory applications.
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.
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.