Not the first, but a simple one.
Just in short:
It is what it sounds like, a PHP variant of CodePen.
Functions
- Write any PHP code in the editor on the left, click
RUN
orcontrol
+Enter
. - Save your code by simply writing a name in the text field above.
- Load existing scripts using the dropdown menu.
Technical
The content of the code editor is written to a PHP file and displayed in the iframe on the right.
It's that simple :-)
The rest is a bit of javascript to enable linking, saving and loading files.
Link to repo: https://github.com/KoljaL/PHPen
Top comments (0)