Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzulla/try-php
WIP
https://github.com/uzulla/try-php
Last synced: about 1 month ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/uzulla/try-php
- Owner: uzulla
- Created: 2014-06-06T18:30:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T11:27:09.000Z (over 10 years ago)
- Last Synced: 2023-03-23T12:14:18.802Z (almost 2 years ago)
- Language: PHP
- Size: 195 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ブラウザでPHPためせる君(仮称)開発中です(WIP)
=========================================ウェブブラウザでPHPのコードを試せます。
サンドボックスを使っているので、危ないコードは動かない(筈)。# REQUIRE
- PHP>=5.4
- (composer)
- bower(node.js)bowerのためだけにnode.jsが必要なのは不便なので(特にWindowsの人には…)、将来的には、ビルド版を作ろうとおもいます。
(bowerphpというものがありますが、ace-buildsがDLできない…)# SETUP
```
$ composer install
$ pake html_setup
$ php -S 127.0.0.1:8080 # or upload
```