https://github.com/jbroadway/boris
Boris REPL for the Elefant CMS
https://github.com/jbroadway/boris
Last synced: about 2 months ago
JSON representation
Boris REPL for the Elefant CMS
- Host: GitHub
- URL: https://github.com/jbroadway/boris
- Owner: jbroadway
- Created: 2015-08-13T17:06:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-13T17:06:59.000Z (over 9 years ago)
- Last Synced: 2025-01-13T12:26:31.806Z (3 months ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boris REPL for the Elefant CMS
This is a simple app that adds the [Boris REPL](https://github.com/borisrepl/boris)
(read-eval-print-loop) to the [Elefant CMS](https://www.elefantcms.com/) for
experimenting with PHP code in the terminal in an interactive way.> Note: Boris requires PHP's [pcntl](http://ca1.php.net/pcntl) extension.
1\. Install the Boris app via:
composer.phar require elefant/app-boris
2\. Call via:
php index.php boris
The following Elefant objects are available to the REPL for inspection:
* `$cache`
* `$controller`
* `$i18n`
* `$page`
* `$tpl`