awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesPHP Attribute Filters

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.

Awesome PHP Attribute Filters GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • codeigniter4/codeigniter4codeigniter4 का अवतार

    codeigniter4/CodeIgniter4

    5,924GitHub पर देखें↗

    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.

    PHPcodeignitercodeigniter4framework-php
    GitHub पर देखें↗5,924
  • danog/madelineprotodanog का अवतार

    danog/MadelineProto

    3,344GitHub पर देखें↗

    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.

    PHPamphpasyncbot
    GitHub पर देखें↗3,344
  1. Home
  2. Data & Databases
  3. Attribute Filtering
  4. PHP Attribute Filters