Download the PHP package webid/radis without Composer

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

Radis - Review Apps Deployed In Seconds 😎

Prerequisites

Installation

Require this package with composer. It is recommended to only require the package for development.

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

Publish the package configuration and stubs with the publish command:

Configurations

1. Configuration

You need to start by configuring your environment variables to access forge in config/radis.php

First of all, create a new token here: https://forge.laravel.com/user/profile#/api and paste the generated copy in the .env file:

lets_encrypt_type and lets_encrypt_api_key are not required, but it's needed for auto HTTPS. For digitalocean example (https://docs.digitalocean.com/reference/api/create-personal-access-token/):

Wildcard certificates

Due to Let's Encrypt limitations about making too many certificates on a registered domain (50 per week), if a wildcard certificate is set up on the parent site on Forge, it will be automatically used for the review apps instead of creating a new specific one.

2. .env stub

After that, you need to adapt the desired .env file for your review app by modifying the stub stubs/env.stub

Don't change the constants starting with STUB_, they will be automatically replaced according to your configuration, or the parameters given to artisan commands.

3. Deploy script stub

Finally, you need to adapt the forge deployment script according to your project in the stub stubs/deployScript.stub

Usage

Create a review app

⚠ī¸ If a review app already exists with this name, it will be destroyed and recreated

Update an existing review app

This will only launch the deploy script

Destroy a review app

⚠ī¸ This will remove both database and associated user database

Update the .env file

Update the deploy script

ℹī¸ It updates the script without running it

Credits


All versions of radis with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
laravel/forge-sdk Version ^3.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 webid/radis contains the following files

Loading the files please wait ....