Packages and Posts.

These are some of the packages and posts available. Use the tags and categories to get specific items.

Domain Input Mapper Library

This library provides an abstraction between a request object e.g. Http\Request and your domain entities. Instead of passing the request directly, it is converted to a DomainInput object that contains the information to be mapped to the domain objects. The domain input contains read-only collections of the request data and files.

Entity Auditing for Doctrine in Laravel

This is a fork of the SimpleThings EntityAudit project, re-worked for usage with Laravel and the Laravel-Doctrine package. It maintains the same style of working, generating a revision for all tagged entities.

Entity Behaviours

Provides some useful interfaces and traits that can be used with entities. The traits implement on basic methods, and still require e.g. publish/unpublish to be implemented.

Laravel Domain Input Mapper Library

This library provides an abstraction between a request object e.g. Http\Request and your domain entities. Instead of passing the request directly, it is converted to a DomainInput object that then contains the information to be mapped to the domain objects. The domain input contains read-only collections of the request data and files.