Skip to content

Instantly share code, notes, and snippets.

View ahmadasjad's full-sized avatar
🛠️
I love making coding easier

AHMAD ASJAD ahmadasjad

🛠️
I love making coding easier
View GitHub Profile
@mindplay-dk
mindplay-dk / migrator.php
Created June 16, 2012 19:11
Migrate a PHP codebase to use namespaces.
<?php
/**
* Namespace Migration Script
*
* @author Rasmus Schultz <rasmus@mindplay.dk>
* @license http://www.gnu.org/licenses/gpl-3.0.txt
*
* This script will scan through an entire PHP codebase and rewrite the
* scripts, adding a namespace clause based on the directory structure,