PHPackages                             luckycart/magento2 - 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. luckycart/magento2

ActiveMagento2-module

luckycart/magento2
==================

Lucky Cart implementation on Magento 2

1.2.4(6y ago)010GPL-3.0PHP

Since Apr 29Pushed 6y agoCompare

[ Source](https://github.com/luckycart/Magento2Module)[ Packagist](https://packagist.org/packages/luckycart/magento2)[ RSS](/packages/luckycart-magento2/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

LuckyCart integration module for Magento 2
==========================================

[](#luckycart-integration-module-for-magento-2)

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

[](#installation)

The extension must be installed via `composer`. To proceed, run these commands in your terminal:

```
composer require luckycart/magento2
php bin/magento module:enable Yuukoo_Luckycart
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

```

Update
------

[](#update)

To update the extension to the latest available version (depending on your `composer.json`), run these commands in your terminal:

```
composer update luckycart/magento2 --with-dependencies
php bin/magento setup:di:compile
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

```

#### What to do when the module does not get updated

[](#what-to-do-when-the-module-does-not-get-updated)

Sometimes, running `composer update` does not actually update the module to the desired version, for example because it does not match the [version constraints](https://getcomposer.org/doc/articles/versions.md#versions-and-constraints) specified in your `composer.json` (run this command to know the exact reason why: `composer prohibits luckycart/magento2`).

When this happens, simply adapt your `composer.json` to point to the new version you want to install, before re-running the update commands (and if that would still not be sufficient, do not hesitate to [post an issue](https://github.com/luckycart/magento2/issues/new) so that we can have a look at it).

Maintenance mode
----------------

[](#maintenance-mode)

You may want to enable the maintenance mode when installing or updating the module, **especially when working on a production website**. To do so, run the two commands below before and after running the other setup commands:

```
php bin/magento maintenance:enable
# Other setup commands
php bin/magento maintenance:disable

```

Uninstallation
--------------

[](#uninstallation)

To uninstall the extension from your system, run the following command in your terminal:

```
php bin/magento module:uninstall Yuukoo_Luckycart

```

Your website will be switched automatically to maintenance mode during uninstallation and took out of it after. For more information about uninstalling modules please refer to [Magento Documentation](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-uninstall-mods.html)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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 ~11 days

Total

3

Last Release

2548d ago

### Community

Maintainers

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

---

Top Contributors

[![benyuukoo](https://avatars.githubusercontent.com/u/137772425?v=4)](https://github.com/benyuukoo "benyuukoo (5 commits)")

### Embed Badge

![Health badge](/badges/luckycart-magento2/health.svg)

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

PHPackages © 2026

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