Libraries tagged by object implementation
florianwolters/component-core-immutable
631 Downloads
The Immutable Object implementation pattern as a PHP component.
php-extended/php-data-finder-array
6020 Downloads
An implementation of the data finder object based on a memory based php array
pink-tie/money-bundle
231 Downloads
Bundle that integrates the PHP implementation of Fowler's Money pattern with Symfony.
isolate/framework
3644 Downloads
Framework is an implementation of Unit of Work and Lazy Objects components with Isolate abstraction layer.
fab2s/dt0
97 Downloads
Dt0, a DTO PHP implementation than can both secure mutability and implement convenient ways to take control over input and output in various format
crimsonkissaki/mockmaker
41 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
wrong-about-everything/portofino
2928 Downloads
Object-oriented php Spreadsheet implementation
dasprid/cbor
42 Downloads
A PHP implementation of Concise Binary Object Representation (CBOR)
kitano/connection-bundle
100 Downloads
Directed graph implementation to create any connection between two objects (ie. follower/following relation in a social network)
atrakeur/repository
305 Downloads
A implementation of the repository pattern for laravel that decouple Eloquent models using standart php objects
arete/collection-pipeline
25 Downloads
PHP (partial) implementation of a pipeline collection. Work with a collection of objects without making a bunch of callables, loops, & ifs.
daft-framework/daft-relaxed-object-repository
584 Downloads
Relaxed Object Repository: Simplified version of signpostmarv/daft-typed-object-repository for objects other than signpostmarv/daft-typed-object implementations
daft-framework/daft-relaxed-object-easydb-repository
175 Downloads
relaxed-object implementation of signpostmarv/daft-typed-object-easydb-repository
biera/value-object
77 Downloads
value object implementation
somnambulist/value-objects
3634 Downloads
A simple value-object implementation for use in Entities. Includes a couple of basic types.