All Projects → isobar-nz → sliver

isobar-nz / sliver

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

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to sliver

Tinker
Powerful REPL for the Laravel framework.
Stars: ✭ 6,957 (+40823.53%)
Mutual labels:  repl, psysh, tinker
tinkerun
A new way of Running Tinker. Simplify the Web Artisan's workflow.
Stars: ✭ 266 (+1464.71%)
Mutual labels:  psysh, artisan, tinker
tinker-zero
Bridge laravel/tinker for your laravel-zero applications
Stars: ✭ 39 (+129.41%)
Mutual labels:  repl, psysh, tinker
laravel-live-tinker
Laravel tinker in your browser with code highlight
Stars: ✭ 51 (+200%)
Mutual labels:  artisan, tinker
composer-repl
A REPL for PHP built into Composer (using PsySH)
Stars: ✭ 81 (+376.47%)
Mutual labels:  repl, psysh
repl
Framework Agnostic REPL For Node.js. Used by AdonisJS
Stars: ✭ 76 (+347.06%)
Mutual labels:  repl, tinker
Psysh
A REPL for PHP
Stars: ✭ 9,161 (+53788.24%)
Mutual labels:  repl, psysh
Ipython
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
Stars: ✭ 15,107 (+88764.71%)
Mutual labels:  repl
Silverstripe-SEO
A SilverStripe module to optimise the Meta, crawling, indexing, and sharing of your website content
Stars: ✭ 41 (+141.18%)
Mutual labels:  silverstripe
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (+1311.76%)
Mutual labels:  repl
Box
A mruby-based Builder for Docker Images
Stars: ✭ 236 (+1288.24%)
Mutual labels:  repl
silverstripe-mandrill
Mandrill integration for Silverstripe
Stars: ✭ 17 (+0%)
Mutual labels:  silverstripe
silverstripe-cloudflare
This module aims to relieve the stress of using CloudFlare caching with any SilverStripe project. Adds extension hooks that clears CloudFlares cache for a specific page when that page is published or unpublished
Stars: ✭ 23 (+35.29%)
Mutual labels:  silverstripe
Go Pry
An interactive REPL for Go that allows you to drop into your code at any point.
Stars: ✭ 2,747 (+16058.82%)
Mutual labels:  repl
silverstripe-smtp
Using PHPMailer in SilverStripe
Stars: ✭ 26 (+52.94%)
Mutual labels:  silverstripe
Mond
A scripting language for .NET Core
Stars: ✭ 237 (+1294.12%)
Mutual labels:  repl
silverstripe-populate
Populate your database through YAML files
Stars: ✭ 23 (+35.29%)
Mutual labels:  silverstripe
silverstripe-catalogmanager
Catalog administration via a LeftAndMain like interface. Lets you create and edit pages outside of the site tree
Stars: ✭ 36 (+111.76%)
Mutual labels:  silverstripe
silverstripe-dashboard
Extendable dashboard for Silverstripe
Stars: ✭ 18 (+5.88%)
Mutual labels:  silverstripe
silverware-calendar
SilverWare Calendar Module
Stars: ✭ 15 (-11.76%)
Mutual labels:  silverstripe

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].