p8p/generator

Code generator that creates strongly-typed PHP classes from Kubernetes OpenAPI specifications

Installs: 0

Dependents: 1

Suggesters: 1

Security: 0

Stars: 6

Watchers: 1

Forks: 0

pkg:composer/p8p/generator

0.3.0 2025-11-18 00:06 UTC

This package is auto-updated.

Last update: 2025-11-18 09:26:54 UTC


README

⚠️ Development Status

This project is under active development and is not yet ready for production use. APIs and features may change without notice.

The Code Generator component reads Kubernetes OpenAPI v3 specifications and generates strongly-typed PHP model and service classes. It extracts Kubernetes metadata (Group/Version/Kind), converts OpenAPI types to PHP types, and produces PSR-4 compliant code ready for use with the P8P Client.

Resources