hiqdev / php-data-mapper
Data Mapper
Installs: 10 661
Dependents: 2
Suggesters: 0
Security: 0
Stars: 7
Watchers: 6
Forks: 5
Type:yii2-extension
Requires
- ocramius/generated-hydrator: ^3.0.0
- psr/container: ^1.0
Requires (Dev)
- hiqdev/hidev: dev-master
- hiqdev/hidev-hiqdev: dev-master
- hiqdev/hidev-php: dev-master
This package is auto-updated.
Last update: 2024-10-16 14:22:17 UTC
README
Data Mapper
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
Installation
The preferred way to install this package is through composer.
Either run
php composer.phar require "hiqdev/php-data-mapper"
or add
"hiqdev/php-data-mapper": "*"
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/)