composer require weew/helpers-object
This tiny library provides various useful helper functions to deal with objects.
Safely clones a value using the clone
function if it is an object, simply returns the value otherwise.
mixed sclone(mixed $value)