PHPackages                             olssonm/livewire-synthesizer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. olssonm/livewire-synthesizer

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

olssonm/livewire-synthesizer
============================

v0.1(2y ago)015MITPHP

Since Dec 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/olssonm/livewire-synthesizer)[ Packagist](https://packagist.org/packages/olssonm/livewire-synthesizer)[ RSS](/packages/olssonm-livewire-synthesizer/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Livewire Synthesizer
--------------------

[](#livewire-synthesizer)

Warning

In development, in no way near ready to use in production.

Simple classes when using simple objects via Livewire Synthesizers – saves some time instead of having to write custom synthesizers from scratch.

This package tries to hydrate and dehydrate all properties on the resource.

Note

Livewire already ships with synthesizers for simple objects such as collections and arrays, this package is when you need to use custom objects.

### Resource

[](#resource)

Represents your custom class/object. All you have to do is extend `Olssonm\LivewireSynthesizer\Resources\GenericResource`.

```
