Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 706 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 706 Bytes

wake-on-lan-cli

A Wake-On-Lan script written in PHP using Symfony package symfony/console 4.2

Dependencies

In order to build a phar executable archive using the Makefile provided, you will need:

  • PHP CLI (tested version of PHP was 7.1.23)
  • GNU Make
  • Box 2
  • Composer

In order to install all the vendor dependencies needed to run:

composer install

Compile

Go to root folder of project and type:

make

Install

make install

will install the phar executable in the ${HOME}/bin/ folder.

Cleanup

make clean

to clean up any files produced during compilation above.