psy / psysh
An interactive shell for modern PHP.
Installs: 125 709 831
Dependents: 614
Suggesters: 6
Security: 0
Stars: 8 836
Watchers: 104
Forks: 263
Open Issues: 45
Requires
- php: ^8.0 || ^7.0 || ^5.5.9
- ext-json: *
- ext-tokenizer: *
- dnoegel/php-xdg-base-dir: 0.1.*
- nikic/php-parser: ~4.0|~3.0|~2.0|~1.3
- symfony/console: ~5.0|~4.0|~3.0|^2.4.2|~2.3.10
- symfony/var-dumper: ~5.0|~4.0|~3.0|~2.7
Requires (Dev)
- bamarni/composer-bin-plugin: ^1.2
- hoa/console: 3.17.*
Suggests
- ext-pcntl: Enabling the PCNTL extension makes PsySH a lot happier :)
- ext-pdo-sqlite: The doc command requires SQLite to work.
- 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.
- hoa/console: A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit.
- dev-main / 0.10.x-dev
- v0.10.6
- v0.10.5
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.0
- 0.9.x-dev
- v0.9.12
- v0.9.11
- 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-test-php-81
- dev-develop
- dev-feature/require-newline-after-block
This package is auto-updated.
Last update: 2021-02-23 06:31:28 UTC
README
PsySH is a runtime developer console, interactive debugger and REPL for PHP. Learn more at psysh.org and in the manual.
PsySH manual
💾 Installation
🖥 Usage
- ✨ Magic variables
- ⏳ Managing history
- 💲 System shell integration
- 🎥 Tutorials & guides
- 🐛 Troubleshooting