You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
2.2 KiB

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