https://github.com/ngmy/eloquent-serialized-lob
Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern
https://github.com/ngmy/eloquent-serialized-lob
eloquent json laravel library php semi-structured-data serialized-lob xml
Last synced: 2 months ago
JSON representation
Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows Serialized LOB pattern
- Host: GitHub
- URL: https://github.com/ngmy/eloquent-serialized-lob
- Owner: ngmy
- License: mit
- Created: 2016-07-28T14:23:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T21:43:27.000Z (over 3 years ago)
- Last Synced: 2025-03-30T17:22:42.344Z (over 1 year ago)
- Topics: eloquent, json, laravel, library, php, semi-structured-data, serialized-lob, xml
- Language: PHP
- Homepage:
- Size: 306 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Eloquent Serialized LOB
[](https://packagist.org/packages/ngmy/eloquent-serialized-lob)
[](https://packagist.org/packages/ngmy/eloquent-serialized-lob)
[](https://packagist.org/packages/ngmy/eloquent-serialized-lob)
[](https://packagist.org/packages/ngmy/eloquent-serialized-lob)
[](https://packagist.org/packages/ngmy/eloquent-serialized-lob)
[](https://github.com/ngmy/eloquent-serialized-lob/actions?query=workflow%3A%22PHP+CI%22)
[](https://coveralls.io/r/ngmy/eloquent-serialized-lob?branch=master)
Eloquent Serialized LOB is a trait for Laravel Eloquent models that allows [Serialized LOB pattern](http://martinfowler.com/eaaCatalog/serializedLOB.html).
## Requirements
Eloquent Serialized LOB has the following requirements:
* PHP >= 7.3
* Laravel >= 6.0
## Installation
1. Execute the Composer `require` command:
```console
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:
```php
Ngmy\EloquentSerializedLob\EloquentSerializedLobServiceProvider::class,
```
## Usage
**WIP:** See [tests](/tests).
## License
Eloquent Serialized LOB is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).