Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobthecow/psysh
A REPL for PHP
https://github.com/bobthecow/psysh
cli php psysh repl shell
Last synced: 3 days ago
JSON representation
A REPL for PHP
- Host: GitHub
- URL: https://github.com/bobthecow/psysh
- Owner: bobthecow
- License: mit
- Created: 2012-06-04T17:15:35.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:03:07.000Z (about 2 months ago)
- Last Synced: 2024-10-29T19:18:51.654Z (about 1 month ago)
- Topics: cli, php, psysh, repl, shell
- Language: PHP
- Homepage: https://psysh.org
- Size: 3.99 MB
- Stars: 9,733
- Watchers: 99
- Forks: 310
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-starred - psysh - A REPL for PHP (PHP)
- awesome-php - PsySH - Another PHP REPL. (Table of Contents / Command Line)
- awesome-php-cn - PsySH - 另一个PHP REPL. (目录 / 命令行 Command Line)
- awesome-projects - PsySH - Another PHP REPL. (PHP / Command Line)
- php-awesome - psysh
- awesome-php - PsySH - Another PHP REPL. (Table of Contents / Command Line)
README
# PsySH
PsySH is a runtime developer console, interactive debugger and [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop) for PHP. Learn more at [psysh.org](http://psysh.org/) and [in the manual](https://github.com/bobthecow/psysh/wiki/Home).
[![Package version](https://img.shields.io/packagist/v/psy/psysh.svg?style=flat-square)](https://packagist.org/packages/psy/psysh)
[![Monthly downloads](http://img.shields.io/packagist/dm/psy/psysh.svg?style=flat-square)](https://packagist.org/packages/psy/psysh)
[![Made out of awesome](https://img.shields.io/badge/made_out_of_awesome-✓-brightgreen.svg?style=flat-square)](http://psysh.org)[![Build status](https://img.shields.io/github/actions/workflow/status/bobthecow/psysh/tests.yml?branch=main&style=flat-square)](https://github.com/bobthecow/psysh/actions?query=branch:main)
[![StyleCI](https://styleci.io/repos/4549925/shield)](https://styleci.io/repos/4549925)## [PsySH manual](https://github.com/bobthecow/psysh/wiki/Home)
### [💾 Installation](https://github.com/bobthecow/psysh/wiki/Installation)
* [📕 PHP manual installation](https://github.com/bobthecow/psysh/wiki/PHP-manual)
* Windows### [🖥 Usage](https://github.com/bobthecow/psysh/wiki/Usage)
* [✨ Magic variables](https://github.com/bobthecow/psysh/wiki/Magic-variables)
* [⏳ Managing history](https://github.com/bobthecow/psysh/wiki/History)
* [💲 System shell integration](https://github.com/bobthecow/psysh/wiki/Shell-integration)
* [🎥 Tutorials & guides](https://github.com/bobthecow/psysh/wiki/Tutorials)
* [🐛 Troubleshooting](https://github.com/bobthecow/psysh/wiki/Troubleshooting)### [📢 Commands](https://github.com/bobthecow/psysh/wiki/Commands)
### [🛠 Configuration](https://github.com/bobthecow/psysh/wiki/Configuration)
* [🎛 Config options](https://github.com/bobthecow/psysh/wiki/Config-options)
* [🎨 Themes](https://github.com/bobthecow/psysh/wiki/Themes)
* [📄 Sample config file](https://github.com/bobthecow/psysh/wiki/Sample-config)### [🔌 Integrations](https://github.com/bobthecow/psysh/wiki/Integrations)