Skip to content

Instantly share code, notes, and snippets.

View sebastianbrandner's full-sized avatar

Brandner Sebastian sebastianbrandner

View GitHub Profile
@sebastianbrandner
sebastianbrandner / namespaceRefactor.php
Last active July 21, 2017 09:16 — forked from hpbuniat/namespaceRefactor.php
Super-simple script to convert a existing project to use namespaces
<?php
/**
* Super-simple script to convert a existing project to use namespaces
*
* @author Hans-Peter Buniat <hpbuniat@googlemail.com>
* @copyright 2012 Hans-Peter Buniat <hpbuniat@googlemail.com>
* @license http://opensource.org/licenses/BSD-3-Clause
*/
class namespaceRefactor