Download the PHP package hammer/magento2-configurator without Composer

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

Magento 2 Configurator

Build Status

A Magento module initially created by CTI Digital to create and maintain database variables using files. This module aims to bring the following benefits to a Magento developer's work flow:

If you're interested to find out more about the background of the configurator, watch this lightning talk by Raj Chevli at Mage Titans in Manchester on YouTube.

This is a work in progress and by no means for use with production environments (and probably not even development environments either just yet).

Testing Locally For Development

If you are contributing the module, please run the following commands to stand the best chance with Travis CI liking your code. These test include PHP Code Sniffer, PHP Mess Detector, PHP Copy and Paste Detector, PHP Unit

Integration tests

`

`

Travis

We also use Travis CI to automate part of the testing process (we are still looking to add more to this!). It tests the following:

Getting Started

  1. Create a master.yaml file in <mage_root>/app/etc/. (see Samples/master.yaml)
  2. Enable Modules CtiDigital_Configurator,FireGento_FastSimpleImport.
  3. Run bin/magento configurator:run --env="<environment>"

Usage

Roadmap for components to do

Component Code Written Tests Written Sample Files
Websites :white_check_mark: :grey_exclamation: :white_check_mark:
System Configuration :white_check_mark: :grey_exclamation: :white_check_mark:
Categories :white_check_mark: :grey_exclamation: :white_check_mark:
Products :white_check_mark: :grey_exclamation: :white_check_mark:
Attributes :white_check_mark: :grey_exclamation: :white_check_mark:
Attribute Sets :white_check_mark: :grey_exclamation: :white_check_mark:
Blocks :white_check_mark: :grey_exclamation: :white_check_mark:
Admin Roles :white_check_mark: :grey_exclamation: :white_check_mark:
Admin Users :white_check_mark: :grey_exclamation: :white_check_mark:
Pages :white_check_mark: :grey_exclamation: :white_check_mark:
Widgets :white_check_mark: :grey_exclamation: :white_check_mark:
Customer Groups :white_check_mark: :grey_exclamation: :white_check_mark:
Media :white_check_mark: :grey_exclamation: :white_check_mark:
Tax Rules :white_check_mark: :grey_exclamation: :white_check_mark:
API Integrations :white_check_mark: :grey_exclamation: :white_check_mark:
Tax Rates :white_check_mark: :grey_exclamation: :white_check_mark:
Rewrites :white_check_mark: :white_check_mark: :white_check_mark:
Review Ratings :white_check_mark: :white_check_mark: :white_check_mark:
Related Products :white_check_mark: :grey_exclamation: :white_check_mark:
Up Sell Products :white_check_mark: :grey_exclamation: :white_check_mark:
Cross Sell Products :white_check_mark: :grey_exclamation: :white_check_mark:
Customers :white_check_mark: :white_check_mark: :white_check_mark:
SQL :white_check_mark: :white_check_mark: :white_check_mark:
Catalog Price Rules :white_check_mark: :x: :white_check_mark:
Shipping Table Rates :white_check_mark: :white_check_mark: :white_check_mark:
Customer Attributes :white_check_mark: :x: :white_check_mark:
Shopping Cart Price Rules :x: :x: :x:
Orders :x: :x: :x:

License

MIT


All versions of magento2-configurator with dependencies

PHP Build Version
Package Version
Requires symfony/yaml Version >2.8.0
firegento/fastsimpleimport Version 1.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 hammer/magento2-configurator contains the following files

Loading the files please wait ....