PHPackages                             phillipsnick/pfsense-wol - 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. phillipsnick/pfsense-wol

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

phillipsnick/pfsense-wol
========================

PHP WOL for pfSense

0.0.1(12y ago)0141[1 issues](https://github.com/phillipsnick/pfsense-wol/issues)MITPHPPHP &gt;=5.3.3

Since Oct 10Pushed 12y ago1 watchersCompare

[ Source](https://github.com/phillipsnick/pfsense-wol)[ Packagist](https://packagist.org/packages/phillipsnick/pfsense-wol)[ Docs](https://github.com/phillipsnick/pfsense-wol)[ RSS](/packages/phillipsnick-pfsense-wol/feed)WikiDiscussions master Synced today

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

pfSenseWOL
==========

[](#pfsensewol)

Introduction
------------

[](#introduction)

PHP library for calling pfSense's 2.1 WOL function using CURL.

My internal network makes use of multiple VLANs, there was no simply solution to get WOL working across multiple VLANs so decided to put this script together.

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

[](#installation)

### Using Composer (recommended)

[](#using-composer-recommended)

Add the following to your composer.json file

```
{
    "require": {
        "phillipsnick/pfsense-wol": "dev-master"
    }
}
```

Then run `composer install`

### Using Git submodules

[](#using-git-submodules)

```
git submodule add https://github.com/phillipsnick/pfsense-wol.git

```

Usage
-----

[](#usage)

```
$service = new \Pfsensewol\Wol(array(
    'https' =>      true,
    'pfsense' =>    'pfsense.hostname',
    'username' =>   'pfSenseUsername',
    'password' =>   'pfSensePassword'
));

$service->send('MacAddress', 'opt4');
```

Or see example inside Examples/SingleHost.php

Notes
-----

[](#notes)

This has only been tested using pfSense 2.1, included are the necessary checks to work with the CSRF protection.

Feel free to help improve this!

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4f3b12abf7ba5bc6742dde5fdde97e7ed2d092cad64d6fcb3e2cd455081d7c2?d=identicon)[phillipsnick](/maintainers/phillipsnick)

---

Top Contributors

[![phillipsnick](https://avatars.githubusercontent.com/u/2021654?v=4)](https://github.com/phillipsnick "phillipsnick (6 commits)")

### Embed Badge

![Health badge](/badges/phillipsnick-pfsense-wol/health.svg)

```
[![Health](https://phpackages.com/badges/phillipsnick-pfsense-wol/health.svg)](https://phpackages.com/packages/phillipsnick-pfsense-wol)
```

###  Alternatives

[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[jimbojsb/workman

PHP process forking &amp; daemonizing library

608.8k](/packages/jimbojsb-workman)

PHPackages © 2026

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