psy/psysh
An interactive shell for modern PHP.
Installs: 48 259 158
Dependents: 392
Suggesters: 6
Stars: 6 307
Watchers: 101
Forks: 214
Open Issues: 64
Requires
- php: >=5.4.0
- ext-json: *
- ext-tokenizer: *
- symfony/console: ~2.3.10|^2.4.2|~3.0|~4.0
- symfony/var-dumper: ~2.7|~3.0|~4.0
- nikic/php-parser: ~1.3|~2.0|~3.0|~4.0
- dnoegel/php-xdg-base-dir: 0.1
- jakub-onderka/php-console-highlighter: 0.3.*|0.4.*
Requires (Dev)
- phpunit/phpunit: ~4.8.35|~5.0|~6.0|~7.0
- hoa/console: ~2.15|~3.16
- bamarni/composer-bin-plugin: ^1.2
Suggests
- ext-pcntl: Enabling the PCNTL extension makes PsySH a lot happier :)
- ext-posix: If you have PCNTL, you'll want the POSIX extension as well.
- ext-readline: Enables support for arrow-key history navigation, and showing and manipulating command history.
- ext-pdo-sqlite: The doc command requires SQLite to work.
- hoa/console: A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.
- dev-master
- v0.9.9
- v0.9.8
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.18
- v0.8.17
- v0.8.16
- v0.8.15
- v0.8.14
- v0.8.13
- v0.8.12
- v0.8.11
- v0.8.10
- v0.8.9
- v0.8.8
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.1
- v0.6.0
- v0.5.2
- v0.5.1
- v0.5.0
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.1
- v0.2.0
- v0.1.12
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-develop
- dev-feature/require-newline-after-block
README
PsySH is a runtime developer console, interactive debugger and REPL for PHP. Learn more at psysh.org and in the manual.