pourbahrami / mapper
A simple package to map data
1.0.3
2022-12-08 13:56 UTC
This package is not auto-updated.
Last update: 2026-03-27 05:30:04 UTC
README
Installation
- Method 1: You can install pourbahrami/mapper with Composer directly in your project:
composer require pourbahrami/mapper
- Method 2: Add this line to Composer.json file in your project
"pourbahrami/mapper": "*"
Then run following command to download extension using composer
$ composer update