3 रिपॉजिटरी
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 3 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 एक उच्च-प्रदर्शन वाला एसिंक्रोनस PHP फ्रेमवर्क है जिसे इवेंट-ड्रिवन नेटवर्क और पर्सिस्टेंट मेमोरी एप्लिकेशन बनाने के लिए डिज़ाइन किया गया है। यह डिस्ट्रीब्यूटेड माइक्रोसर्विसेज और एसिंक्रोनस सर्वर विकसित करने के लिए एक टूलकिट के रूप में कार्य करता है जो समवर्ती (concurrent) HTTP, TCP, UDP और WebSocket कनेक्शन को संभालने में सक्षम है। यह फ्रेमवर्क एक पर्सिस्टेंट मेमोरी प्रोसेस निष्पादन मोड के माध्यम से खुद को अलग करता है जो अनुरोध हैंडलिंग के दौरान दोहराव वाली फ़ाइल लोडिंग और इनवोकेशन के ओवरहेड को समाप्त करता है। यह रिमोट प्रोसीजर कॉल इम्प्लीमेंटेशन और सर्विस डिस्कवरी एकीकरण के माध्यम से डिस्ट्रीब्यूटेड सिस्टम के लिए इन-बिल्ट सपोर्ट प्रदान करता है। यह सिस्टम कॉनकरेंसी और ऑटोमेशन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें कोरूटीन-आधारित टास्क रनिंग, डेटाबेस और कैश के लिए कनेक्शन पूल मैनेजमेंट, और एक केंद्रीकृत डिपेंडेंसी इंजेक्शन कंटेनर शामिल है। इसमें एसिंक्रोनस बैकग्राउंड टास्क निष्पादन और स्वचालित क्रॉन जॉब शेड्यूलिंग के लिए टूल्स भी शामिल हैं। फ्रेमवर्क टोकन नीतियों और अनुमति नियमों को लागू करने के लिए आइडेंटिटी और एक्सेस मैनेजमेंट को शामिल करता है।
Implements a high-performance asynchronous PHP framework for event-driven networks and persistent memory applications.
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.