Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neiluj/nw-phprunner
- Owner: neiluJ
- Created: 2014-05-07T13:44:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T14:24:57.000Z (over 10 years ago)
- Last Synced: 2024-10-15T05:17:49.824Z (3 months ago)
- Language: JavaScript
- Size: 1.51 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```