PHPackages                             magedesigner/magento2-first-module - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. magedesigner/magento2-first-module

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

magedesigner/magento2-first-module
==================================

1.0.x-dev(7y ago)05PHP

Since Apr 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/magedesigner/magento2-first-module)[ Packagist](https://packagist.org/packages/magedesigner/magento2-first-module)[ RSS](/packages/magedesigner-magento2-first-module/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

About
=====

[](#about)

This is a Magento 2 - Hello World module created as a composer submodule.

Requirements
============

[](#requirements)

- Magento Composer Installer: To copy the module contents under app/code/ folder. In order to install it run the below command on the root directory:

    ```
      composer require magento/magento-composer-installer

    ```
- Add the VCS repository: So that composer can find the module. Add the following lines in your composer.json

    ```
      "repositories": [
      {
          "type": "vcs",
          "url": "https://github.com/javilumbrales/magento2-first-module"
      }],

    ```

Installation
============

[](#installation)

- Add the module to composer:

    ```
      composer require lumbrales-software/magento2-first-module

    ```
- Add the new entry in `app/etc/config.php`, under the 'modules' section:

    ```
      'LumbralesSoftware_HelloWorld' => 1,

    ```
- Clear cache

Usage
=====

[](#usage)

```
    http://yourstore/helloworld/index/

```

Feel free to contribute, and contact me for any issues.

You can also drop us a comment at [www.thedeveloperworldisyours.com/php/create-magento-2-composer-module/](http://www.thedeveloperworldisyours.com/php/create-magento-2-composer-module/)

Version
=======

[](#version)

Updated to version 1.0.1 to achieve a stable version and demonstrate the handling of module updates via composer and tags Updated to version 1.0.2 to test module update via composer and tags

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~0 days

Total

3

Last Release

2574d ago

Major Versions

0.2.x-dev → 1.0.x-dev2019-04-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/cceb87727d1dad178f66fcb3722efa5d73481d663aef0de888c9298502760b4d?d=identicon)[magedesigner](/maintainers/magedesigner)

---

Top Contributors

[![magedesigner](https://avatars.githubusercontent.com/u/20257961?v=4)](https://github.com/magedesigner "magedesigner (2 commits)")

### Embed Badge

![Health badge](/badges/magedesigner-magento2-first-module/health.svg)

```
[![Health](https://phpackages.com/badges/magedesigner-magento2-first-module/health.svg)](https://phpackages.com/packages/magedesigner-magento2-first-module)
```

###  Alternatives

[b13/assetcollector

Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10118.4k](/packages/b13-assetcollector)[miranj/craft-router

Use URL segments as filtering criteria on an entry query.

231.6k](/packages/miranj-craft-router)

PHPackages © 2026

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