thierrymarianne / contrib-light-table-php

PHP plugin for Light Table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXPERIMENTAL, DEPRECATED, and ARCHIVED

PHP plugin for Light Table

Demo

PHP plugin for Light Table

Requirement

A php binary should be available in your $PATH. After having copied the plugin to Light Table user plugin directory,

  • View menu > Commands > App: Reload behaviors

Usage

  • View menu > Commands > Connect: Show connect bar
  • Add a PHP connection
  • Select a directory to serve as the root of your PHP project
  • Press [ctrl|cmd]+shift+enter to evaluate the current buffer.

Development

Download composer

curl -sS https://getcomposer.org/installer | php

Install vendors (relied upon to connect to Light Table)

$(cd php-src && php ../composer.phar install --prefer-dist)

TODO

  • Evaluate selected expression

About

PHP plugin for Light Table

License:MIT License


Languages

Language:JavaScript 49.0%Language:Clojure 36.7%Language:PHP 14.2%