PHPackages                             fuascailtdev/inventory-plugin - 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. [Admin Panels](/categories/admin)
4. /
5. fuascailtdev/inventory-plugin

ActiveOctober-plugin[Admin Panels](/categories/admin)

fuascailtdev/inventory-plugin
=============================

A hosting infrastructure inventory tracker for OctoberCMS. Manage hosts, sites, clients and installs with relationship tracking and a Bootstrap dashboard overview.

v1.0.0(yesterday)02↑2900%MITHTMLPHP &gt;=8.1

Since Jun 30Pushed yesterdayCompare

[ Source](https://github.com/ofthewildfire/inventory)[ Packagist](https://packagist.org/packages/fuascailtdev/inventory-plugin)[ RSS](/packages/fuascailtdev-inventory-plugin/feed)WikiDiscussions main Synced today

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

Inventory Plugin for OctoberCMS
===============================

[](#inventory-plugin-for-octobercms)

A hosting infrastructure inventory tracker for OctoberCMS. Keep track of your hosts, sites, clients, and software installs — all in one place, with relationship tracking and a backend dashboard overview.

---

Features
--------

[](#features)

- **Hosts** — Record servers and hosting environments with provider, IP address, type, monthly cost, and notes
- **Sites** — Track domains/websites linked to a host and client, with status and parent site support
- **Clients** — Manage client contact records linked to their sites
- **Installs** — Log CMS/software installs per site and host, including version, admin URL, and status
- **Relationships** — Full cross-linking between hosts, sites, clients, and installs
- **Backend Dashboard** — Overview panel accessible from the OctoberCMS backend navigation

---

Requirements
------------

[](#requirements)

RequirementVersionPHP&gt;= 8.1OctoberCMSv3 / v4Composer&gt;= 2.0---

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

[](#installation)

### Via Composer (Packagist)

[](#via-composer-packagist)

Run the following command from the root of your OctoberCMS project:

```
composer require fuascailtdev/inventory-plugin
```

Then run the database migrations:

```
php artisan october:migrate
```

The plugin will be installed to `plugins/fuascailtdev/inventory` and activated automatically.

### Manual Installation

[](#manual-installation)

1. Download or clone this repository into your OctoberCMS plugins directory:

```
git clone https://github.com/ofthewildfire/inventory plugins/fuascailtdev/inventory
```

2. Run migrations:

```
php artisan october:migrate
```

---

Usage
-----

[](#usage)

Once installed, navigate to the OctoberCMS backend. A new **Inventory Management** menu item will appear in the left sidebar with the following sections:

SectionDescriptionDashboardOverview of your infrastructureHostsAdd and manage hosting serversSitesTrack domains and their associated host and clientClientsManage client contact recordsInstallsLog software installs per site or hostPlugin GuideIn-app documentation### Recommended workflow

[](#recommended-workflow)

1. Add your **Clients** first
2. Add your **Hosts** (servers/providers), optionally linking to a paying client
3. Add **Sites** (domains), linking each to a host and client
4. Add **Installs** (e.g. OctoberCMS, WordPress), linking each to a site and host

---

Data Structure
--------------

[](#data-structure)

```
Client
  └── Sites (hasMany)

Host
  ├── Sites (hasMany)
  ├── Installs (hasMany)
  └── PaidByClient (belongsTo Client)

Site
  ├── Host (belongsTo)
  ├── Client (belongsTo)
  └── Installs (hasMany)

Install
  ├── Site (belongsTo)
  └── Host (belongsTo)

```

---

Changelog
---------

[](#changelog)

### v1.0.1

[](#v101)

- Initial release
- Hosts, Clients, Sites, and Installs management
- Backend dashboard and navigation

---

License
-------

[](#license)

MIT — see [LICENSE](LICENSE) for details.

---

Author
------

[](#author)

**Fuascailtdev** — [github.com/ofthewildfire](https://github.com/ofthewildfire)

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/103148299?v=4)[Kirsten Cochrane](/maintainers/ofthewildfire)[@ofthewildfire](https://github.com/ofthewildfire)

---

Top Contributors

[![ofthewildfire](https://avatars.githubusercontent.com/u/103148299?v=4)](https://github.com/ofthewildfire "ofthewildfire (2 commits)")

---

Tags

plugininventoryoctoberoctobercmshosting

### Embed Badge

![Health badge](/badges/fuascailtdev-inventory-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/fuascailtdev-inventory-plugin/health.svg)](https://phpackages.com/packages/fuascailtdev-inventory-plugin)
```

###  Alternatives

[alleyinteractive/wordpress-fieldmanager

A library to build forms and admin screens for WordPress

563755.1k3](/packages/alleyinteractive-wordpress-fieldmanager)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[october/rain

October Rain Library

1581.7M73](/packages/october-rain)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[rainlab/translate-plugin

Translate plugin for October CMS

12767.8k10](/packages/rainlab-translate-plugin)[rainlab/pages-plugin

Pages plugin for October CMS

12353.3k4](/packages/rainlab-pages-plugin)

PHPackages © 2026

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