Download the PHP package manaticr/trichechus without Composer

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

Trichechus Install Profile Build Status

A base Drupal install profile to scaffold Manati projects.

How to use it?

On any Drupal project, add trichechus to your build:

What does it contain?

Modules

This project contains several modules commonly used in Manati projects:

Themes

Includes:

Basic configuration

We have already done some basic configuration:

Configuration Management

You are expected to export all your site configuration and keep it in your normal configuration workflow. This profile already have a config split named "dev" so you can separate your dev modules and config. It's disabled by default.

Extra Steps

In order to use some of the provided config, you need to do some extra steps:

Configuration Split

You need to enable the split wherever it's necessary by using this line of code in settings.php:

Environment Indicator

You need to enable environment indicator wherever you want to use it by adding these lines of code in settings.php:

Default Content Deploy

You need to create a folder called content in the root of the project and then we need to let Drupal to know the location of the folder:

DropzoneJS

This profile includes dropzonejs library; however, it's installed under vendor/enyo until https://github.com/ManatiCR/trichechus/issues/1 gets fixed. It's your responsability to move it to the right folder (web/libraries/dropzone). If your project is using https://github.com/kporras07/composer-symlinks you could do it with a symlink like this:


All versions of trichechus with dependencies

PHP Build Version
Package Version
Requires cweagans/composer-patches Version ~1.0
drupal/pathauto Version ^1.3
drupal/devel Version ^2.0
drupal/admin_toolbar Version ^2.0
drupal/rabbit_hole Version 1.x-dev
drupal/twig_tweak Version ^2.1
drupal/svg_image Version ^1.8
drupal/config_split Version ^1.3
drupal/xmlsitemap Version ^1.0
drupal/metatag Version ^1.7
drupal/seckit Version ^1.0
drupal/paragraphs Version ^1.3
drupal/environment_indicator Version ^4.0
drupal/default_content_deploy Version 1.x-dev
drupal/video_embed_field Version ^2.0
drupal/recaptcha Version ^2.3
drupal/ctools Version ^3.0
drupal/honeypot Version ^1.29
drupal/better_exposed_filters Version 3.x-dev
drupal/dropzonejs Version 2.x-dev
drupal/stage_file_proxy Version 1.x-dev
drupal/material_admin Version 1.x-dev
drupal/inline_entity_form Version 1.x-dev
drupal/focal_point Version 1.x-dev
enyo/dropzone Version ^5.5
drupal/media_entity_browser Version 2.x-dev
drupal/entity_embed Version 1.x-dev
drupal/media_entity_facebook Version ^2.0@alpha
drupal/media_entity_twitter Version 2.0-alpha2
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 manaticr/trichechus contains the following files

Loading the files please wait ....