Skip to content

Instantly share code, notes, and snippets.

View ajgarlag's full-sized avatar

Antonio J. García Lagar ajgarlag

View GitHub Profile
@ajgarlag
ajgarlag / migrator.php
Last active April 13, 2021 09:08 — forked from mindplay-dk/migrator.php
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,