Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 742 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 742 Bytes

Online-PHP-tester

Online-PHP-tester is a php package that allows you to quickly test some php code and functions. It's like a console, but for PHP. Really useful tool for php development.

Screenshot

Requirements

A web server with php5+ installed.

Installation

Unpack in a folder of your choice, accessible to your localhost. (I have it sitting at http://localhost/php ). Whenever I need to test some php function, I throw some test code in the textarea, hit "process" and voilà, I have my answer in both RAW and HTML formats.

Credits