Download the PHP package orangecat/module-b2bsdk-installer without Composer

On this page you can find all versions of the php package orangecat/module-b2bsdk-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 module-b2bsdk-installer

Orangecat_B2BSDK

Package: orangecat/module-b2bsdk-installer

Version: 0.0.3

License: OSL-3.0

Author: Oliverio Gombert [email protected]

Website: orangecat.es/en/b2bsdk


Table of Contents

  1. Overview
  2. Included Modules
  3. Requirements
  4. Installation
  5. Module Dependency Chain

Overview

Orangecat_B2BSDK is a meta-installer package. It contains no PHP code or Magento logic of its own. Its sole purpose is to declare all Orangecat B2B modules as composer dependencies, allowing the entire suite to be installed with a single composer command.


Included Modules

Package Module Description
orangecat/module-company Orangecat_Company Core B2B module — company entity, customer approval, registration
orangecat/module-company-credit Orangecat_CompanyCredit Credit payment method per company
orangecat/module-company-methods Orangecat_CompanyMethods Payment and shipping restrictions per company
orangecat/module-company-sales-rep Orangecat_CompanySalesRep Assign admin users as sales representatives to companies
orangecat/module-prices Orangecat_Prices Customer-specific product pricing
orangecat/module-prices-company Orangecat_PricesCompany Link price lists to companies
orangecat/module-prices-list Orangecat_PricesList Price list management
orangecat/module-product-lists Orangecat_ProductLists Saved product lists / order templates for customers
orangecat/module-purchase-order Orangecat_PurchaseOrder Purchase order approval workflow
orangecat/module-quickorder Orangecat_QuickOrder Bulk add-to-cart by SKU
orangecat/module-returns Orangecat_Returns RMA / return requests
orangecat/module-visibility Orangecat_Visibility Content and product visibility rules per customer group

Requirements


Installation

Via Composer

This pulls in all 12 modules listed above.

Enable all modules

Run inside the PHP container:

Module Dependency Chain

Orangecat_Company must be installed and enabled before all modules that depend on it. Standalone modules have no inter-module dependency within the suite.


All versions of module-b2bsdk-installer with dependencies

PHP Build Version
Package Version
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 orangecat/module-b2bsdk-installer contains the following files

Loading the files please wait ...