DanielFatkic / ipsaliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ipsaliases

A small tool to generate class aliases for Invision Community Suite files.

Installation via composer: composer require danielfatkic/ipsaliases

Then call vendor/bin/generatealiases . to generate the alias file which will look like:

<?php 
class_alias(IPS\forums\_Application::class, 'IPS\forums\Application', false);
class_alias(IPS\forums\tasks\_archive::class, 'IPS\forums\tasks\archive', false);
...

About


Languages

Language:PHP 100.0%