lox / regreph

A tool for detecting performance regressions in PHP codebases
50 stars 2 forks source link

Submit to Packagist.org #2

Closed hkdobrev closed 10 years ago

hkdobrev commented 10 years ago

It would be really nice if you could easily install regreph using Composer and Packagist. Like the rest of them: https://packagist.org/packages/lox/

hkdobrev commented 10 years ago

This would change the installation from the one currently pointed in the README:

git clone git://github.com/lox/regreph.git
cd regreph
composer install

to a simpler:

composer require lox/regreph

This could also remove the need to include multiple vendor/autoload.php files here: https://github.com/lox/regreph/blob/92c7202fdc339fd46428fad7af315caf8c7c5640/bin/bench.php#L7-L8.

hkdobrev commented 10 years ago

Thanks @lox! https://packagist.org/packages/lox/regreph