PHPackages                             droid/droid-fw - 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. droid/droid-fw

ActiveLibrary

droid/droid-fw
==============

Droid plugin droid-fw

v1.6.1(9y ago)22091MITPHPPHP &gt;=5.4.0

Since Jun 21Pushed 9y ago2 watchersCompare

[ Source](https://github.com/droid-php/droid-fw)[ Packagist](https://packagist.org/packages/droid/droid-fw)[ Docs](http://www.github.com/droid-php/droid-fw)[ RSS](/packages/droid-droid-fw/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (10)Used By (0)

Droid plugin: fw
================

[](#droid-plugin-fw)

For more information on Droid, please check out [droidphp.com](http://droidphp.com)

Example usage
-------------

[](#example-usage)

Here's an example droid.yml inventory configuration, documenting various use cases

```
groups:
    cluster:
        hosts:
            - app
            - lb

hosts:
    app:
        private_ip: 10.0.0.101
        public_ip: 188.188.188.101
        firewall_rules:
            -
              comment: allow access from a specific ip, and the private ip of the app host
              address: 83.161.143.92, app:private
              port: 22
              action: allow
            -
              comment: Use 'all' to express 0.0.0.0/0
              address: all
              port: 80

    lb:
        private_ip: 10.0.0.1
        public_ip: 188.188.188.1
        firewall_rules:
            -
              comment: Allow all incoming http traffic
              address: all
              port: 80
              action: allow
            -
              comment: Allow SSH for specified ip
              address: 192.168.0.1
              port: 22
              action: allow
            -
              comment: Allow SSH from host "app" private IP
              address: app:private
              port: 22
              action: allow
            -
              comment: Allow HTTP from host "app" public IP
              address: app:public
              port: 80
              action: allow
            -
              comment: Allow SMTP from private IPs of hosts in the "cluster" group
              address: cluster:private
              port: 25
              action: allow
            -
              comment: Deny one IP explicitly
              address: 10.0.0.99
              port: 25
              action: deny
```

###  Health Score

30

—

LowBetter than 65% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 52.2% 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

Every ~20 days

Total

10

Last Release

3427d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.0

v1.3.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

[![joostfaassen](https://avatars.githubusercontent.com/u/411113?v=4)](https://github.com/joostfaassen "joostfaassen (12 commits)")[![boite](https://avatars.githubusercontent.com/u/989892?v=4)](https://github.com/boite "boite (11 commits)")

---

Tags

phpfwdroid

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/droid-droid-fw/health.svg)

```
[![Health](https://phpackages.com/badges/droid-droid-fw/health.svg)](https://phpackages.com/packages/droid-droid-fw)
```

###  Alternatives

[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[phan/phan

A static analyzer for PHP

5.6k11.2M1.1k](/packages/phan-phan)[wsdltophp/packagegenerator

Generate hierarchical PHP classes based on a WSDL

4351.9M19](/packages/wsdltophp-packagegenerator)[bacula-web/bacula-web

The open source web based reporting and monitoring tool for Bacula

1537.5k](/packages/bacula-web-bacula-web)[robiningelbrecht/phpunit-coverage-tools

PHPUnit coverage tools

1783.0k33](/packages/robiningelbrecht-phpunit-coverage-tools)

PHPackages © 2026

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