Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.
/ phpstan-compiler Public archive

📦 PHAR distribution compiler for PHPStan

License

Notifications You must be signed in to change notification settings

xificurk/phpstan-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHAR Compiler for PHPStan

This is a fork of the official phpstan-compiler with 2 main differences:

  1. It prefixes PhpParser namespace.
  2. It bundles several phpstan extensions into the phar distribution.

Installation

git clone https://github.com/xificurk/phpstan-compiler
cd phpstan-compiler
composer install

Compile the PHAR

php bin/compile [version] [repository]

Default version is master, and default repository is https://github.com/phpstan/phpstan.git.

The compiled PHAR will be in tmp/phpstan.phar.

About

📦 PHAR distribution compiler for PHPStan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages