Libraries tagged by PATT
gazsp/baum
350946 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
gabrielanhaia/php-circuit-breaker
6521 Downloads
Circuit breaker pattern for PHP with multiple storage adapters, event system, and manual override.
degraciamathieu/manager
90392 Downloads
Implementation of the Manager pattern existing in Laravel framework.
baril/bonsai
97340 Downloads
An implementation of the Closure Tables pattern for Eloquent.
aura/view
162337 Downloads
Provides an implementation of the TemplateView and TwoStepView patterns, with support for helpers and for closures as templates, using PHP itself as the templating language.
maartenpaauw/laravel-specification-pattern
34157 Downloads
Filter an Illuminate collection with specifications
byjg/singleton-pattern
57680 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
adobrovolsky97/laravel-repository-service-pattern
6762 Downloads
Laravel 5|6|7|8|9|10 - Repository - Service Pattern
domnikl/design-patterns-php
1167 Downloads
Sample code for several design patterns in PHP
yorcreative/laravel-argonaut-dto
3734 Downloads
Argonaut is a lightweight Data Transfer Object (DTO) package for Laravel that supports nested casting, recursive serialization, and validation out of the box. Ideal for service layers, APIs, and clean architecture workflows.
teknoo/states
40816 Downloads
Library to create classes following the State pattern in PHP. This can be a cleaner way for an object to change its behavior at runtime without resorting to large monolithic conditional statements and this improve maintainability and workflow writing.
spooner-web/be_secure_pw
467517 Downloads
You can set password conventions to force secure passwords for BE users.
salehhashemi/laravel-repository
10679 Downloads
Implementing the repository pattern for Laravel projects.
rolfvreijdenberger/izzum-statemachine
26137 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
rockett/pipeline
197624 Downloads
A plug and play pipeline implementation.