Download the PHP package webteractive/devstack without Composer

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

Devstack

Requirements

Installation

This assumes that PHP and Composer is already installed. This also assumes that the Composer's bin is already added to your path (Add export PATH=~/.composer/vendor/bin:$PATH to your .zshrc ). To install the command do:

Initializing Runtimes

There are to ways to initialize runtimes.

  1. By running devstack init https://github.com/vendor/the-name-of-the-runtime.
  2. By using a private repository. This good for runtimes that you don't want to share to the world.

Using Private Runtimes

You can do this by following the steps below:

  1. Run the devstack config command, this will ask the repository url, the branch, and token. The token here is your personal access token. Visit this page for more details on how to obtaine one.
  2. Once the configuration is done, you may now initialize runtimes from your private repository by doing devstack init the_runtime_name.
  3. To download the latest runtimes in your repository, run devstack download.

Running Docker Compose Commands

  1. If your are greeted by "Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?" after running a command, this means that your docker or docker desktop is not running.
  2. If you are greeted by "no configuration file provided: not found" after running a command, this means that your current directory doesn't have the docker-compose.yml file.
  3. If you are greeted by "service "<service>" is not running container #1" after running the following commands devstack redis, devstack mysql, devstack php, devstack shell, and devstack composer, this means that the containers are not yet up. Run devsatck up -d to start.
  4. If your are greeted by "Could not open input file: artisan" after running devstack artisan, this means that the current runtime you are running has no Laravel Artisan command or is not a Laravel project.

All versions of devstack with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^7.5.1
illuminate/support Version ^10.3
league/flysystem Version ^3.0
symfony/console Version ^6.2
symfony/finder Version ^6.2
symfony/process Version ^6.2
vlucas/phpdotenv Version ^5.5
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 webteractive/devstack contains the following files

Loading the files please wait ....