mrferos/selfie

There is no license information available for the latest version (dev-master) of this package.

A modern method of cloning in PHP

dev-master 2015-02-13 20:51 UTC

This package is auto-updated.

Last update: 2024-04-06 08:58:18 UTC


README

Clone like it's 2015.

$d = new stdClass;
$d->foo = "rawr";

var_dump(selfie($d));

Installing via Composer

php composer.phar require "mrferos/selfie"

Then include vendor/autoload.php in your project and selfie will be available