PHPackages                             kicken/php-etherwake - 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. kicken/php-etherwake

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

kicken/php-etherwake
====================

Send wake-on-lan packets with PHP

09PHP

Since May 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kicken/php-etherwake)[ Packagist](https://packagist.org/packages/kicken/php-etherwake)[ RSS](/packages/kicken-php-etherwake/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Etherwake
=============

[](#php-etherwake)

Generate and send a magic Wake-on-lan packet.

Example
-------

[](#example)

```
$targetMac = "b4:2e:99:ed:3e:20";

//Send magic packet to global broadcast address 255.255.255.255 on UDP port 9
\Kicken\Etherwake\etherwake($targetMac);

//Send magic packet to network broadcast address 192.168.10.255 on UDP port 9
\Kicken\Etherwake\etherwake($targetMac, '192.168.10.255');

//Send magic packet to network broadcast address 192.168.10.255 on UDP port 7
\Kicken\Etherwake\etherwake($targetMac, '192.168.10.255', 7);

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/93485c3a28acd5b5cc4649ef8081907889270d7c7a2832fa8aa19e31f9c688ac?d=identicon)[kicken](/maintainers/kicken)

---

Top Contributors

[![kicken](https://avatars.githubusercontent.com/u/6234547?v=4)](https://github.com/kicken "kicken (1 commits)")

### Embed Badge

![Health badge](/badges/kicken-php-etherwake/health.svg)

```
[![Health](https://phpackages.com/badges/kicken-php-etherwake/health.svg)](https://phpackages.com/packages/kicken-php-etherwake)
```

###  Alternatives

[anthonybudd/wp_route

1041.9k](/packages/anthonybudd-wp-route)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
