Download the PHP package move-elevator/humhub-composer-installer without Composer

On this page you can find all versions of the php package move-elevator/humhub-composer-installer. 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 humhub-composer-installer

Build Status Latest Stable Version Total Downloads

Humhub Composer Installer

This package installs HumHub in version 1.3.* into a web directory which can be configured in the composer.json of your project and is relative to the project-vendor dir(humhub: web-dir). You can also configure a configuration directory (humhub: config-dir). In that directory you can put a project index.php, .htaccess and protected/yii which will be symlinked into the humhub web directory.

You can also configure a folder for your own modules directory (humhub: module-dir) and for the themes directory (humhub: theme-dir) These will also be symlinked into the humhub web directory and should be relative to the project-vendor-dir.

If there aren't any configuration files (index.php, protected/yii) provided by your project, this package will install default configuration files. These you can find in the etc/config directory of this package.

The whole web-directory will be regenerated by any composer update or install. The generated symlinks are relative paths, so they can be compressed, for example as tar or zip file. That´s important for deployments or any other movement of the project.

To install Humhub:

Add the following lines to the composer.json of your project:

This example uses https://asset-packagist.org/ for the installation of bower and npm assets. In case you used the fxpio/composer-asset-plugin before, disable the plugin to avoid trouble. Simply add following to the composer.json:

For a detailed description visit https://asset-packagist.org/site/about.

Checks

Run each command in the current package root directory.

Execute PHPUnit tests

Execute PHPStan checks

Execute phpcs fixer

Execute checkstyle for PSR2

TroubleShooting

TODO


All versions of humhub-composer-installer with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
composer/composer Version ^1.8
symfony/filesystem Version ^4.3
webmozart/glob Version ^4.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 move-elevator/humhub-composer-installer contains the following files

Loading the files please wait ....