5 个仓库
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.
该项目是一个 PHP 库和开发工具包,用于构建与 Telegram Bot API 交互的机器人。它提供了一个用于处理用户消息、管理内联查询以及通过 Webhook 和轮询传递媒体内容的框架。 该框架包含一个数据管理层,用于在关系型数据库中存储用户配置文件、聊天记录和机器人状态,以保持会话的连续性。它还具有管理访问限制,以将敏感任务的执行限制为经过验证的用户标识符。 该系统涵盖了一组广泛的功能,包括基于文本模式执行逻辑的命令模式分派、基于中间件的请求过滤,以及符合 API 大小限制的自适应媒体分块。其他实用程序管理远程服务器与本地存储之间的双向文件传输,以及向用户和频道发送自动化广播消息。
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.