Download the PHP package dorofey/zf3-data-mapper without Composer
On this page you can find all versions of the php package dorofey/zf3-data-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package zf3-data-mapper
ZF-3 Data mapper module
Simple Data Mapper implementation based on zend-db
This is not just work in progress, but beginning of work in progress. Don't even think about using it.
Example:
Define our Post model
EntityInterface defines getter and setter for id, nothing more.
Define our mapper
Add stuff in configuration
In your code
Features
\Repository\Mapper\Feature\SoftDelete
Enables "soft-delete" feature. Exposes recover
method
\Repository\Mapper\Feature\Timestamps
Enables created and updated fields
\Repository\Mapper\Feature\Transaction
\Repository\Mapper\Feature\Relations
\Repository\Mapper\Feature\SelectStrategy (Work in progress)
Lets you define custom query logic or hide implementation details.
Would be useful if you're going to expose mappers to a ViewHelper or anything monkey would have access too.
All versions of zf3-data-mapper with dependencies
PHP Build Version
Package Version
Requires
zendframework/zend-db Version
^2.8
zendframework/zend-eventmanager Version ^3.2
zendframework/zend-hydrator Version ^2.3
zendframework/zend-servicemanager Version ^3.3
zendframework/zend-eventmanager Version ^3.2
zendframework/zend-hydrator Version ^2.3
zendframework/zend-servicemanager Version ^3.3
The package dorofey/zf3-data-mapper contains the following files
Loading the files please wait ....