rector/compiler
2020-02-09 23:27:57 +01:00
..
bin drop redundant interface and factory 2020-01-11 00:43:13 +01:00
build unprefix hoa 2020-02-09 23:27:57 +01:00
src/Console apply property and method order 2020-02-02 12:14:43 +01:00
.gitignore fixup! Merge pull request #2409 from rectorphp/phalcon-round-2 2019-12-08 18:01:29 +01:00
composer.json misc compiler 2020-01-28 01:06:56 +01:00
README.md load just once experiment 2019-12-09 00:57:44 +01:00

PHAR Compiler for Rector

Compile the PHAR

composer update
php bin/compile

The compiled PHAR will be in tmp/rector.phar. Test it:

php ../tmp/rector.phar

Please note that running the compiler will change the contents of composer.json file and vendor directory. Revert those changes after running it.