dborsatto / sql-result-set-mapper
Installs: 4 848
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- ext-json: *
- laminas/laminas-hydrator: ^4.0
Requires (Dev)
- dborsatto/smart-enums: ^4.0
- friendsofphp/php-cs-fixer: ^3.8
- phpunit/phpunit: ^9.5
- psalm/plugin-phpunit: ^0.18
- vimeo/psalm: ^5.6
Suggests
- dborsatto/smart-enums: ^4.0
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.