Download the PHP package imi/conrun without Composer

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


iMi digital conrun CLI tools

Join the chat at https://gitter.im/iMi-digital/imi-conrun

The imi conrun cli tools provides some handy tools to work with Contao from command line.

It is based on n98-magerun.

Installation

There are two ways to install the tools:

Use Phive

sudo phive install -g iMi-digital/imi-conrun

See https://phar.io for details on PhiVE

Download phar file

Download the latest phar file from https://github.com/iMi-digital/imi-conrun/releases and save it was /usr/local/bin/imi-conrun and make it executable

Debian / suhosin:

On some debian systems with compiled in suhosin the phar extension must be added to a whitelist.

Add this to your php.ini file:

suhosin.executor.include.whitelist="phar"

You don't like the filename?

Just rename it to whatever you want.

Update

We deliver a self-update script within the phar file:

$ imi-conrun.phar self-update

If file was installed system wide do not forget "sudo".

Usage / Commands

All commands try to detect the current Contao root directory. If you have multiple Contao installation you must change your working directory to the preferred installation.

You can list all available commands by:

$ imi-conrun.phar list

If you don't have installed the .phar file system wide you can call it with the php cli interpreter:

php imi-conrun.phar list

You can get help for a command unsing

imi-conrun.phar help COMMAND-NAME

How can you help?

Thanks to


All versions of conrun with dependencies

PHP Build Version
Package Version
Requires composer/composer Version ^1.3.0
fzaninotto/faker Version ~1.4
n98/junit-xml Version ~1.0
php Version >=5.3.9
symfony/console Version ~2.3
symfony/event-dispatcher Version ~2.3
symfony/finder Version ~2.3
symfony/process Version ~2.3
symfony/validator Version ~2.3
symfony/yaml Version ~2.3
twig/twig Version ~1.0
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 imi/conrun contains the following files

Loading the files please wait ....