PHPackages                             tomnomnom/phpwol - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tomnomnom/phpwol

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tomnomnom/phpwol
================

Wake On LAN for PHP

0.1.1(9y ago)114.5k↓33.3%3MITPHP

Since Feb 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/TomNomNom/phpwol)[ Packagist](https://packagist.org/packages/tomnomnom/phpwol)[ Docs](https://github.com/tomnomnom/phpwol/)[ RSS](/packages/tomnomnom-phpwol/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Phpwol
======

[](#phpwol)

Send Wake On LAN packets with PHP.

Contents
--------

[](#contents)

- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)

Installation
------------

[](#installation)

Phpwol is available on [Packagist](https://packagist.org/packages/tomnomnom/phpwol) so you can install it using [Composer](http://getcomposer.org/). Just specify it as a dependency in your `composer.json`:

```
{
    "require": {
        "tomnomnom/phpwol": "0.1.0"
    }
}
```

Then run `composer install`:

```
▶ composer install
Loading composer repositories with package information
Installing dependencies
  - Installing tomnomnom/phpwol (0.1.0)
    Downloading: 100%

Writing lock file
Generating autoload files

```

Once installed you can use the Composer autoloader instead of the one provided in `./Phpwol/Init.php`:

```
