Libraries tagged by object mother
mnavarrocarter/chilean-rut
7791 Downloads
PHP Rut Value Object with validation utilities, doctrine type, and other cool features.
deoliveiralucas/copy-object-attributes-values
24520 Downloads
Simple helper to copy attributes values with the same name from one object to an other.
wernerdweight/stringy
2980 Downloads
Generic enhanced exception to be used in other projects
dashifen/wp-debugging
4594 Downloads
A PHP trait that can be used by other objects for on-screen debugging within a WordPress environment.
dashifen/repository
4966 Downloads
An object with read-only protected properties from which other objects can be extened.
con4gis/reservation
3419 Downloads
Contao module for creating reservation forms. For example for tables, rooms or other objects.
bluepsyduck/mapper-manager
2948 Downloads
A manager for mapping objects to other ones.
icecaster/versioned-gridfield
46123 Downloads
VersionedGridFieldDetailForm, for managing Sitetree (or any other versioned objects) in CMS interfaces, such as ModelAdmin
andrew-gos/class-builder
1298 Downloads
Advanced library for building objects from arrays or other types
mvccore/ext-debug-tracy-mvccore
5064 Downloads
MvcCore - Extension - Debug - Tracy - Panel MvcCore - render and add into tracy debug panel current MvcCore application instance, printed by \Tracy\Dumper::toHtml(\MvcCore\Application::GetInstance()); to display main application objects used to render current page response. Rendered objects inside MvcCore app: \MvcCore\Request, \MvcCore\Response, \MvcCore\Router, \MvcCore\Controller, all preroute, predispatch and postdispatch configured handlers and many other internal application values.
kenny1911/populate
2116 Downloads
Library for automatic fill object properties from array or other object.
crimsonkissaki/mockmaker
44 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.
kenny1911/php-clone-with
2270 Downloads
Helper for cloning objects with other properties
robclancy/string
27 Downloads
A PHP library to manipulate strings via a string object similar to other languages
phptailors/phpunit-common
11966 Downloads
Common objects used by other phptailors/phunit-* packages