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 4w ago

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 25% 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

4690d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2021654?v=4)[Nick Phillips](/maintainers/phillipsnick)[@phillipsnick](https://github.com/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

[pestphp/pest

The elegant PHP Testing Framework.

11.6k77.3M24.2k](/packages/pestphp-pest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2023.2M366](/packages/drupal-core-dev)[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

39255.4k37](/packages/ec-europa-toolkit)

PHPackages © 2026

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