https://github.com/uzulla/try-php
WIP
https://github.com/uzulla/try-php
Last synced: 4 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/uzulla/try-php
- Owner: uzulla
- Created: 2014-06-06T18:30:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T11:27:09.000Z (almost 11 years ago)
- Last Synced: 2025-03-15T15:44:29.741Z (4 months 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
```