-
Notifications
You must be signed in to change notification settings - Fork 314
Installation
Justin Hileman edited this page Jun 3, 2017
·
18 revisions
Download the psysh phar to install.
wget https://git.io/psysh
chmod +x psysh
./psyshIt'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.3, and for PHP without readline or intl—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/psyshOr 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