Libraries tagged by pattern library
vairogs/functions-handler
0 Downloads
A PHP library providing function handling utilities including a Chain of Responsibility pattern implementation and function execution utilities
thatside/lite-cqrs
11 Downloads
Simple Command-Query-Responsibility-Segregation library - forked from beberlei/lite-cqrs with added Saga Pattern support.
subjective-php/linq
6 Downloads
Library contains classes that follow the LINQ pattern and enable you to express traversal, filter, and projection operations over data
spraith/php-activerecord
18 Downloads
spraith/php-activerecord is an open source ORM library which extends from php-activerecord based on the ActiveRecord pattern.
siriusphp/invokator
4 Downloads
Library that implements a unified way to execute a list of commands/callables that are used by various patterns: events, pipelines, middleware etc
rubensdimas/database-manager
15 Downloads
A simple library for managing database connections with singleton design pattern, results pagination and building queries in PHP.
ridwanpr/string-masker
5 Downloads
A php library for masking sensitive data (e.g., credit card numbers, emails, etc.) based on specific patterns.
pransteter/etr-circuit-break-php
0 Downloads
A little library to offer a simple manager of circuit breaker pattern.
phphelper/phphelper
34 Downloads
This is a simpler helpers classes to create a better web application using php. This is intentend to be use for devlopment only for learning purpose using xampp or others. This provides routing,data passing, separation of code using mvc pattern. This is not optmize for production level. Its only for beginner who don't want to use library like laravel or etc
pactiverecord/pactiverecord
1016 Downloads
pactiverecord is extended library from phpactiverecord for support php 8.0 based on the ActiveRecord pattern.
orq/laravel-dddbase
14 Downloads
The library for laravel to apply Domain Driven Design Pattern
milanpasic92/phalcon-repositories
903 Downloads
A library which simplifies the use of the Repository pattern in Phalcon.
maxoplata/string-thing
5 Downloads
A lightweight library for encoding and decoding strings using various patterns.
martyrer/throwless-php
1 Downloads
A PHP library for exception-free error handling using the Result monad pattern
jimdelois/context-specification
36 Downloads
A library for PHPUnit to provide support for the BDD ContextSpecification-style testing pattern