Libraries tagged by object path
generic-repository/phalcon
8 Downloads
By Edward Hieatt and Rob Mee: Mediates between the domain and data mapping layers using a collection-like interface for accessing domain objects.
ejsmont-artur/php-proxy-builder
54 Downloads
PHP Proxy Builder - AOP inspired proxy pattern library.
alt3/tokens
163 Downloads
Framework agnostic library for generating (secure) token objects.
unialteri/states
1000 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.
siriusphp/stratum
5 Downloads
General purpose library that allows extending the functionality of your objects through a decorator-like mechanism
eclipsegc/plugins
195 Downloads
This library provides a set of tools designed to ease discovery of 'like' objects, assembly of those objects into a common dictionary, and facilitate common factory patterns for objects within the dictionary.
cratia/orm-model
1797 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
javercel/regexp
186 Downloads
The RegExp object is used for matching text with a pattern.
atrakeur/repository
305 Downloads
A implementation of the repository pattern for laravel that decouple Eloquent models using standart php objects
chippyash/sdo-pattern
31 Downloads
Service Data Object Pattern. Consistently performing service endpoints
awuxtron/options-object
12 Downloads
The Options Object Pattern Implement For PHP.
othercodes/ddd-value-object
170 Downloads
Small library to easily apply the Value Object Pattern.
goez/mink-page-objects
4462 Downloads
Implementation of Page Objects Pattern for Mink
makasim/json-patch-php
829 Downloads
Produce and apply json-patch objects
get-zen/json-patch-php
85 Downloads
Produce and apply json-patch objects. Forked from mikemccabe/json-patch-php (https://github.com/mikemccabe/json-patch-php).