2 个仓库
Attaching request filters to controller classes or methods using PHP 8 attributes for declarative middleware configuration.
Distinct from Attribute Filtering: Distinct from general Attribute Filtering: uses PHP 8 attributes as a declarative mechanism to attach request/response filters, not for filtering data by key-value pairs.
Explore 2 awesome GitHub repositories matching data & databases · PHP Attribute Filters. Refine with filters or upvote what's useful.
CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools
Attaches one or more filters to a controller class or method using PHP attributes, with support for before/after execution and filter parameters.
MadelineProto is an asynchronous PHP library that provides a programmatic interface for interacting with the Telegram API using the MTProto protocol, the same protocol used by official Telegram clients. It functions as both a Telegram bot SDK and a userbot automation library, enabling PHP applications to connect to Telegram as either a bot account or a regular user account, sending and receiving messages, media, and other data directly without relying on the Bot API intermediary. The library is built on an event-driven architecture with Amp v3 fiber-based concurrency, allowing for non-blockin
Uses PHP attributes to apply additional conditions like sender or command text.