PHPackages                             kepka42/laravel-mapper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. kepka42/laravel-mapper

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

kepka42/laravel-mapper
======================

Package for map data

0.1.2(7y ago)1940MITPHPPHP &gt;=7.1

Since Oct 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/kepka42/laravel-mapper)[ Packagist](https://packagist.org/packages/kepka42/laravel-mapper)[ RSS](/packages/kepka42-laravel-mapper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Laravel-mapper
==============

[](#laravel-mapper)

About
-----

[](#about)

The `laravel-mapper` package allows you to map objects is very simply

Installation
------------

[](#installation)

Require the `kepka42/laravel-mapper` package in your composer.json and update your dependencies:

```
composer require kepka42/laravel-mapper
```

Also you need publish the config using command:

```
php artisan vendor:publish --provider="kepka42\LaravelMapper\MapperServiceProvider"
```

Usage
-----

[](#usage)

For create mapper you can you command:

```
php artisan make:mapper NameOfMapper
```

This command will create class of mapper in `Mapper` folder which is located in `app` directory of your application:

```
