Skip to content

Changelog

All notable changes to this fork will be documented in this file.

Fork History

This fork (cuppett/php-k8s) was created to continue active development of the PHP Kubernetes client with modern PHP 8.3+ features.

Key Changes from Upstream

  • PHP 8.3+ Requirement - Leverages modern PHP features
  • Enumerations - Type-safe enums for statuses (PodPhase, ServiceType, etc.)
  • Enhanced Type Hints - Strict typing throughout
  • Readonly Properties - Immutable class properties
  • Match Expressions - Modern control flow
  • Comprehensive Documentation - Self-hosted at php-k8s.cuppett.dev
  • Active Maintenance - Regular updates for new Kubernetes versions

Versioning

This fork maintains version compatibility with upstream where possible, with additional features and modernizations.

See Also


Changelog for cuppett/php-k8s fork

Released under the Apache-2.0 License. Originally from renoki-co/php-k8s.