Libraries tagged by patterns
phlak/splat
95442 Downloads
Glob-like pattern matching and utilities
jmikola/wildcard-event-dispatcher
326995 Downloads
Event dispatcher with support for wildcard patterns inspired by AMQP topic exchanges.
guilhermegonzaga/presenter
253444 Downloads
Implementation for Laravel of the presenter design pattern.
gazsp/baum
349503 Downloads
Baum is an implementation of the Nested Set pattern for Eloquent models.
aura/view
159598 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
32266 Downloads
Filter an Illuminate collection with specifications
byjg/singleton-pattern
57012 Downloads
A lightweight PHP implementation of the Design Pattern Singleton using trait.
adobrovolsky97/laravel-repository-service-pattern
6305 Downloads
Laravel 5|6|7|8|9|10 - Repository - Service Pattern
timwassenburg/laravel-artisan-extender
1932 Downloads
A collection of generators for Laravel
teknoo/states
40339 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
466127 Downloads
You can set password conventions to force secure passwords for BE users.
rolfvreijdenberger/izzum-statemachine
26068 Downloads
A superior statemachine library php >= 5.3. Integrates with your domain models perfectly.
rockett/pipeline
190677 Downloads
A plug and play pipeline implementation.
ptrofimov/matchmaker
170014 Downloads
Ultra-fresh PHP matching functions
maximecolin/satisfaction
30693 Downloads
A PHP implementation of the specification pattern for DDD