Download the PHP package mothership/mothership_magerun without Composer

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

Mothership Magerun Addons

Dependency Status Latest Stable Version Total Downloads Latest Unstable Version License

========================= This repository contains a list of extensions, which might be useful for your development workflow.

Command Description Requirements
mothership:base:environment:dump
mothership:base:environment:import
mothership:base:feed:export mothership/feed_export
mothership:base:fixtures:product Creates a yaml fixture file for ecomDev PHPunit test
mothership:base:images:clean Remove unused images from the catalog/product directory
mothership:base:images:dummy For each missing image, create a dummy file Create a dummy file
mothership:base:images:missing Identify missing images
mothership:base:images:resize Resize images
mothership:base:reports:observerstimes
mothership:base:workflow:list mothership/state_machine
mothership:base:workflow:render mothership/state_machine, graphviz
mothership:base:workflow:run Runs a state machine defined by a workflow mothership/state_machine

Installation

There are currently three different ways to include the magerun-components. I will describe every method. Please check the offical documentation for further questions. The preferred method imho should be the composer way.

Method 1 - the easiest one

This method needs you to have a home folder where all the custom modules will be located.

Method 2 - still easy, but more environment specific

While there is one way to centralize all your modules i prefer to have environment specific modules.

The next step is the same like before. Just clone and/or symlink the repository.

Method 3 - composer.json

just add this require to your composer.json. Please check the latest tagged version by yourself.

Commands

mothership:environment:dump

Dump all settings from the table matching a given regular expression. Depends on a configuration file.

read more ...

mothership:environment:import

Import the configuration settings by overwriting the existing configurations. There is one example file . Just copy the file as and customize the settings for your needs.

read more ...

mothership:images:create-dummy

This command will create an image file for each entry in the table . Just ensure, that you have one file called in your directory. This can be useful if you have to deal with large product data but do not want to download a gigazillion large directory.

For more fun, use the official Mothership Image.

Logo

mothership:images:resize

Handy command, to minify the base-images. This will create a new directory named after the parameter and create a smaller version of all existing images. Please be aware that in case you have a new image file with the same name, this command will not recognize that. In this case remove the existing file from the resized image directory and rerun the command

mothership:reports:observerstimes

This is a magerun command to create a csv reports to find all the events and relative observers called for each Magento page called in the browser during navigation.

More doc

mothership:workflow:render

Super fancy graph generator! Instead of running our state machines, you can also render them for easier debugging.

The graph creation depends on graphviz, so ensure that you have installed it first, so that you can run the command. Use in debian environments.

The created graph will look like this one. Check the source file

And yes, you can run this workflow exactly like displayed in the graph. Check the next command.

mothership:workflow:run

Run a workflow from the directory . This feature is very powerful and is being used in a lot of scenarios with a lot of complexity. It basically depends on Mothership State Machine and is a helper to run a finite state machine in a Magento environment.

In additition to the plain PHP state machine implementation, this command has the following features:

More doc


All versions of mothership_magerun with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4
magento-hackathon/magento-composer-installer Version *
symfony/console Version ~2.7
symfony/yaml Version ~2.7
mothership/state_machine Version v1.4.5
firegento/psr0autoloader Version dev-master
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 mothership/mothership_magerun contains the following files

Loading the files please wait ....