Download the PHP package littlegiant/sliver without Composer
On this page you can find all versions of the php package littlegiant/sliver. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download littlegiant/sliver
More information about littlegiant/sliver
Files in littlegiant/sliver
Download littlegiant/sliver
More information about littlegiant/sliver
Files in littlegiant/sliver
Vendor littlegiant
Package sliver
Short Description Tinker with a sliver of your code with an interactive debugger and REPL for SilverStripe, powered by psysh.
License MIT
Package sliver
Short Description Tinker with a sliver of your code with an interactive debugger and REPL for SilverStripe, powered by psysh.
License MIT
Please rate this library. Is it a good library?
Informations about the package sliver
Sliver
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:
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:
All versions of sliver with dependencies
PHP Build Version
Package Version
Requires
psy/psysh Version
^0.7.2
The package littlegiant/sliver contains the following files
Loading the files please wait ....