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

https://github.com/helloimkevo/phpplayground

Playground for working with PHP scripts.
https://github.com/helloimkevo/phpplayground

Last synced: 6 months ago
JSON representation

Playground for working with PHP scripts.

Awesome Lists containing this project

README

          

# PhpPlayground
Playground for working with PHP scripts.

# Apache NetBeans IDE 11.3 Setup
Set `Run Configuration` to `Run As: Script (run in command line)`

* For Linux / Unix: Set `PHP Interpreter` to `/usr/bin/php`
* For Windows: Set the interpreter to your `php.exe` file

Code was developed using PHP Version 7.4 with Default Encoding UTF-8.