PHPackages                             dmitrijivanenko/hotrod-cli - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. dmitrijivanenko/hotrod-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

dmitrijivanenko/hotrod-cli
==========================

Magento 2 code generation cli tool

0.0.4(7y ago)13461[1 issues](https://github.com/dmitrijivanenko/hotrod-cli/issues)MITPHP

Since Apr 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/dmitrijivanenko/hotrod-cli)[ Packagist](https://packagist.org/packages/dmitrijivanenko/hotrod-cli)[ RSS](/packages/dmitrijivanenko-hotrod-cli/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (7)Versions (6)Used By (0)

[![](https://camo.githubusercontent.com/220b1df223e7e3149f4387e1cfd2433313944b9da567b09208e08a6d533c6325/68747470733a2f2f646d697472696a6976616e656e6b6f2e6769746875622e696f2f686f74726f642d636c692f696d672f686f74726f64636c692e6a7067)](https://camo.githubusercontent.com/220b1df223e7e3149f4387e1cfd2433313944b9da567b09208e08a6d533c6325/68747470733a2f2f646d697472696a6976616e656e6b6f2e6769746875622e696f2f686f74726f642d636c692f696d672f686f74726f64636c692e6a7067)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/872eb9faa0c98912ac85bf6996afb2e5c2ad2d9777b89b8118fa7503f4a4a503/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f646d697472696a6976616e656e6b6f2f686f74726f642d636c692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/dmitrijivanenko/hotrod-cli/?branch=master)[![Build Status](https://camo.githubusercontent.com/c38dbc4c395ee2fd3e473750d173f222500b9a2acb30c94eb7211a0b7c0278c1/68747470733a2f2f7472617669732d63692e6f72672f646d697472696a6976616e656e6b6f2f686f74726f642d636c692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/dmitrijivanenko/hotrod-cli)[![codecov](https://camo.githubusercontent.com/8a6dde05bbcff519607ac8a06c7156310eb124b67e82bf3282982b10ae392601/68747470733a2f2f636f6465636f762e696f2f67682f646d697472696a6976616e656e6b6f2f686f74726f642d636c692f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/dmitrijivanenko/hotrod-cli)[![Join the chat at https://gitter.im/hotrod-cli/Lobby](https://camo.githubusercontent.com/34261d7a9f9665119bb56b59e15cbdee0f88d7977a9d8fe7011bb0265593edb1/68747470733a2f2f6261646765732e6769747465722e696d2f686f74726f642d636c692f4c6f6262792e737667)](https://gitter.im/hotrod-cli/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This package helps you generate Magento 2 code using a clean commandline tool. All classes, templates, layouts and etc. can be dynamically generated and put together.

Features
--------

[](#features)

- Generates different kind of magento 2 module components
- has a build in UI
- Easy to start using

[![](https://camo.githubusercontent.com/ee6e3a73a85b9707b4c3799eca10c7077a09cfb49ff32bd7bda322092da3fd38/68747470733a2f2f646d697472696a6976616e656e6b6f2e6769746875622e696f2f686f74726f642d636c692f696d672f73637265656e732e706e67)](https://camo.githubusercontent.com/ee6e3a73a85b9707b4c3799eca10c7077a09cfb49ff32bd7bda322092da3fd38/68747470733a2f2f646d697472696a6976616e656e6b6f2e6769746875622e696f2f686f74726f642d636c692f696d672f73637265656e732e706e67)

Documentation
-------------

[](#documentation)

You'll find full documentation [here](https://dmitrijivanenko.github.io/hotrod-cli/#/).

Example
-------

[](#example)

Lets review an example

```
vendor/bin/hotrod create:controller Dmiva_Test dmiva/testing/test
```

This line tries to create a controller for the route `dmiva/testing/test` in `Dmiva_Test` namespace. Magically it creates for You a module `Dmiva_Test` if it is not exists and generates files :

- `app/code/Dmiva/Test/registration.php`
- `app/code/Dmiva/Test/etc/module.xml`
- `app/code/Dmiva/Test/etc/frontend/routes.xml`
- `app/code/Dmiva/Test/view/frontend/layout/dmiva_testing_test.xml`
- `app/code/Dmiva/Test/Controller/Testing/Test.php`
- `app/code/Dmiva/Test/Block/Testing.php`
- `app/code/Dmiva/Test/view/frontend/templates/test.phtml`

To open the User Interface, run this command

```
vendor/bin/hotrod-ui
```

It will build the Angular app and run the basic build in php server on `http://localhost:8008/`.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require --dev dmitrijivanenko/hotrod-cli
```

Contributing
------------

[](#contributing)

Help is very welcomed. We accept contributions via Pull Requests on [Github](https://github.com/dmitrijivanenko/hotrod-cli). Please read and understand the contribution [guide](https://dmitrijivanenko.github.io/hotrod-cli/#/contribution) before creating an issue or pull request.

Licence
-------

[](#licence)

This project is open-sourced software licensed under the MIT license.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~48 days

Total

4

Last Release

2849d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10165801?v=4)[Dmitriy Ivanenko](/maintainers/dmitrijivanenko)[@dmitrijivanenko](https://github.com/dmitrijivanenko)

---

Top Contributors

[![dmitrijivanenko](https://avatars.githubusercontent.com/u/10165801?v=4)](https://github.com/dmitrijivanenko "dmitrijivanenko (86 commits)")[![gitter-badger](https://avatars.githubusercontent.com/u/8518239?v=4)](https://github.com/gitter-badger "gitter-badger (1 commits)")

---

Tags

angularclicode-generatormagento2phptypescriptui

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dmitrijivanenko-hotrod-cli/health.svg)

```
[![Health](https://phpackages.com/badges/dmitrijivanenko-hotrod-cli/health.svg)](https://phpackages.com/packages/dmitrijivanenko-hotrod-cli)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54642.4k4](/packages/jolicode-castor)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19664.8M1.6k](/packages/drupal-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6941.5M398](/packages/drupal-core-recommended)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
