g4 / data-mapper
data-mapper php library
2.1.1
2024-09-09 07:30 UTC
Requires
- php: >=8.2
- ext-curl: *
- ext-json: *
- g4/factory: 1.*
- g4/profiler: >=1.11.0
- g4/value-object: >=3.6.0
- g4/zf1-future-zend-db: 1.23.*
Requires (Dev)
- g4/code-coverage: 1.*
- phpunit/php-code-coverage: 9.2.*
- phpunit/phpunit: 9.6.*
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2026-06-09 15:51:46 UTC
README
data-mapper - php library
Install
Via Composer
composer require g4/data-mapper
Usage
Development
Install dependencies
composer install
Run unit tests
make unit-tests
Run integration tests
Requirements:
- Vagrant - Download
- VirtualBox - Download
- Ansible - Installation
make integration-tests
License
(The MIT License) see LICENSE file for details...