Download the PHP package zyos/install-bundle without Composer

On this page you can find all versions of the php package zyos/install-bundle. 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 install-bundle

Zyos Install Bundle (Symfony Bundle)

This project provides a series of processes which can help you systematize some processes in your project.

Install Bundle provides a series of commands that can be configured to:

Requirements

PHP version >= 8.0 & Symfony >=5.0

All these processes use the symfony components: Console, Filesystem and Process

Installation

If you don't use flex (you should), you need to enable the package manually:

It is necessary to create the configuration file in the path:

Setting

These are the basic configurations that you need to enter for proper functioning.

Environments

The environments in which the different Install Bundle commands can be executed.

If this parameter is not assigned, "prod" is generated by default.

These environments are not limited by the Symfony .env files, in this case you can create your custom environments and run them in the sequence of your preference.

Locks

It is possible to generate execution locks in certain environments, in this case a lock.lock file is generated which will generate the corresponding lock, this lock is only generated when the zyos:install command is executed.

If this parameter is not assigned, "prod" is generated by default.

The lock file is created directly in the symfony project src/Resources/zyos-install-bundle/lock.lock

You must ensure that this directory is created

Install

This command executes only and exclusively Symfony commands which can be customized or any type of command within Symfony.

Usage

FileSystem

This command uses the Filesystem component with which you can create directories, Symlink and Mirror directories and files, this process is for creating structures for the project.

Keep in mind: when the type is "directory" it is necessary that both "source" and "destination" be the same, so that a creation problem is not generated.

Usage

CLI

This command uses the Symfony component "Process" which executes commands directly on the operating system where the application is located.

Usage

Validate

This command generates the basic validation of directories, files that are configured for each of the environments, these validations will be shown as Success or Failed, in this case at the command level (CLI) the exit code is Success: 0, Failed : 1.

In this process there are no execution limits, the block that the other commands may have is not generated, but the configurations in which each validation fails can also be observed.

Validations

Usage


All versions of install-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=8.0
symfony/console Version *
symfony/filesystem Version *
symfony/process Version *
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 zyos/install-bundle contains the following files

Loading the files please wait ....