psy / psysh
An interactive shell for modern PHP.
Installs: 392 062 181
Dependents: 790
Suggesters: 8
Security: 0
Stars: 9 736
Watchers: 99
Forks: 310
Open Issues: 47
Requires
- php: ^8.0 || ^7.4
- ext-json: *
- ext-tokenizer: *
- nikic/php-parser: ^5.0 || ^4.0
- symfony/console: ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4
- symfony/var-dumper: ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4
Requires (Dev)
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.
Conflicts
- symfony/console: 4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4
- dev-main / 0.12.x-dev
- v0.12.4
- v0.12.3
- v0.12.2
- v0.12.1
- v0.12.0
- 0.11.x-dev
- v0.11.22
- v0.11.21
- v0.11.20
- v0.11.19
- v0.11.18
- v0.11.17
- v0.11.16
- v0.11.15
- v0.11.14
- v0.11.13
- v0.11.12
- v0.11.11
- v0.11.10
- v0.11.9
- v0.11.8
- v0.11.7
- v0.11.6
- v0.11.5
- v0.11.4
- v0.11.3
- v0.11.2
- v0.11.1
- v0.11.0
- v0.10.12
- v0.10.11
- v0.10.10
- v0.10.9
- v0.10.8
- v0.10.7
- v0.10.6
- v0.10.5
- v0.10.4
- v0.10.3
- v0.10.2
- v0.10.0
- 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-dependabot/github_actions/actions/checkout-4.2.2
- dev-dependabot/github_actions/actions/upload-artifact-4.4.3
- dev-dependabot/github_actions/actions/checkout-4.2.1
- dev-dependabot/github_actions/codecov/codecov-action-4.6.0
- dev-optional-runtime-dir
- dev-develop
This package is auto-updated.
Last update: 2024-10-24 12:03:10 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