| Package Data | |
|---|---|
| Maintainer Username: | ngmy | 
| Maintainer Contact: | y.nagamiya@gmail.com (Yuta Nagamiya) | 
| Package Create Date: | 2016-07-28 | 
| Package Last Update: | 2023-02-01 | 
| Home Page: | |
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-26 03:11:57 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 2,195 | 
| Monthly Downloads: | 8 | 
| Daily Downloads: | 0 | 
| Total Stars: | 1 | 
| Total Watchers: | 1 | 
| Total Forks: | 0 | 
| Total Open Issues: | 5 | 
Eloquent Serialized LOB is a trait for Laravel 5 Eloquent models that allows Serialized LOB pattern.
composer require ngmy/eloquent-serialized-lob
config/app.php file:'providers' => [
    //...
    'Ngmy\EloquentSerializedLob\SerializedLobTraitServiceProvider',
],
WIP: See tests.
Eloquent Serialized LOB is open-sourced software licensed under the MIT license.