mrferos/selfie

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

A modern method of cloning in PHP

Maintainers

Package info

github.com/mrferos/selfie

pkg:composer/mrferos/selfie

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-06 13:25:57 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