45dd6a3b2ef8956be22247f11b852089cb07f158
[yaffs-website] / vendor / psy / psysh / README.md
1 # PsySH
2
3 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).
4
5
6 [![Package version](https://img.shields.io/packagist/v/psy/psysh.svg?style=flat-square)](https://packagist.org/packages/psy/psysh)
7 [![Monthly downloads](http://img.shields.io/packagist/dm/psy/psysh.svg?style=flat-square)](https://packagist.org/packages/psy/psysh)
8 [![Made out of awesome](https://img.shields.io/badge/made_out_of_awesome-✓-brightgreen.svg?style=flat-square)](http://psysh.org)
9
10 [![Build status](https://img.shields.io/travis/bobthecow/psysh/master.svg?style=flat-square)](http://travis-ci.org/bobthecow/psysh)
11 [![StyleCI](https://styleci.io/repos/4549925/shield)](https://styleci.io/repos/4549925)
12
13
14 <a id="downloading-the-manual"></a>
15
16 ## [PsySH manual](https://github.com/bobthecow/psysh/wiki/Home)
17
18 ### [💾 Installation](https://github.com/bobthecow/psysh/wiki/Installation)
19  * [📕 PHP manual installation](https://github.com/bobthecow/psysh/wiki/PHP-manual)
20
21 ### [🖥 Usage](https://github.com/bobthecow/psysh/wiki/Usage)
22  * [✨ Magic variables](https://github.com/bobthecow/psysh/wiki/Magic-variables)
23  * [⏳ Managing history](https://github.com/bobthecow/psysh/wiki/History)
24  * [💲 System shell integration](https://github.com/bobthecow/psysh/wiki/Shell-integration)
25  * [🎥 Tutorials & guides](https://github.com/bobthecow/psysh/wiki/Tutorials)
26
27 ### [📢 Commands](https://github.com/bobthecow/psysh/wiki/Commands)
28
29 ### [🛠 Configuration](https://github.com/bobthecow/psysh/wiki/Configuration)
30  * [🎛 Config options](https://github.com/bobthecow/psysh/wiki/Config-options)
31  * [📄 Sample config file](https://github.com/bobthecow/psysh/wiki/Sample-config)
32
33 ### [🔌 Integrations](https://github.com/bobthecow/psysh/wiki/Integrations)