Libraries tagged by PATT
gramercytech/laravel-claim-check
11168 Downloads
Bypass Pusher's 10KB broadcast payload limit via the claim-check pattern. Oversized messages are stored server-side and fetched on demand by clients.
goetas/messenger-doctrine-outbox
15836 Downloads
Transactional outbox implementation for Symfony messenger (https://microservices.io/patterns/data/transactional-outbox.html)
gajus/paggern
46132 Downloads
Pattern interpreter for generating random strings.
gabrielanhaia/php-circuit-breaker
7777 Downloads
Circuit breaker pattern for PHP with multiple storage adapters, event system, and manual override.
exolnet/laravel-closure-table
16158 Downloads
Closure Table database design pattern implementation for Laravel framework.
eonx-com/easy-repository
1208161 Downloads
Provides an easy way to implement the Repository Design Pattern in your applications
ecotone/dbal
257791 Downloads
Doctrine DBAL integration for Ecotone — database-backed message channel, outbox pattern, dead letter queue, durable saga state storage, and document store.
drupal/ai_recipe_guardrails_prompt_safety
7365 Downloads
AI Guardrails Prompt Safety recipe for the Drupal AI module. Installs guardrails to block injection attacks, XSS patterns, and liability-triggering topics such as legal advice, medical advice, and sensitive subjects.
dereuromark/cakephp-fixture-factories
29686 Downloads
A CakePHP plugin for creating test fixtures dynamically with factory pattern
cycle/active-record
2176 Downloads
Provides a simple way to work with your database using Active Record pattern and Cycle ORM
cu-boulder/ucb_linkmod
99548 Downloads
Module to parse and correct URLs patterns for the CU Boulder Web Express environment.
cosmicpe/awaitform
845 Downloads
Write clean form navigation flows in PocketMine-MP using async/await pattern
coringawc/filament-single-record-resource
1654 Downloads
A Filament plugin that solves the single-record resource pattern — resources that display exactly one record per authenticated user (e.g. 'My Profile', 'My Wallet', 'My Settings') without an index page, and their arbitrarily nested child resources.
complex-heart/criteria
2550 Downloads
Small implementation of a filter criteria pattern in PHP for Complex Heart SDK. Compose several filters using fluent interface.
buildotter/php-core
31616 Downloads
Buildotter Core: Foundation to implement the Test Data Builder Pattern