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.
- Host: GitHub
- URL: https://github.com/helloimkevo/phpplayground
- Owner: HelloImKevo
- Created: 2020-04-23T21:59:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T22:57:42.000Z (about 6 years ago)
- Last Synced: 2024-12-30T02:32:57.005Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.