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. [Framework](/categories/framework)
4. /
5. droid/droid-fw

ActiveLibrary[Framework](/categories/framework)

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

Droid plugin droid-fw

v1.6.1(9y ago)220911MITPHPPHP &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 3w ago

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

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

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

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

3473d 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

[duxweb/dux-lite

The lightweight framework based on slim php

161.0k9](/packages/duxweb-dux-lite)

PHPackages © 2026

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