Libraries tagged by object container
digipolisgent/value
56717 Downloads
Package containing the interfaces and abstract implementations to support the usage of Value objects in packages and projects.
magomogo/time-dependency
68508 Downloads
Library containing clock object for TDD of time dependent logic
mouf/utils.common.sortable-interface
215546 Downloads
This package contains an interface used by objects to say they can sort data. The concept is very simple, the object implements a sort method that takes a key (the sort column) and a direction, and that's it!
mouf/utils.common.paginable-interface
215554 Downloads
This package contains an interface used by objects to say they can paginate data. The concept is very simple, the object implements a paginate method that takes a limit and an offset, and that's it!
lmc/cqrs-types
26045 Downloads
A library containing types (interfaces and value objects) to help with Queries and Commands
mouf/utils.value.value-interface
502721 Downloads
This package contains an interface used by many objects to say they represent a value that can be computed. The concept is very simple, and very powerful at the same time.
morningtrain/data-transfer-object-casters
2494 Downloads
A package containing Data Transfer Object casters, for use with spatie/data-transfer-object
interactiv4/data-object-contracts
72336 Downloads
This package contains common interfaces to implement data object classes.
mouf/html.widgets.menu
238964 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.
happy-types/money-type
24457 Downloads
Money library implements Money Value Object which contains amount and currency in the same object.
mouf/html.tags
20107 Downloads
This package contains a pure PHP object representation of HTML5 tags. There is one class for each existing HTML tag, and one getter/setter per attribute.
mouf/utils.common.url-interface
353963 Downloads
This package contains an interface used by many objects to say they represent a URL. The concept is very simple, the object implements a getUrl method, and that's it!
mouf/utils.action.action-interface
365990 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
n2n/valobj
137 Downloads
Contains typical n2n implementations of common value objects.
mouf/html.renderer
357918 Downloads
This package contains the rendering mechanism of the Mouf framework. It is a mechanism allowing packages/templates/developers to overload a default template for various HTML objects.