Download the PHP package gmdotnet/magerun-addons without Composer

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

stable version stable version develop license

GMdotnet_MagerunAddons

Additional commands for n98-magerun.

This is a tools only for develop environment. Please, do not use in production environment!

Installation

Official guide: n98-magerun docs

A global folder for the system

Clone the repository inside the folder:

A folder inside the user’s home dir

Clone the repository inside the folder:

A folder inside the Magento installation (manually)

Copy the repository (not clone in case you have already git on your project) inside the folder:

A folder inside the Magento installation (with composer)

(you need modman as a pre-requisite)

Commands

Create Dummy Products

(experimental). Create dummy products with all default vanilla magento or your custom values.

Interactive mode or via shell arguments or mixed.

Argument Description Accepted Values
website-id Website ID (default: 1) only integer
attribute-set-id Attribute Set Id (default: Default with ID 4) only integer
product-type Product Type (default: simple) simple
configurable
[grouped - work in progress]
sku-prefix Prefix for product's sku (default: MAGPROD-) any
category-ids Categories for product association (comma separated - default null) only integer with comma separated
product-status Product Status (default: enabled) only integer
1 - for enabled
2 - for disabled
product-visibility Product Visibility (default: visibile_both) only integer
1 - for not visible
2 - for visible in catalog
3 - for visible in search
4 - for visible in both
product-number Number of products to create only integer

Extra options asked only for configurabile products (actually only in interactive mode)

Argument Description Accepted Values
attribute-configurable-number Number of configurable attributes to use ("super attributes") only integer
attribute-configurable-codes Attribute codes for configurable products ("super attributes") only text
product-children-number Number of products children only integer

INFO

IMAGES
CONFIGURABLE PRODUCTS

Create Dummy Categories

(This command was included in n98-magerun 1.97.23)

Create dummy categories with all default vanilla magento or your custom values.

Interactive mode or via shell arguments or mixed.

Argument Description Accepted Values
store-id Id of Store to create categories (default: 1) only integer
category-number Number of categories to create (default: 1) only integer
children-categories-number Number of children for each category created (default: 0 - use '-1' for random from 0 to 5) only integer or -1 for random number from 0 to 5
category-name-prefix Category Name Prefix (default: 'My Awesome Category') any

Create Dummy Attribute Values

(This command was included in n98-magerun 1.97.23)

Create dummy attribute values (ONLY FOR DROPDOWN ATTRIBUTE)

Interactive mode or via shell arguments or mixed.

Argument Description Accepted Values
locale Locale value in ISO standard like en_US only string
attribute-id Attribute ID to add values only integer
values-type Types of Values to create (default int) int
string
color
size
designer
values-number Number of Values to create (default 1) only integer

Clean log tables

Clean (truncate mysql command) all tables that are used only for statistics or log. If you need to reduce database size, this is the command to execute. Attention! If you use Magento statistics about visitors, maybe with this command you can lose some data.

List of tables:

Name
dataflow_batch_export
dataflow_batch_import
log_customer
log_quote
log_summary
log_summary_type
log_url
log_url_info
log_visitor
log_visitor_info
log_visitor_online
report_event
report_viewed_product_index

Requirements

WORK IN PROGRESS

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Please create your pull request against the develop branch

License

OSL - Open Software Licence 3.0

Credits

Thanks to NETZ98 for creating this incredible tool.
Thanks to Kalen Jordan and Peter Jaap Blaakmeer to start contributing n98-magerun with their addons.
Thanks to lorempixel.com for the sample images.


All versions of magerun-addons with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.3
magento-hackathon/magento-composer-installer Version *
fzaninotto/faker Version ^1.6
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 gmdotnet/magerun-addons contains the following files

Loading the files please wait ....