PHPackages                             tentapress/system-info - 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. tentapress/system-info

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tentapress/system-info
======================

v0.8.7(3mo ago)0112MITPHPPHP ^8.2

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/tentaplane/plugin-system-info)[ Packagist](https://packagist.org/packages/tentapress/system-info)[ RSS](/packages/tentapress-system-info/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (4)Versions (23)Used By (0)

System Info
===========

[](#system-info)

Diagnostics and plugin management for TentaPress.

Plugin Details
--------------

[](#plugin-details)

FieldValueID`tentapress/system-info`Version0.8.7Provider`TentaPress\SystemInfo\SystemInfoServiceProvider`Features
--------

[](#features)

- Environment information (PHP, Laravel, app versions)
- Database driver and status
- Storage status
- Cache status
- Plugin list with enable/disable controls
- Plugin catalog for discovering first-party plugins (`tentapress/*`) with card-grid visual browsing
- Catalog icon metadata support from local/hosted catalog sources
- Install queue progress feedback on catalog install actions
- Delete actions for recent install attempts on `/admin/plugins`, including stale running entries
- Queue-based plugin installs from admin (`vendor/package`, GitHub URL, or Packagist URL)
- First-party plugin installs use an explicit pre-1.0 Composer constraint so Packagist resolution works on production installs
- Queue-based plugin updates from admin (defaults to installed plugins; full `composer update` gated by `TP_ALLOW_FULL_COMPOSER_UPDATE=true`)
- Install/update jobs auto-detect usable php and composer binaries; config overrides are optional
- Serialized install jobs to avoid overlapping Composer runs
- Runtime cache refresh for OPCache-backed hosts after plugin lifecycle changes

Dependencies
------------

[](#dependencies)

None.

Admin Menu
----------

[](#admin-menu)

LabelRouteCapabilityIconPositionParentSystem Info`tp.system-info``view_system_info`info95-Plugin Catalogue`tp.plugins.catalog``view_system_info`plug10System InfoPlugins`tp.plugins.index``manage_plugins`plug40SettingsConfiguration
-------------

[](#configuration)

```
// plugins/tentapress/system-info/config/system-info.php
'catalog' => [
    'local_path' => 'docs/catalog/first-party-plugins.json',
    'url' => 'https://github.com/tentaplane/tentapress/blob/main/docs/catalog/first-party-plugins.json',
    'timeout_seconds' => 5,
    'cache_ttl_seconds' => 900,
    'require_https' => true,
],

'plugin_lifecycle' => [
    'php_binary' => '',
    'composer_binary' => '',
],
```

- `system-info` ships its own defaults, so new releases do not depend on changes to the root `config/tentapress.php`.
- `local_path` points to the generated first-party catalog feed in this monorepo.
- `url` defaults to the TentaPress repository source-of-truth feed and is resolved to raw GitHub content when fetching.
- If hosted data is unavailable, the catalog falls back to local data (and cached hosted data when available).
- Catalog plugin entries can include an optional `icon` field.
- `plugin_lifecycle` overrides are optional and only needed when automatic binary detection is not sufficient.
- Regenerate the local feed with `php artisan tp:catalog generate`.
- Validate the committed feed with `php artisan tp:catalog check`.

Development
-----------

[](#development)

```
php artisan tp:plugins sync
php artisan tp:plugins enable tentapress/system-info
```

Testing
-------

[](#testing)

```
composer test
composer test:filter -- SystemInfoDiagnosticsAccessTest
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance78

Regular maintenance activity

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

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

Every ~1 days

Total

22

Last Release

118d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/576413?v=4)[Chris Southam](/maintainers/csoutham)[@csoutham](https://github.com/csoutham)

---

Top Contributors

[![csoutham](https://avatars.githubusercontent.com/u/576413?v=4)](https://github.com/csoutham "csoutham (35 commits)")

### Embed Badge

![Health badge](/badges/tentapress-system-info/health.svg)

```
[![Health](https://phpackages.com/badges/tentapress-system-info/health.svg)](https://phpackages.com/packages/tentapress-system-info)
```

###  Alternatives

[prestashop/autoindex

Automatically add an 'index.php' in all the current or specified directories and all sub-directories.

121.6M9](/packages/prestashop-autoindex)[reworck/filament-settings

Manage your settings in filament for spatie/valuestore

433.6k](/packages/reworck-filament-settings)

PHPackages © 2026

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