annotate vendor/psy/psysh/README.md @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents c2387f117808
children
rev   line source
Chris@0 1 # PsySH
Chris@0 2
Chris@0 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).
Chris@0 4
Chris@0 5
Chris@0 6 [![Package version](https://img.shields.io/packagist/v/psy/psysh.svg?style=flat-square)](https://packagist.org/packages/psy/psysh)
Chris@0 7 [![Monthly downloads](http://img.shields.io/packagist/dm/psy/psysh.svg?style=flat-square)](https://packagist.org/packages/psy/psysh)
Chris@0 8 [![Made out of awesome](https://img.shields.io/badge/made_out_of_awesome-✓-brightgreen.svg?style=flat-square)](http://psysh.org)
Chris@0 9
Chris@0 10 [![Build status](https://img.shields.io/travis/bobthecow/psysh/master.svg?style=flat-square)](http://travis-ci.org/bobthecow/psysh)
Chris@0 11 [![StyleCI](https://styleci.io/repos/4549925/shield)](https://styleci.io/repos/4549925)
Chris@0 12
Chris@0 13
Chris@0 14 <a id="downloading-the-manual"></a>
Chris@0 15
Chris@0 16 ## [PsySH manual](https://github.com/bobthecow/psysh/wiki/Home)
Chris@0 17
Chris@0 18 ### [💾 Installation](https://github.com/bobthecow/psysh/wiki/Installation)
Chris@0 19 * [📕 PHP manual installation](https://github.com/bobthecow/psysh/wiki/PHP-manual)
Chris@16 20 * <a class="internal present" href="https://github.com/bobthecow/psysh/wiki/Windows"><img src="https://user-images.githubusercontent.com/53660/40878809-407e8368-664b-11e8-8455-f11602c41dfe.png" width="18"> Windows</a>
Chris@0 21
Chris@0 22 ### [🖥 Usage](https://github.com/bobthecow/psysh/wiki/Usage)
Chris@0 23 * [✨ Magic variables](https://github.com/bobthecow/psysh/wiki/Magic-variables)
Chris@0 24 * [⏳ Managing history](https://github.com/bobthecow/psysh/wiki/History)
Chris@0 25 * [💲 System shell integration](https://github.com/bobthecow/psysh/wiki/Shell-integration)
Chris@0 26 * [🎥 Tutorials & guides](https://github.com/bobthecow/psysh/wiki/Tutorials)
Chris@0 27
Chris@0 28 ### [📢 Commands](https://github.com/bobthecow/psysh/wiki/Commands)
Chris@0 29
Chris@0 30 ### [🛠 Configuration](https://github.com/bobthecow/psysh/wiki/Configuration)
Chris@0 31 * [🎛 Config options](https://github.com/bobthecow/psysh/wiki/Config-options)
Chris@0 32 * [📄 Sample config file](https://github.com/bobthecow/psysh/wiki/Sample-config)
Chris@0 33
Chris@0 34 ### [🔌 Integrations](https://github.com/bobthecow/psysh/wiki/Integrations)