g4 / data-mapper
data-mapper php library
Installs: 59 675
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 12
Forks: 10
Open Issues: 1
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.*
- dev-master
- 2.1.1
- 2.1.0
- 2.0.2
- 2.0.1
- 2.0.0
- 1.97.1
- 1.97.0
- 1.96.0
- 1.95.6
- 1.95.5
- 1.95.4
- 1.95.3
- 1.95.2
- 1.95.1
- 1.95.0
- 1.94.1
- 1.94.0
- 1.93.0
- 1.92.0
- 1.91.0
- 1.90.0
- 1.80.1
- 1.80.0
- 1.71.1
- 1.71.0
- 1.70.3
- 1.70.2
- 1.70.1
- 1.70.0
- 1.66.0
- 1.65.0
- 1.64.0
- 1.63.2
- 1.63.1
- 1.63.0
- 1.62.1
- 1.62.0
- 1.61.0
- 1.60.0
- 1.58.2
- 1.58.1
- 1.58.0
- 1.57.1
- 1.57.0
- 1.56.1
- 1.56.0
- 1.55.7
- 1.55.6
- 1.55.5
- 1.55.4
- 1.55.3
- 1.55.2
- 1.55.1
- 1.55.0
- 1.54.14
- 1.54.13
- 1.54.12
- 1.54.11
- 1.54.10
- 1.54.9
- 1.54.8
- 1.54.7
- 1.54.6
- 1.54.5
- 1.54.4
- 1.54.3
- 1.54.2
- 1.54.1
- 1.54.0
- 1.53.12
- 1.53.11
- 1.53.10
- 1.53.9
- 1.53.8
- 1.53.7
- 1.53.6
- 1.53.5
- 1.53.4
- 1.53.3
- 1.53.2
- 1.53.1
- 1.53.0
- 1.52.7
- 1.52.6
- 1.52.5
- 1.52.4
- 1.52.3
- 1.52.2
- 1.52.1
- 1.52.0
- 1.51.1
- 1.51.0
- 1.50.5
- 1.50.4
- 1.50.3
- 1.50.2
- 1.50.1
- 1.50.0
- 1.49.0
- 1.48.3
- 1.48.2
- 1.48.1
- 1.48.0
- 1.47.5
- 1.47.4
- 1.47.3
- 1.47.2
- 1.47.1
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.1
- 1.41.0
- 1.40.2
- 1.40.1
- 1.40.0
- 1.39.1
- 1.39.0
- 1.38.1
- 1.38.0
- 1.37.1
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.1
- 1.33.0
- 1.32.2
- 1.32.1
- 1.32.0
- 1.31.1
- 1.31.0
- 1.3.0
- 1.2.0
- 1.1.22
- 1.1.21
- 1.1.20
- 1.1.1.9
- 1.1.1.8
- 1.1.1.7
- 1.1.1.6
- 1.1.1.5
- 1.1.1.4
- 1.1.1.3
- 1.1.1.2
- 1.1.1.1
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.15
- 0.3.14
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
- dev-release/2.0.x
- dev-release/1.x
This package is auto-updated.
Last update: 2024-10-09 11:58:18 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...