littlegiant/sliver

Tinker with a sliver of your code with an interactive debugger and REPL for SilverStripe, powered by psysh.

0.1.0 2016-12-07 23:10 UTC

This package is auto-updated.

Last update: 2024-04-16 07:53:59 UTC


README

Tinker with a sliver of your code with an interactive debugger and REPL for SilverStripe, powered by psysh.

Inspired by Laravel's artisan tinker, and powered by psysh, Sliver allows you to play with your SilverStripe code during runtime with the added debugging functionality from psysh.

Installation

Install the Sliver cli globally by running the following command:

$ composer global require littlegiant/sliver

Usage

  • Simply run sliver in the root of your SilverStripe project.
  • Write your line of PHP code and hit enter.
  • That line of code will then be run and the output value of that line will be displayed in console.

For more information, check out psysh's documentation.

License

Sliver is released under the MIT license

Contributing

Code guidelines

This project follows the standards defined in: