Skip to content

inureyes/editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

editor

A simple PHP in-browser editor.

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

Languages

  • HTML 50.6%
  • JavaScript 46.9%
  • PHP 1.2%
  • CSS 1.2%
  • Shell 0.1%