5 repository-uri
Collections of libraries and utilities designed to support the development of PHP-based web applications.
Distinct from Open Source Toolkits: Existing candidates are either too narrow (crypto, installation) or not toolkits (runtimes).
Explore 5 awesome GitHub repositories matching web development · PHP Development Toolkits. Refine with filters or upvote what's useful.
CodeIgniter is an open-source PHP web framework and application toolkit designed for server-side development. It implements a model-view-controller architecture to separate internal data representations from the user interface. The framework utilizes a front-controller architecture to direct all incoming web requests through a single entry point for URI parsing and request dispatching. It includes a dependency injection container to resolve class dependencies and manage the lifecycle of core system components. The toolkit provides capabilities for routing management, database interactions, a
Provides a comprehensive collection of open-source libraries for managing routing, database interactions, and input validation.
The Symfony Debug component is a PHP debugging toolkit that converts PHP warnings and notices into exceptions for consistent runtime error handling. It provides a unified error management system by registering a global error handler that intercepts all PHP errors and forwards them to an exception-based pipeline. The component catches uncaught PHP exceptions and displays detailed stack traces enriched with file, line, and call chain context for developer visibility. It maps PHP error severity levels to corresponding exception types, enabling granular control over how different error conditions
Provides tools to ease debugging PHP code with error and exception management.
Acest proiect este o bibliotecă PHP și un kit de dezvoltare pentru construirea de boți care interacționează cu Telegram Bot API. Oferă un framework pentru gestionarea mesajelor utilizatorilor, gestionarea interogărilor inline și livrarea de conținut media prin webhooks și polling. Framework-ul include un strat de gestionare a datelor pentru stocarea profilurilor utilizatorilor, a istoricului chat-urilor și a stărilor boților într-o bază de date relațională pentru a menține continuitatea între sesiuni. De asemenea, dispune de restricții de acces administrativ pentru a limita execuția sarcinilor sensibile la identificatori de utilizator verificați. Sistemul acoperă un set larg de capabilități, inclusiv dispatching bazat pe tiparul de comandă pentru executarea logicii pe baza tiparelor de text, filtrarea cererilor bazată pe middleware și chunking adaptiv al conținutului media pentru a respecta limitele de dimensiune ale API-ului. Utilitarele suplimentare gestionează transferurile bidirecționale de fișiere între serverele remote și stocarea locală, precum și mesageria de broadcast automatizată către utilizatori și canale.
Provides a comprehensive toolkit of libraries for handling chat messages, inline queries, and media in PHP.
This library is a PHP toolkit for managing OAuth 2.0 authentication flows and connecting applications to external service providers. It provides a standardized framework for handling token exchanges, managing authorization grants, and retrieving user profile information from diverse identity platforms. The project is distinguished by its inheritance-based provider pattern, which allows developers to build custom integration clients by extending base logic to support unique service workflows and non-standard API specifications. It employs interface-driven contracts to ensure consistent behavio
Provides a collection of tools for implementing secure user authentication and access control using standardized protocols.
This project is a PHP-based framework designed for the automated development of standardized web services. It functions as a backend toolkit that maps internal data models to REST and GraphQL endpoints, providing built-in support for resource management, data serialization, and hypermedia-aware API operations. The framework distinguishes itself through a metadata-driven architecture that uses class-level attributes to automatically derive API schemas, validation rules, and documentation. By analyzing these definitions at runtime, it generates machine-readable specifications and interactive in
Provides a comprehensive toolkit for building standardized web services by mapping data models to REST and GraphQL endpoints.