PHPackages                             airrobe/thecircularwardrobe - 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. airrobe/thecircularwardrobe

ActiveMagento2-module

airrobe/thecircularwardrobe
===========================

AirRobe - TheCircularWardrobe

1.1.4(1y ago)07431OSL-3.0PHPPHP ~8.2.0 || ~8.3.0

Since Jul 23Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/airrobe/magento-extension)[ Packagist](https://packagist.org/packages/airrobe/thecircularwardrobe)[ RSS](/packages/airrobe-thecircularwardrobe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (7)Versions (14)Used By (0)

Magento2 Module AirRobe - TheCircularWardrobe
=============================================

[](#magento2-module-airrobe---thecircularwardrobe)

```
   airrobe/thecircularwardrobe

```

Table of contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Contributing](#contributing)

Requirements
------------

[](#requirements)

### Software versions

[](#software-versions)

This release is compatible with:

- Magento 2.4.6 + PHP 8.2
- Magento 2.4.7 + PHP 8.3

### AirRobe API

[](#airrobe-api)

This module requires an AirRobe account and access keys.

Please [contact us](mailto:developers@airrobe.com) if you do not yet have an account.

Once you have an account, login in to our [Connector Dashboard](https://connector.airrobe.com) and view our [documentation](https://connector.airrobe.com/docs/magento) to get your access keys.

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

[](#installation)

### Type 1: Zip file

[](#type-1-zip-file)

- Unzip the zip file in `app/code/AirRobe`
- Enable the module by running `php bin/magento module:enable AirRobe_TheCircularWardrobe`
- Apply database updates by running `php bin/magento setup:upgrade --keep-generated`
- Flush the cache by running `php bin/magento cache:flush`

### Type 2: Composer

[](#type-2-composer)

- Install the module composer by running `composer require airrobe/thecircularwardrobe`
- enable the module by running `php bin/magento module:enable AirRobe_TheCircularWardrobe`
- apply database updates by running `php bin/magento setup:upgrade --keep-generated`
- Flush the cache by running `php bin/magento cache:flush`

Once installed, login in to our [Connector Dashboard](https://connector.airrobe.com) and view the [documentation](https://connector.airrobe.com/docs/magento) for instructions on how to configure the module.

### Uninstalling the AirRobe extension

[](#uninstalling-the-airrobe-extension)

- Disable the module by running `php bin/magento module:disable AirRobe_TheCircularWardrobe`
- Run `php bin/magento setup:upgrade`
- Remove the module by running
    - Type 1: `rm -rf src/app/code/AirRobe`
    - Type 2: `composer remove airrobe/thecircularwardrobe`
- Flush the Magento cache by running `php bin/magento cache:flush`

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

[](#contributing)

Use these steps to create your own environment with a clean magento install with dummy data to test the module or contribute to the extension.

### Set up a PHP + Magento clean install and environment

[](#set-up-a-php--magento-clean-install-and-environment)

See [markshust/docker-magento](https://github.com/markshust/docker-magento) for more information, options and commands.

- Create your project folder and Download the docker-magento template

```
mkdir docker-magento
cd docker-magento
curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash

```

- Check the `compose.yaml` file to ensure the PHP version matches your target. For PHP 8.2, the following line should be present:

```
phpfpm:
  image: markoshust/magento-php:8.2-fpm-4

```

- Download and install Magento with the following command (replace `2.4.7` with the desired version)

```
bin/download 2.4.7 community

```

### Set up the development environment

[](#set-up-the-development-environment)

```
bin/setup magento.test
bin/magento sampledata:deploy
bin/magento setup:upgrade
bin/composer require markshust/magento2-module-disabletwofactorauth
bin/magento module:enable MarkShust_DisableTwoFactorAuth
bin/magento setup:upgrade

```

### Clone the AirRobe magento extension

[](#clone-the-airrobe-magento-extension)

Add the AirRobe repo into the `app/code` directory and enable the module

```
cd src/app/code
mkdir AirRobe
cd AirRobe
git clone git@github.com:airrobe/magento-extension.git TheCircularWardrobe
cd ../../../../
bin/magento module:enable AirRobe_TheCircularWardrobe
bin/magento setup:upgrade
bin/magento cache:flush

```

### Additional Information

[](#additional-information)

- If testing the composer install on this magento install, use `bin/composer`. Using `composer` will not register the module correctly on this environment.
- See the [documentation](https://connector.airrobe.com/docs/magento) for instructions on how to configure the module.
- You can find the Magento Admin login details in the file `env/magento.env`
- Submit a Pull Request and our maintainers will respond as soon as possible

### Setup PhpStorm

[](#setup-phpstorm)

If contributing to this project, we highly recommend using the IDE PhpStorm and the following plugins:

- [Magento PhpStorm](https://plugins.jetbrains.com/plugin/8024-magento-phpstorm)
- [Magento and Adobe Commerce PhpStorm by Atwix](https://plugins.jetbrains.com/plugin/20554-magento-and-adobe-commerce-phpstorm-by-atwix)

Set your PHP Language Level and CLI interpreter to match your installed PHP version under Settings &gt; PHP

Configure the Magento PhpStorm plugin under Settings &gt; PHP &gt; Frameworks &gt; Magento

- Set the Magento installation path to `src`
- Regenerate URN mappings or alternatively run `bin/magento dev:urn-catalog:generate .idea/misc.xml`

Change your VCS root to the `src/app/code/AirRobe/TheCircularWardrobe` directory [Change VCS project root](https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000087244-Change-VCS-project-root)

Or remove the .git directory from the docker-magento directory [How to change Git root directory?](https://stackoverflow.com/questions/66969576/how-to-change-git-root-directory).

### Clearing the Magento install

[](#clearing-the-magento-install)

Sometimes you may need to clear the Magento install to start fresh, especially when an error occurs during setup. You might get an error message like

```
[InvalidArgumentException]
  Project directory "/var/www/html/." is not empty.

```

If you want to completely clear the magento install in your local environment, `cd` to the root directory and run

```
bin/removeall
rm -rf .* *

```

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance68

Regular maintenance activity

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~1 days

Total

13

Last Release

705d ago

Major Versions

0.4.2 → 1.0.02024-05-29

PHP version history (2 changes)1.0.0PHP ~8.2.0

1.1.0PHP ~8.2.0 || ~8.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/492d5585468f7c2a985b54985fd05aaaee7b24c9a406558194032835c6b3e7b6?d=identicon)[airrobe](/maintainers/airrobe)

---

Top Contributors

[![piusj](https://avatars.githubusercontent.com/u/2148699?v=4)](https://github.com/piusj "piusj (36 commits)")[![michaeldawson](https://avatars.githubusercontent.com/u/1972356?v=4)](https://github.com/michaeldawson "michaeldawson (27 commits)")[![dprogramming2011](https://avatars.githubusercontent.com/u/86073815?v=4)](https://github.com/dprogramming2011 "dprogramming2011 (8 commits)")[![tavioo](https://avatars.githubusercontent.com/u/80292743?v=4)](https://github.com/tavioo "tavioo (6 commits)")[![dhaval1190](https://avatars.githubusercontent.com/u/7270307?v=4)](https://github.com/dhaval1190 "dhaval1190 (1 commits)")

### Embed Badge

![Health badge](/badges/airrobe-thecircularwardrobe/health.svg)

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

###  Alternatives

[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50374.2k18](/packages/dotdigital-dotdigital-magento2-extension)[mollie/magento2

Mollie Payment Module for Magento 2

1121.6M10](/packages/mollie-magento2)[yireo/magento2-googletagmanager2

Add Google Tag Manager to Magento

167930.4k5](/packages/yireo-magento2-googletagmanager2)[swissup/module-search-mysql-legacy

Legacy mysql search for magento 2.4

10483.0k](/packages/swissup-module-search-mysql-legacy)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

109501.7k1](/packages/amzn-amazon-pay-magento-2-module)[buckaroo/magento2

Buckaroo Magento 2 extension

32404.0k6](/packages/buckaroo-magento2)

PHPackages © 2026

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