dborsatto / sql-result-set-mapper
Installs: 5 375
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- ext-json: *
- laminas/laminas-hydrator: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- phpunit/phpunit: ^9.6
- psalm/plugin-phpunit: ^0.19
- vimeo/psalm: ^6.10
README
dborsatto/sql-result-set-mapper
is a PHP library that allows you to map a result from an SQL query to an array of PHP objects.
Installation
As with any Composer package, run the CLI command to require the library in your application:
composer require dborsatto/sql-result-set-mapper
Getting started
Documentation is currently in the works, in the meanwhile please refer to the examples file.
License
This repository is published under the MIT license.