Download the PHP package indigocoding/module-connection-extend without Composer

On this page you can find all versions of the php package indigocoding/module-connection-extend. 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 module-connection-extend

Magento 2 Indigo Connection Extend Extension


This extension helps with using split database (checkout, sales) for Magento CE, and user-defined resources name in declarative schema (e.g: db_schema.xml) instead of only the 3 default resources (default, checkout, sales).

This extension is meant to be used by developers for easier development. Work with both Magento 2 Open Source and Commerce.


Requirements

Magento 2.3+ (Tested with Magento 2.3.0 EE, 2.3.4 CE and 2.4.0 CE)

✓ Install via composer (recommended)

Run the following command under your Magento 2 root dir:

Install manually under app/code

  1. Download & place the contents of this repository under {YOUR-MAGENTO2-ROOT-DIR}/app/code/Indigo/ConnectionExtend
  2. Run the following commands under your Magento 2 root dir:

Usage

Magento split database (checkout, sales) for Magento Open Source

After the installation, setup sales and/or checkout connection(s) and resource(s) by modifying app/etc/env.php file, and create schemas (defined in env.php) + grant permission to database user.

If module PayPal_Braintree is enabled, delete its entry in setup_module table.

Run php bin/magento setup:upgrade.

User-defined resources

After the installation, Go to The Magento 2 admin panel.

Go to Stores -> Settings -> Configuration, under tab Advanced -> System -> Connection Extend Configuration. In Connection Extend List setting, enter the list of resource name as string, separated by a comma.

Setup new connection and resource by modifying app/etc/env.php file (new resource key must be the same as configured above), and creating schema (defined in env.php) + grant permission to database user.

Put the new resource name in db_schema.xml file whenever needed and enjoy!


http://indigocoding.work/

Copyright © 2021 IndigoCoding. All rights reserved.


All versions of module-connection-extend with dependencies

PHP Build Version
Package Version
Requires php Version ~5.6.0|^7.0
magento/framework Version >=101.0.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 indigocoding/module-connection-extend contains the following files

Loading the files please wait ....