PHPackages                             mammatus/kubernetes-events - 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. mammatus/kubernetes-events

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

mammatus/kubernetes-events
==========================

☸📣 Kubernetes related Events

5.0.0(1w ago)079.7k↑1400%[1 issues](https://github.com/MammatusPHP/kubernetes-events/issues)[1 PRs](https://github.com/MammatusPHP/kubernetes-events/pulls)1MITMakefilePHP ^8.4CI passing

Since Oct 16Pushed 1w ago1 watchersCompare

[ Source](https://github.com/MammatusPHP/kubernetes-events)[ Packagist](https://packagist.org/packages/mammatus/kubernetes-events)[ GitHub Sponsors](https://github.com/WyriHaximus)[ RSS](/packages/mammatus-kubernetes-events/feed)WikiDiscussions main Synced 4d ago

READMEChangelog (7)Dependencies (12)Versions (16)Used By (1)

Kubernetes related Events
=========================

[](#kubernetes-related-events)

[![Continuous Integration](https://github.com/mammatusphp/kubernetes-events/workflows/Continuous%20Integration/badge.svg)](https://github.com/mammatusphp/kubernetes-events/workflows/Continuous%20Integration/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/50ff05e92ed5026cd992b447e581222c29fdb7e6a397e9c213c6e28b0aff06bc/68747470733a2f2f706f7365722e707567782e6f72672f6d616d6d617475732f6b756265726e657465732d6576656e74732f762f737461626c652e706e67)](https://packagist.org/packages/mammatus/kubernetes-events)[![Total Downloads](https://camo.githubusercontent.com/88841dc8ca76bb075aaad2fc89ac402b402c2b0bb609a0712f475b3b2a82dec1/68747470733a2f2f706f7365722e707567782e6f72672f6d616d6d617475732f6b756265726e657465732d6576656e74732f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mammatus/kubernetes-events/stats)[![Type Coverage](https://camo.githubusercontent.com/c22f196d042ca45424b938fcdeff0d728f3807e0561a6ea8160ab472fddd7e14/68747470733a2f2f73686570686572642e6465762f6769746875622f6d616d6d617475737068702f6b756265726e657465732d6576656e74732f636f7665726167652e737667)](https://shepherd.dev/github/mammatusphp/kubernetes-events)[![License](https://camo.githubusercontent.com/c4e071c57403fa976efa9a7b48e8700ee8be8df6fc60896e32ff6e10c6d82eed/68747470733a2f2f706f7365722e707567782e6f72672f6d616d6d617475732f6b756265726e657465732d6576656e74732f6c6963656e73652e706e67)](https://packagist.org/packages/mammatus/kubernetes-events)

Install
=======

[](#install)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require mammatus/kubernetes-events

```

Events
======

[](#events)

This package provides the following events:

Helm/Values
-----------

[](#helmvalues)

This event is emitted when the Helm chart is being templated/installed/etc and is used to pass data to Helm to render the Chart and any additional subcharts. It has one property, the registry, and anything you add into it using the `add` method will be returned through the `get` method and passed directly to Helm.

```
$values = Values::createFromFile('path/to/helm/chart/values.yaml');

$values->registry->add(Values\Registry\Section::Deployment, ['PHP_INT_SIZE' => PHP_INT_SIZE]);

$values->registry->get()); // Returns: ['deployments' => ['PHP_INT_SIZE' => PHP_INT_SIZE]]
```

License
=======

[](#license)

The MIT License (MIT)

Copyright (c) 2026 Cees-Jan Kiewiet

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

56

—

FairBetter than 97% of packages

Maintenance98

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 65.5% 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 ~103 days

Recently: every ~62 days

Total

7

Last Release

8d ago

Major Versions

1.0.1 → 2.0.02025-10-20

2.0.0 → 3.0.02025-11-25

3.0.1 → 4.0.02026-05-07

4.0.0 → 5.0.02026-06-27

PHP version history (2 changes)1.0.0PHP ^8.2

2.0.0PHP ^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/147145?v=4)[Cees-Jan Kiewiet](/maintainers/WyriHaximus)[@WyriHaximus](https://github.com/WyriHaximus)

---

Top Contributors

[![WyriHaximus](https://avatars.githubusercontent.com/u/147145?v=4)](https://github.com/WyriHaximus "WyriHaximus (55 commits)")[![mammatusphp-renovate-runner[bot]](https://avatars.githubusercontent.com/u/58144418?v=4)](https://github.com/mammatusphp-renovate-runner[bot] "mammatusphp-renovate-runner[bot] (21 commits)")[![private-packagist[bot]](https://avatars.githubusercontent.com/in/727?v=4)](https://github.com/private-packagist[bot] "private-packagist[bot] (8 commits)")

### Embed Badge

![Health badge](/badges/mammatus-kubernetes-events/health.svg)

```
[![Health](https://phpackages.com/badges/mammatus-kubernetes-events/health.svg)](https://phpackages.com/packages/mammatus-kubernetes-events)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[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)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

43785.5k4](/packages/lullabot-drainpipe)[altis/local-server

Local Server module for Altis

18221.6k3](/packages/altis-local-server)[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)
