8000 GitHub - eway-crm/php-wol: PHP WakeOnLan Interface
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eway-crm/php-wol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP WakeOnLan

A simple PHP WakeOnLan UI

Screenshot01

How to install

Requirements
  • A Linux Server/Machine
  • A mysql Database
  • A PHP capable webserver (Apache, nginx, ...)
Installation
  1. Clone the repo and copy the html folder into your webroot
  2. Change the lines below in db.php to fit your mysql setup
private $servername = "localhost";
private $username = "root";
private $password = "";
private $database = "php-wol";
Notes

The database gets created as soon as you load the page for the first time.

About

PHP WakeOnLan Interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 49.1%
  • JavaScript 29.5%
  • HTML 21.4%
0