Download the PHP package hiqdev/yii2-data-mapper without Composer
On this page you can find all versions of the php package hiqdev/yii2-data-mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hiqdev/yii2-data-mapper
More information about hiqdev/yii2-data-mapper
Files in hiqdev/yii2-data-mapper
Download hiqdev/yii2-data-mapper
More information about hiqdev/yii2-data-mapper
Files in hiqdev/yii2-data-mapper
Vendor hiqdev
Package yii2-data-mapper
Short Description Data Mapper for Yii2
License BSD-3-Clause
Homepage https://github.com/hiqdev/yii2-data-mapper
Package yii2-data-mapper
Short Description Data Mapper for Yii2
License BSD-3-Clause
Homepage https://github.com/hiqdev/yii2-data-mapper
Please rate this library. Is it a good library?
Informations about the package yii2-data-mapper
Yii2 Data Mapper
Data Mapper for Yii2
Data Mapper based on Yii2 data base abstraction.
Deliberately simple (no implicit behavior) library aimed to separate data persistence logics from data own logics.
Idea
Abstraction | Implementation | Examples |
---|---|---|
Domain Layer | Entity, RepositoryInterface | Customer, CustomerRepositoryInterface |
Data Mapper | Repository, Specification | CustomerRepostory |
Data Access | Query, QueryBuilder | PDO, ActiveRecord, HiArt |
DATA | Storage | DB, API, Queue, File System |
Installation
The preferred way to install this yii2-extension is through composer.
Either run
or add
to the require section of your composer.json.
License
This project is released under the terms of the BSD-3-Clause license. Read more here.
Copyright © 2017-2018, HiQDev (http://hiqdev.com/)
All versions of yii2-data-mapper with dependencies
PHP Build Version
Package Version
Requires
ocramius/generated-hydrator Version
^3.0.0
The package hiqdev/yii2-data-mapper contains the following files
Loading the files please wait ....