Download the PHP package cluster-queue/dummy without Composer

On this page you can find all versions of the php package cluster-queue/dummy. 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 dummy

cluster-queue - dummy

DE | EN

Inhalt

Über

Mit dem zugrunde liegenden Programm hinterlegt man standard Shell- Kommandos sowie Remote Übertragungen von Dateien die in einer Reihenfolge ausgeführt werden wie man sie definiert.

Man kann die Reihenfolgen der Ausführung Gruppieren und Abhängigkeiten dieser setzen. (FIFO per default, LIFO oder im mix per Konfiguration)

Ziel: Mehrer Server automatisch konfigurieren und das übertragbar für künftige, neue, Server die dem gleichen Setup/ Basis- Konfiguration und installation folgen.

Auch als HACK-PLACE nutzbar um ggf. Jobs pro Server zu hinterlegen die man immer wieder einmal Remote benötigt.

cluster-queue - Dummy - Projekt

Projektbezogene 'Dummy'-Quellen zur Verwendung als Vorlagen für/ als Ihr eigenes Projekt.

Klonen Sie dieses Projekt nicht. Einfach herunterladen und entpacken oder den Anweisungen unten folgen.

Installieren Sie die Quellen- Abhängigkeiten und beginnen Sie mit der Konfiguration Ihrer Server/Knoten-Konfigurationen und/oder Ihrer Konfigurations- Abhängigkeiten.

Dies ist Ihre Projekt- Basis und Sie können die Quellen in Ihr privates Repository committen.

Achten Sie darauf, keine Passwörter oder privaten Schlüssel zu veröffentlichen!

Schauen Sie nach der Installation der Abhängigkeiten in die Anwendungs- Dokumentation 'cluster-queue - core' -> ./vendor/cluster-queue/core/README.md

Im core Projekt liegen auch weitere Konfigurationen die vielleicht für den Einstieg helfen.

Installation

Um die Anwendung nutzen zu können müssen Abhängigkeiten installiert werden.

Variante A:

# Ein neues Projekt in 'your-workspace/newproject' erstellen:
cd newproject
/pfad/zu/composer.phar create-project cluster-queue/dummy ./

Variante B:

[Download](https://github.com/cluster-queue/dummy/releases) und entpacken.

cd ./

php /pfad/zu/composer.phar install

# Wenn nicht ausführbar:
chmod +x ./php-cluster-queue

Alle Varianten:

# Start:
# ./php-cluster-queue

# Für den ersten Eindruck:
./php-cluster-queue --config=dummy --action=defaults
# oder
./php-cluster-queue --config=dummy --action=configs

Composer (composer.phar)? "Ein Abhängigkeitsmanager für PHP" Homepage, Herunterladen.

Anforderungen

php >= 7.3, 7.4, 8.0 ...
php-cli
ssh
scp
bash | zsh

All versions of dummy with dependencies

PHP Build Version
Package Version
Requires php Version 7.3.* | 7.4.* | 8.0.*
mumsys/library Version dev-unstable
cluster-queue/core Version ^1
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 cluster-queue/dummy contains the following files

Loading the files please wait ....