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
- Host: GitHub
- URL: https://github.com/fattureincloud/eloquence-mappable
- Owner: fattureincloud
- License: mit
- Fork: true (jarektkaczyk/eloquence-mappable)
- Created: 2023-06-10T13:47:35.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-29T14:55:47.000Z (almost 2 years ago)
- Last Synced: 2025-09-27T06:40:26.676Z (10 months ago)
- Language: PHP
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sofa/Eloquence
[](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
```