Skip to content

Atom package to run PHP's built-in development server

License

Notifications You must be signed in to change notification settings

AshIzat/php-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Server

An Atom package to run PHP's built-in development server and display the log in a bottom pane. Can be started from any folder in the tree, the currently opened file, or the project root.

Screenshot

Requirements

PHP must be installed on your machine, version 5.4 or greater.

If php is not in your system PATH you will need to put in the full path to your PHP executable in the settings of this package.

Commands

  • php-server:start — Start / Restart PHP server from project path
  • php-server:start-tree — Start / Restart PHP server from folder/file selected in tree
  • php-server:start-document — Start / Restart PHP server from currently open file
  • php-server:stop — Stop running PHP server
  • php-server:clear — Clear message panel

About

Atom package to run PHP's built-in development server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 97.1%
  • CSS 2.9%