Download the PHP package timitek/getrealt-manager without Composer

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

# getrealt-manager

An application installer for GetRealT.


Installing

GetRealT manager utilizes npm to install it's components. Make sure you have these installed installed before continuing.

You can install the manager either locally and run it from the cloned repository, or globally in composers CLI tool set to make it available everywhere.

Installing Globally

Make sure to place the directory (or the equivalent directory for your OS) in your $PATH so the executable can be located by your system.

Installing Locally

If you would prefer not to install getrealt-manager into your composer's home globally , you may install it locally and execute it from this local directory.

Choose the directory you would like to install int into and clone the repository;

Make sure to either place this new directory into your $PATH, or create the appropriate alias in your .bashrc so that you can execute it.

Example..


How To Use

The GetRealT manager allows you to create a fresh installation of GetRealT or perform maintenance on existing installations.

Installing a new GetRealT site

To create a clean installation of a new GetRealT site or update an existing installation use the command.

Usage getrealt [options] < name >

example

Then follow the prompts.

Updating an existing GetRealT site

To update an existing site, use the --update option.

If you don't want to change any of the settings during the update, but are only interested in applying updates, you can supply an answer file (typically this is the existing .env file), in order to suppress being prompted.

Getting Help

To display help for getrealt at any time you can type;

To get help for a specific command;

List Of Commands

To display a list of available commands


All versions of getrealt-manager with dependencies

PHP Build Version
Package Version
Requires symfony/console Version ^3.2
symfony/process Version ^3.2
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 timitek/getrealt-manager contains the following files

Loading the files please wait ....