Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neiluj/nw-phprunner

Run PHP within a desktop utility
https://github.com/neiluj/nw-phprunner

Last synced: about 2 months ago
JSON representation

Run PHP within a desktop utility

Awesome Lists containing this project

README

        

# nw-phprunner

Simple desktop application to run PHP code effortlessly. Can be useful for debugging or testing purposes...

![Screenshot](./assets/screenshot.png "Screenshot")

## Usage

* PHP-CLI should be installed on your environment.
* [node-webkit](https://github.com/rogerwang/node-webkit) is required
* Edit ```run.sh``` to fit your environment setup
* Run ```chmod +x run.sh```
* Finally open the App: ```./run.sh```