Download the PHP package sitnikovik/array-to-object-serializer without Composer
On this page you can find all versions of the php package sitnikovik/array-to-object-serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sitnikovik/array-to-object-serializer
More information about sitnikovik/array-to-object-serializer
Files in sitnikovik/array-to-object-serializer
Download sitnikovik/array-to-object-serializer
More information about sitnikovik/array-to-object-serializer
Files in sitnikovik/array-to-object-serializer
Vendor sitnikovik
Package array-to-object-serializer
Short Description Tool to convert your class nested with anothers to associative array
License MIT
Package array-to-object-serializer
Short Description Tool to convert your class nested with anothers to associative array
License MIT
Please rate this library. Is it a good library?
Informations about the package array-to-object-serializer
Array-to-object serializer
Tool to convert your class nested with others to associative array
How to use
Just run:
How to specify object
You have to create object with properties annotated with @ToObject
for each property you want to convert.
Note: You have to specify full class name with namespace in
@ToObject
annotation withoutuse
statement and::class
syntax cause of current version is adapted for PHP 7.3 and higher.
All versions of array-to-object-serializer with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
The package sitnikovik/array-to-object-serializer contains the following files
Loading the files please wait ....