Libraries tagged by object mother
apie/type-converter
48238 Downloads
Converts objects from specific type to an other type.
mnavarrocarter/chilean-rut
7686 Downloads
PHP Rut Value Object with validation utilities, doctrine type, and other cool features.
deoliveiralucas/copy-object-attributes-values
24149 Downloads
Simple helper to copy attributes values with the same name from one object to an other.
kenny1911/php-clone-with
2228 Downloads
Helper for cloning objects with other properties
dashifen/wp-debugging
4498 Downloads
A PHP trait that can be used by other objects for on-screen debugging within a WordPress environment.
dashifen/repository
4866 Downloads
An object with read-only protected properties from which other objects can be extened.
con4gis/reservation
3369 Downloads
Contao module for creating reservation forms. For example for tables, rooms or other objects.
icecaster/versioned-gridfield
46114 Downloads
VersionedGridFieldDetailForm, for managing Sitetree (or any other versioned objects) in CMS interfaces, such as ModelAdmin
apigee/edge
2311 Downloads
Apigee Edge API is a set of objects that communicate with Apigee's Edge management server via REST calls to manage developers, apps, and other entities.
kenny1911/populate
2109 Downloads
Library for automatic fill object properties from array or other object.
wernerdweight/stringy
2933 Downloads
Generic enhanced exception to be used in other projects
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.
bluepsyduck/mapper-manager
2874 Downloads
A manager for mapping objects to other ones.
ayeaye/formatters
1234 Downloads
Serialise PHP objects into other types of object (json, xml, etc)
robclancy/string
27 Downloads
A PHP library to manipulate strings via a string object similar to other languages