solbeg / laravel-mapper
Laravel extension. Wrapper for your models for working with hierarchical structure and/or mapping one attributes to another.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/solbeg/laravel-mapper
Requires
- php: >=5.5.9
- illuminate/container: 5.2.*|5.3.*
- illuminate/contracts: 5.2.*|5.3.*
- illuminate/database: 5.2.*|5.3.*
- illuminate/events: 5.2.*|5.3.*
- illuminate/support: 5.2.*|5.3.*
This package is not auto-updated.
Last update: 2025-10-06 17:56:43 UTC
README
Laravel extension. Wrapper for your models for working with hierarchical structure and/or mappingone attributes to another.
Requirements
- PHP >= 5.5.9
- Laravel Framework 5.2.* or 5.3.*
Installation
The best way to install this plugin is using Composer.
To install the most recent version, run the following command:
$ php composer.phar require solbeg/laravel-mapper
Usage
WIP