PHPackages                             munkireport/applications - 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. munkireport/applications

ActiveLibrary

munkireport/applications
========================

Module for munkireport.

v4.3(1y ago)311.4k↓50%5MITPHP

Since Nov 19Pushed 7mo ago2 watchersCompare

[ Source](https://github.com/munkireport/applications)[ Packagist](https://packagist.org/packages/munkireport/applications)[ RSS](/packages/munkireport-applications/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)DependenciesVersions (19)Used By (0)

Applications Module
===================

[](#applications-module)

Shows information about applications on the client.

Data can be viewed under the Applications tab on the client details page or using the Applications listing view

Configuration
-------------

[](#configuration)

The inventory module has two settings that can be managed by adding them to the server environment variables or the `.env` file.

#### APPS\_BUNDLEPATH\_IGNORELIST

[](#apps_bundlepath_ignorelist)

List of bundle-paths to be ignored when processing inventory. The list is processed using regex, examples:

Skip all apps in /System/Library/:

```
APPS_BUNDLEPATH_IGNORELIST='/System/Library/.*'

```

Skip all apps that are contained in an app bundle (Please note that backslashes need to be escaped):

```
APPS_BUNDLEPATH_IGNORELIST='.*\\.app\\/.*\\.app'

```

Defaults:

```
APPS_BUNDLEPATH_IGNORELIST='/System/Library/.*, '/System/Applications/.*', .*/Library/AutoPkg.*, /.DocumentRevisions-V100/.*, /Library/Application Support/Adobe/Uninstall/.*, .*/Library/Application Support/Google/Chrome/Default/Web Applications/.*', '.*/Library/Application Support/Firefox/Profiles/.*.default/storage/default/.*'

```

Table Schema
------------

[](#table-schema)

- name - varchar(255) - name of the application
- path - TEXT - application's path
- last\_modified - BIGINT - date application was last modified (epoch)
- obtained\_from - varchar(255) - where application came from
- runtime\_environment - varchar(255) - runtime environment of application
- version - varchar(255) - application's version
- info - TEXT - info about the application
- has64bit - int - 0/1 does application contain 64-bit code
- signed\_by - varchar(255) - code signing of application
- bundle\_version - varchar(255) - the application's bundle version from the CFBundleVersion key

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance52

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~137 days

Total

17

Last Release

543d ago

Major Versions

v1.1 → v2.02019-07-08

v2.6 → v3.02022-02-03

v3.0 → v4.0b12022-03-29

v3.1 → v4.0b22023-03-01

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5647483?v=4)[Munkireport](/maintainers/Munkireport)[@munkireport](https://github.com/munkireport)

---

Top Contributors

[![tuxudo](https://avatars.githubusercontent.com/u/13306723?v=4)](https://github.com/tuxudo "tuxudo (24 commits)")[![bochoven](https://avatars.githubusercontent.com/u/1429002?v=4)](https://github.com/bochoven "bochoven (14 commits)")[![ofirgalcon](https://avatars.githubusercontent.com/u/16665880?v=4)](https://github.com/ofirgalcon "ofirgalcon (5 commits)")[![MagerValp](https://avatars.githubusercontent.com/u/404393?v=4)](https://github.com/MagerValp "MagerValp (4 commits)")[![mosen](https://avatars.githubusercontent.com/u/316108?v=4)](https://github.com/mosen "mosen (4 commits)")[![fridomac](https://avatars.githubusercontent.com/u/6088818?v=4)](https://github.com/fridomac "fridomac (1 commits)")

### Embed Badge

![Health badge](/badges/munkireport-applications/health.svg)

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

PHPackages © 2026

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