Upstream Attribution
This fork is based on the excellent work of Alex Renoki and contributors to the renoki-co/php-k8s project.
Original Project
- Project: renoki-co/php-k8s
- Repository: https://github.com/renoki-co/php-k8s
- Documentation: https://php-k8s.renoki.org/
- Original Author: Alex Renoki (@rennokki)
- License: Apache-2.0
Attribution
This documentation is adapted from the original GitBook documentation at https://php-k8s.renoki.org/, with modifications and enhancements specific to the cuppett/php-k8s fork.
What We've Preserved
- Core architecture and design patterns
- API structure and method signatures (where possible)
- Documentation structure and organization
- Code examples and usage patterns
- Best practices and recommendations
What We've Enhanced
- PHP 8.3+ modern syntax and features
- Enum usage for type safety
- Enhanced type hints and readonly properties
- Additional examples and use cases
- Fork-specific features and improvements
Credit Where Credit is Due
Every page in this documentation that originated from upstream includes the footer:
Originally from renoki-co/php-k8s documentation, adapted for cuppett/php-k8s fork
Contributing Back
Where appropriate and applicable, improvements made in this fork may be contributed back to the upstream project through pull requests, ensuring the broader PHP Kubernetes community benefits.
Open Source Philosophy
This fork exists to continue development and modernization while maintaining full attribution to the original creators. We believe in:
- Transparency: Clear documentation of fork origins and differences
- Attribution: Proper credit to original authors and contributors
- Community: Supporting both upstream and fork users
- Open Source: Maintaining the Apache-2.0 license and open development
Thank You
A heartfelt thank you to:
- Alex Renoki - For creating this incredible library
- All upstream contributors - For their code, bug fixes, and improvements
- The Kubernetes community - For building amazing tools and documentation
- PHP community - For continuous evolution of the language
Links
- Upstream Repository: https://github.com/renoki-co/php-k8s
- Upstream Documentation: https://php-k8s.renoki.org/
- Fork Repository: https://github.com/cuppett/php-k8s
- Fork Documentation: https://php-k8s.cuppett.dev/
License
Both the upstream project and this fork are released under the Apache-2.0 License. See the License page for full details.