Download the PHP package n98/magerun2 without Composer

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

n98-magerun2: The Swiss Army Knife for Magento 2

n98-magerun2 provides powerful CLI tools for Magento 2, Mage-OS, and Adobe Commerce.

Quick Start

Download the PHAR file

Install dist package

The dist package installs the n98-magerun2 PHAR file directly in your project.

Run the PHAR file

You can run the PHAR file directly from the command line:

Build from source

  1. Clone the repository:

  2. Install dependencies:

  3. Build the PHAR:

Full Documentation

For full installation, usage, development, and contribution guidelines, please visit the official documentation.

Category/Namespace Description Example Commands
admin Commands for managing Magento admin user accounts and related settings. admin:user:list, admin:user:create, admin:user:change-password, admin:notifications
cache Commands for interacting with and managing Magento's various cache systems. cache:clean, cache:disable, cache:enable, cache:flush, cache:list
config Commands for managing Magento store configurations and environment settings. config:store:get, config:store:set, config:env:set, config:search
customer Commands for managing Magento customer accounts. customer:create, customer:list, customer:info, customer:change-password
db Commands for database operations such as dumps, imports, and queries. db:dump, db:import, db:query, db:create, db:info
dev Commands tailored for Magento developers, including code generation and debugging tools. dev:module:create, dev:console, dev:translate:admin, dev:theme:list
eav Commands for managing EAV (Entity-Attribute-Value) attributes. eav:attribute:list, eav:attribute:view, eav:attribute:remove
giftcard Commands for managing Magento gift cards. giftcard:pool:generate, giftcard:create, giftcard:info, giftcard:remove
generation Commands related to Magento's code generation processes. generation:flush
index Commands for managing Magento's indexers. index:list, index:trigger:recreate
install Command for installing Magento. installer
integration Command for integrations to Magento. integration:list, integration:show, integration:delete
magerun Commands for working with n98-magerun2 config and internal tools. magerun:config:info, magerun:config:dump
routes Commands for managing and viewing Magento routes. routes:list
script Command for running sequences of n98-magerun2 commands from a file. script
sys Commands for system-level information, checks, and maintenance tasks. sys:info, sys:check, sys:maintenance, sys:cron:list, sys:store:list

License

MIT License. See MIT-LICENSE.txt.


All versions of magerun2 with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
ext-pdo Version *
ext-simplexml Version *
ext-dom Version *
ext-iconv Version *
ext-json Version *
ext-posix Version *
ext-zip Version *
dflydev/dot-access-data Version ^3.0
fakerphp/faker Version ~1.16
laminas/laminas-filter Version ^2.12
n98/junit-xml Version ~1.0
psr/container Version ~1.1.2
psr/log Version ^2.0
psy/psysh Version ~0.7
rmccue/requests Version ^2.0
symfony/console Version ^6.4
symfony/event-dispatcher Version ^6.4
symfony/finder Version ^6.4
symfony/process Version ^6.4
symfony/validator Version ^6.4
symfony/yaml Version ^6.4
twig/twig Version ~3.4
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 n98/magerun2 contains the following files

Loading the files please wait ....