PHPackages                             niburkin/serializer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. niburkin/serializer

AbandonedArchivedLibrary[Parsing &amp; Serialization](/categories/parsing)

niburkin/serializer
===================

Serializer for Laravel

16PHP

Since Mar 21Pushed 7y agoCompare

[ Source](https://github.com/niburkin/serializer)[ Packagist](https://packagist.org/packages/niburkin/serializer)[ RSS](/packages/niburkin-serializer/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Serializer
==================

[](#laravel-serializer)

Installation
------------

[](#installation)

Require the `niburkin/serializer` in your `composer.json` and update your dependencies:

```
composer require niburkin/serializer
```

For laravel &gt;=5.5 that's all. This package supports Laravel new [Package Discovery](https://laravel.com/docs/5.5/packages#package-discovery).

If you are using Laravel &lt; 5.5, you also need to add Serializer\\Providers\\SerializerServiceProvider to your `config/app.php` providers array:

```
NiBurkin\Serializer\Providers\SerializerServiceProvider::class,
```

Configuration
-------------

[](#configuration)

all objects must be entered into the list object in the config file (`config/serializer.php`). Copy this file to your own config directory to modify the values. You can publish the config using this command:

```
php artisan vendor:publish --provider="NiBurkin\Serializer\Providers\SerializerServiceProvider"
```

Using
-----

[](#using)

How to create serializer from command line:

```
php artisan make:serializer ClassName
```

Options:

- `--o` or `--object` - auto create serializer for you class in project app.

License
-------

[](#license)

Released under the MIT License, see [LICENSE](LICENSE).

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a9a7b883ea59dc0032164c9dc7f5ee0e20518a33b60aeb3d9b26dccc8866336?d=identicon)[ni.burkin](/maintainers/ni.burkin)

---

Top Contributors

[![n-belikov](https://avatars.githubusercontent.com/u/26895284?v=4)](https://github.com/n-belikov "n-belikov (12 commits)")

### Embed Badge

![Health badge](/badges/niburkin-serializer/health.svg)

```
[![Health](https://phpackages.com/badges/niburkin-serializer/health.svg)](https://phpackages.com/packages/niburkin-serializer)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M42](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
