An open API service indexing awesome lists of open source software.

https://github.com/fattureincloud/eloquence-mappable

Eloquence Mappable extension for Eloquent ORM
https://github.com/fattureincloud/eloquence-mappable

Last synced: 6 months ago
JSON representation

Eloquence Mappable extension for Eloquent ORM

Awesome Lists containing this project

README

          

# Sofa/Eloquence

[![stable](https://poser.pugx.org/fattureincloud/eloquence-mappable/v/stable.svg)](https://packagist.org/packages/fattureincloud/eloquence-mappable)

Easy and flexible extensions for the [Eloquent ORM](https://laravel.com/docs/eloquent).

Currently available extensions:

1. [Searchable](https://github.com/fattureincloud/eloquence-base) query - crazy-simple fulltext search through any related model
2. [Mappable](https://github.com/fattureincloud/eloquence-mappable) -map attributes to table fields and/or related models

## Installation

```bash
composer require fattureincloud/eloquence-mappable
```

## Contribution

Shout out to all the Contributors!

All contributions are welcome, PRs must be **tested** and **PSR-2 compliant**.

To validate your builds before committing use the following composer command:
```bash
composer test
```