Libraries tagged by patterns
agungsugiarto/codeigniter4-repository
1054 Downloads
Implementation of repository pattern for CodeIgniter 4. The package allows out-of-the-box filtering of data based on parameters in the request, and also allows you to quickly integrate the list filters and custom criteria.
unialteri/states
1001 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.
crixuamg/laravel-decorators
7658 Downloads
commonjs/commonjs
63 Downloads
A simple CommonJS Module spec implementation for PHP 5.3+
1giba/datalayer
1391 Downloads
A simplest abstraction for eloquent models
zweifisch/match
26 Downloads
pattern matching for php
wmt-web/laravel-repovices
240 Downloads
Create repositories and services of your model dynamically
weareindi/pillar-core
164 Downloads
A TWIG powered pattern system
vivek-mistry/repository-interface
32 Downloads
Laravel package for dependency injection to separate business logic.
university-of-denver/pl_drupal_tweak
28 Downloads
Fork of DU's Fork of Standard Edition of Pattern Lab for Drupal.
toobo/matching
7 Downloads
Kind of pattern matching for PHP
toobo/enum
8 Downloads
Single-class, Rust-inspired enum implementation for PHP
thenlabs/class-builder
328 Downloads
Dynamic management of classes, traits and interfaces in PHP.
stk2k/eventstream
4491 Downloads
A simple PHP pub-sub library
seboettg/forest
2402 Downloads
Tree data structures for PHP – containing general tree, binary tree, and AVL tree