ngmy / eloquent-serialized-lob by ngmy

Eloquent Serialized LOB is a trait for Laravel 5 Eloquent models that allows Serialized LOB pattern
2,136
1
3
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: 2024-04-25 15:13:26
Package Statistics
Total Downloads: 2,136
Monthly Downloads: 8
Daily Downloads: 3
Total Stars: 1
Total Watchers: 3
Total Forks: 0
Total Open Issues: 5

Eloquent Serialized LOB

Latest Stable Version Total Downloads Latest Unstable Version License

Build Status Coverage Status

Eloquent Serialized LOB is a trait for Laravel 5 Eloquent models that allows Serialized LOB pattern.

Installation

  1. Install the package by using the Composer:
composer require ngmy/eloquent-serialized-lob
  1. Add the service provider of the package to the list of service providers in the config/app.php file:
'providers' => [
    //...
    'Ngmy\EloquentSerializedLob\SerializedLobTraitServiceProvider',
],

Usage

WIP: See tests.

License

Eloquent Serialized LOB is open-sourced software licensed under the MIT license.