ngmy/eloquent-serialized-lob

Eloquent Serialized LOB is a trait for Laravel 5 Eloquent models that allows Serialized LOB pattern
2,250 1
Install
composer require ngmy/eloquent-serialized-lob
Latest Version:0.3.0
PHP:^7.3|^8.0
License:MIT
Last Updated:Feb 1, 2023
Links: GitHub  ·  Packagist
Maintainer: ngmy

Eloquent Serialized LOB

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock PHP CI Coverage Status

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

Requirements

Eloquent Serialized LOB has the following requirements:

  • PHP >= 7.3
  • Laravel >= 6.0

Installation

  1. Execute the Composer require command:
    composer require ngmy/eloquent-serialized-lob
    
  2. If you don't use package discovery, add the service provider to the providers array in the config/app.php file:
    Ngmy\EloquentSerializedLob\EloquentSerializedLobServiceProvider::class,
    

Usage

WIP: See tests.

License

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

Related Packages

iamtartan/laravel-xml-response

Added a method to Laravel response for handling xml response and also converting...

73 4
vinelab/http

An http library developed for the laravel framework. aliases itself as HttpClien...

303,986 57
jailtonsc/laravel-response-xml

Add the method xml integrating the laravel's response, converting eloquent retur...

299,162 47
fetchleo/laravel-xml

Convert Eloquent models to XML, as well as normal objects.

4,174 10
darrylkuhn/dialect

Provides JSON datatype support for the Eloquent ORM

245,292 126