Skip to content
/ editor Public

A simple in-browser editor for PHP. Created with CodeMirror3, jQuery2, Bootstrap3.

Notifications You must be signed in to change notification settings

jakoch/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

editor

A simple PHP in-browser editor.

Warning: This editor is for local usage only! Do not host it on a public server! The code evaluation loop is unsecure!

php-editor

Usage

  • Enter PHP code in the textarea on the left side.
  • Evaluate the PHP by pressing the "F9" key or clicking the "Run" button in the top navigation bar.
  • Find the evaluated PHP on the right side.

Features

  • ActiveLine Highlighting
  • Error Handling based on error_get_last() with error message display above the error line php-editor-errorhandling

Using

  • PHP's eval() for code evaluation
  • CodeMirror3 as Javascript Editor
  • jQuery2
  • Bootstrap3

About

A simple in-browser editor for PHP. Created with CodeMirror3, jQuery2, Bootstrap3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published