-
Notifications
You must be signed in to change notification settings - Fork 310
Installation
Justin Hileman edited this page Mar 25, 2023
·
16 revisions
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