Download the PHP package yadddl/serializer without Composer
On this page you can find all versions of the php package yadddl/serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package serializer
Yet Another Serializer Library (YASL)
by Yet Another DDD Library (YADDDL)
This library implements a serializer, and it follows those rules:
-
Do not use extra metadata: the PHP language is expressive enough to give you everything you need.
- Convention over configuration: just configure what differ from the standard use case, that already cover the majority of the cases.
It goes in-pair with the Value Object project of the same family, but could be used alone. Just be sure to follow the conventions!
It doesn't cover all the possibile use cases, then use it if you want, or contribute if you like what we are doing and want to expand it.
Usage
composer require yadddl/serializer
Getting started
Given a simple DTO
The easy way to serialize it is this one
And the resulting json
Documentation
- Conventions
- Configuration
- Override a serializer
All versions of serializer with dependencies
PHP Build Version
Package Version
The package yadddl/serializer contains the following files
Loading the files please wait ....