Skip to content

Instantly share code, notes, and snippets.

View genxoft's full-sized avatar
🏠
Working from home

Simon Rodin genxoft

🏠
Working from home
View GitHub Profile
@genxoft
genxoft / JsonSerializableTrait.php
Last active July 18, 2022 17:13
Json serialization trait
<?php
declare(strict_types=1);
use RuntimeException;
use ReflectionClass;
use ReflectionProperty;
/**
* Model to json serrializaton helper