PHPackages                             biren/magento2-crud-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. biren/magento2-crud-module

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

biren/magento2-crud-module
==========================

Crud module using composer!

263PHP

Since Apr 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/birenk/magento2-crud-module)[ Packagist](https://packagist.org/packages/biren/magento2-crud-module)[ RSS](/packages/biren-magento2-crud-module/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)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 GIT Repository to composer

```
composer config repositories.biren-magento2-crud-module vcs https://github.com/birenk/magento2-crud-module/
```

- 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/birenk/magento2-crud-module"
      }],

    ```

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

[](#installation)

- Add the module to composer:

    ```
      composer require biren/magento2-crud-module

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

    ```
      'Biren_Crudimage' => 1,

    ```
- Clear cache

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30253316?v=4)[birenk](/maintainers/birenk)[@birenk](https://github.com/birenk)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/biren-magento2-crud-module/health.svg)

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

###  Alternatives

[ninsuo/symfony-collection

A jQuery plugin that manages adding, deleting and moving elements from a Symfony collection

4392.2M5](/packages/ninsuo-symfony-collection)

PHPackages © 2026

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