MyIntervals / PHP-CSS-Parser

A Parser for CSS Files written in PHP. Allows extraction of CSS files into a data structure, manipulation of said structure and output as (optimized) CSS

Home Page:http://www.sabberworm.com/blog/2010/6/10/php-css-parser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up the infrastructure for class aliases

oliverklee opened this issue · comments

https://packagist.org/packages/typo3/class-alias-loader

This allows us to rename classes without breaking things.

This jogs a memory. I have used class_alias to mitigate migrating to namespaces and PSR-4. It was a godsend, IIRC.