LoginSignup
0
0

More than 3 years have passed since last update.

PHP7ccとPHPStanをそれぞれワンライナーで

Last updated at Posted at 2020-02-14

概要

composer経由でやろうとしたら色々エラってインストールできない。
Dockerでやって楽をしましょう。

PHP7cc

$ docker run -it --rm -v $(pwd):/app ypereirareis/php7cc php7cc ./

PHP7ccはすでにサポート切れなので注意

参照リンク:docker-php7cc

PHPStan

$ docker run --rm -v $(pwd):/app phpstan/phpstan analyse /app

参照リンク:phpstan/phpstan

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0