gkiokan/php_simulator

There is no license information available for the latest version (1.0.2) of this package.

Just a simple local PHP Simulator for quick Code checks

1.0.2 2016-10-07 11:41 UTC

This package is not auto-updated.

Last update: 2024-06-22 18:41:12 UTC


README

PHP Simulator

Hey developers out there :) I thought about a little enviroment how to test some quick written PHP Code. It will be executed thought the localhost, due the direct executation of the file itself.

It's basicly serialize the Data and post it thought Ajax and return the result in the DIV. This allows you to make quick tests for PHP Snippets.

Options

FPS: 1000/60 Serialize Data from Input: false (not yet) Check Data for injection: false (not yet) Colorize Output: false (not yet) Colorize Input: false (not yet)