SkillAgentSearch skills...

Sliver

REPL for SilverStripe, powered by Psysh. Interactively debug and tinker with a sliver of your code.

Install / Use

/learn @isobar-nz/Sliver
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:

$ 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:

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated2mo ago
Forks1

Languages

PHP

Security Score

95/100

Audited on Jan 10, 2026

No findings