PHPackages                             ewebovky/status-bundle - 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. ewebovky/status-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ewebovky/status-bundle
======================

Generátor a endpoint pro status.json v Symfony pro Ewebovky.

1.0.3(4mo ago)0111MITPHPPHP ^8.1

Since Oct 12Pushed 4mo agoCompare

[ Source](https://github.com/Ewebovky/status-bundle)[ Packagist](https://packagist.org/packages/ewebovky/status-bundle)[ RSS](/packages/ewebovky-status-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Ewebovky Status Bundle
======================

[](#ewebovky-status-bundle)

Lehký Symfony bundle, který poskytuje endpoint `/status.json` chráněný tokenem a vrací systémové informace (verze PHP, Symfony, DB aj.)

Instalace
---------

[](#instalace)

```
composer config --json extra.symfony.endpoint '["flex://defaults","https://raw.githubusercontent.com/Ewebovky/recipes/main/index.json"]'
composer config extra.symfony.allow-contrib true
composer clear-cache
composer require ewebovky/status-bundle:^1.0
```

Poté (pokud není auto-registrace) do `config/bundles.php`:

```
return [
    Ewebovky\StatusBundle\EwebovkyStatusBundle::class => ['all' => true],
];
```

### Konfigurace

[](#konfigurace)

Do `.env` zadejte token:

```
SITE_STATUS_TOKEN=xxxxxxx

```

A vytvořte `config/packages/ewebovky_status.yaml`:

```
ewebovky_status:
  token: '%env(string:SITE_STATUS_TOKEN)%'
```

### Volání endpointu

[](#volání-endpointu)

```
GET /status.json
  Authorization: Bearer xxxxxxx
  – nebo –
GET /status.json
  X-Status-Token: xxxxxxx
  – nebo –
GET /status.json?token=xxxxxxx

```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance75

Regular maintenance activity

Popularity11

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

Total

4

Last Release

136d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f564beb7255477f1bbc3c63c860541c483981a6d5723085faac2701b6f19f928?d=identicon)[ewebovky](/maintainers/ewebovky)

---

Top Contributors

[![pavlu](https://avatars.githubusercontent.com/u/5218887?v=4)](https://github.com/pavlu "pavlu (16 commits)")

### Embed Badge

![Health badge](/badges/ewebovky-status-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ewebovky-status-bundle/health.svg)](https://phpackages.com/packages/ewebovky-status-bundle)
```

###  Alternatives

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[symfony/ai-bundle

Integration bundle for Symfony AI components

32642.2k24](/packages/symfony-ai-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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