Libraries tagged by object implementation
php-extended/php-data-reifier-object
156246 Downloads
A library that implements the php-extended/php-data-reifier-interface library
php-extended/php-api-endpoint-object
155530 Downloads
A library that implements the php-extended/php-api-endpoint-interface library
php-extended/php-api-endpoint-http-object
148118 Downloads
An implementation of the php-extended/php-api-endpoint-http-interface library
snapshotpl/status-code
13720 Downloads
HTTP status code value object implementation in PHP
florianwolters/component-core-valueobject
551 Downloads
The Value Object implementation pattern as a PHP component.
himanshu-m/arrays
19 Downloads
An object oriented implementation of PHP arrays
php-extended/php-data-finder-array
6028 Downloads
An implementation of the data finder object based on a memory based php array
vendimia/data-container
108 Downloads
Simple local DTO implementation
technically/null-container
318 Downloads
Null (always empty) PSR-11 container implementation
socialengine/unum
3569 Downloads
Unum: A simple entity implementation
piotrpress/singleton
60 Downloads
This library is a Singleton (anti)pattern implementation using a Traits with a support for an Object Inheritance and passing parameters to the constructor.
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
103 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
42 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.