pourbahrami / mapper
A simple package to map data
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:laravel-package
This package is not auto-updated.
Last update: 2025-06-20 01:55:00 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