robclancy/class-name-fix-utility

This is used to rename badly named classes. Comes with built in Laravel support to rename `Facade` to `Surrogate`.
4 11
Install
composer require robclancy/class-name-fix-utility
License:DBAD
Last Updated:Mar 8, 2014
Links: GitHub  ·  Packagist
Maintainer: Robbo

Class Name Fix Utility

This is used to rename badly named classes. Comes with built in Laravel support to rename Facade to Surrogate.

Good Code Makes Good Apps

100% tested with TDD

phpmin usage to get maximum performance

can literally change thousands of class names without any performance issues at all

Installation

Add "robclancy/class-name-fix-utility": "dev-master" to your composer.json in the require block and do a composer update.

Usage

Simply run ClassNameFixUtility\Facade::fix($classFrom, $classTo).

Laravel Usage

Add Gary\Controller to your app/config.php services array and Facade will be renamed to Surrogate. Now when you want to extend the Facade you can do it by a more appropriately named Surrogate. 100% backward compatable.

Related Packages

elite50/e50-mail-laravel

Laravel email facade with support for multiple Mailgun domains.

526 0
ricardofontanelli/laravel-telegram

A simple and lightweight Laravel 4 and 5 wrapper to interact with Telegram Bot.

3,651 10
webpatser/laravel-uuid

Laravel integration for webpatser/uuid - High-performance drop-in UUID replaceme...

17,989,593 1,801
gregoriohc/laravel-trello

A Laravel wrapper and facade package for the Trello API

66,843 33