Download the PHP package dealroadshow/k8s-framework without Composer

On this page you can find all versions of the php package dealroadshow/k8s-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package k8s-framework

Dealroadshow K8S Framework

This framework uses low-level library dealroadshow/k8s-resources and adds some high-level abstractions to facilitate definitions of your Kubernetes manifests. The recommended way to use this framework is by installing dealroadshow/k8s-bundle, which integrates this framework with Symfony 5.

By using dealroadshow/k8s-bundle you get the full power of Symfony framework, zero-configuration Dependency Injection, which will make your experience in writing Kubernetes manifests better than ever.

However, framework can be used as a standalone library.

Installation

The real work of generating Kubernetes Yaml manifests is done by the dealroadshow/k8s-resources library.

Therefore, you need to install the proper version of this library before using the framework. Check your Kubernetes version, and install corresponding version of dealroadshow/k8s-resources.

For example, if you're using Kubernetes v1.16, install dealroadshow/k8s-resources as follows:

As you see, dealroadshow/k8s-resources versioning mirrors versioning of Kubernetes itself.

After that, you may install the latest version of K8S Framework:

If you want to see usage examples, please refer to dealroadshow/k8s-bundle.


All versions of k8s-framework with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-json Version *
symfony/yaml Version ^5.2
dealroadshow/k8s-resources Version ^1.16 || ^1.17 || ^1.18 || ^1.19
ocramius/proxy-manager Version ^2.10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dealroadshow/k8s-framework contains the following files

Loading the files please wait ....