Skip to content

Installation

Justin Hileman edited this page Mar 25, 2023 · 16 revisions

๐Ÿ’พ Installation

Download the psysh phar to install.

wget https://psysh.org/psysh
chmod +x psysh
./psysh

Itโ€™s even awesomer if you put it somewhere in your system path (like /usr/local/bin or ~/bin)!

Additional releasesโ€”including compatibility releases for PHP 5.4, and for PHP without readline or iconv or mbstringโ€”are available on GitHub.

PsySH is available via Composer, so you can use it in your project as well.

composer require psy/psysh:@stable
./vendor/bin/psysh

Or you can use it by checking out the the repository directly.

git clone https://github.com/bobthecow/psysh.git
cd psysh
composer install
./bin/psysh

Installation with PHIVE is also supported.

sudo phive install -g bobthecow/psysh

Homebrew users can install via Homebrew.

brew install psysh

More installation info