pourbahrami / mapper
A simple package to map data
Package info
Type:laravel-package
pkg:composer/pourbahrami/mapper
1.0.3
2022-12-08 13:56 UTC
This package is not auto-updated.
Last update: 2026-08-14 07:07:22 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