Libraries tagged by object container

mouf/utils.common.sortable-interface

1 Favers
201651 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!

Go to Download


mouf/utils.common.paginable-interface

1 Favers
201659 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!

Go to Download


lmc/cqrs-types

1 Favers
20475 Downloads

A library containing types (interfaces and value objects) to help with Queries and Commands

Go to Download


mouf/utils.value.value-interface

1 Favers
485400 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.

Go to Download


mouf/utils.action.action-interface

0 Favers
362239 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.

Go to Download


mpyw/sharable-value-objects

7 Favers
83460 Downloads

Share value objects that contain the same primitive value as a singleton.

Go to Download


morningtrain/data-transfer-object-casters

4 Favers
2178 Downloads

A package containing Data Transfer Object casters, for use with spatie/data-transfer-object

Go to Download


interactiv4/data-object-contracts

0 Favers
70737 Downloads

This package contains common interfaces to implement data object classes.

Go to Download


mouf/html.widgets.menu

1 Favers
236857 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.

Go to Download


happy-types/money-type

0 Favers
23826 Downloads

Money library implements Money Value Object which contains amount and currency in the same object.

Go to Download


mouf/html.tags

3 Favers
20031 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.

Go to Download


mouf/utils.common.url-interface

0 Favers
351011 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!

Go to Download


mouf/html.renderer

0 Favers
354918 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.

Go to Download


sdui/daterange

4 Favers
4 Downloads

Provides an Object that contains the DateTimeRange for start and end times. Also provides the opportunity to create the gaps between a scope and multiple intersections.

Go to Download


mouf/database.dbconnection

0 Favers
32020 Downloads

This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.

Go to Download


<< Previous Next >>