PHPackages                             jaroslawzielinski/magento2warden - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. jaroslawzielinski/magento2warden

ActiveProject[DevOps &amp; Deployment](/categories/devops)

jaroslawzielinski/magento2warden
================================

Magento2 Warden project

1.2.1(10mo ago)32431MITShell

Since Nov 3Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/JaroslawZielinski/magento2warden)[ Packagist](https://packagist.org/packages/jaroslawzielinski/magento2warden)[ Fund](https://www.buymeacoffee.com/jaroslawzielinski)[ RSS](/packages/jaroslawzielinski-magento2warden/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)DependenciesVersions (46)Used By (0)

magento2warden
==============

[](#magento2warden)

Magento2 project using warden

[!["Buy Me A Coffee"](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/jaroslawzielinski)

How to use shell commands
=========================

[](#how-to-use-shell-commands)

in [packagist](https://packagist.org/packages/jaroslawzielinski/magento2warden)

```
cd YourProject
composer require --dev jaroslawzielinski/magento2warden
sh vendor/jaroslawzielinski/magento2warden/setup.sh
cp .env.dist .env
make init
make magento-install magento-setup
make sample-data
make theme

```

and finally

```
make docker-down init theme

```

Aliases
=======

[](#aliases)

- `make tea` (= make theme)
- `make thee` (= make theme)
- `make turkish delight` (= make assets cache)
- `make cold-brew coffee` (= make assets cache)
- `make coffee` (= make cache)

Possible errors
===============

[](#possible-errors)

Database error
--------------

[](#database-error)

### ERROR 1130 (HY000): Host '' is not allowed to connect to this MySQL server

[](#error-1130-hy000-host--is-not-allowed-to-connect-to-this-mysql-server)

Your root account, and this statement applies to any account, may only have been added with localhost access (which is recommended).

You can check this with:

```
SELECT host FROM mysql.user WHERE User = 'root';
```

If you only see results with localhost and 127.0.0.1, you cannot connect from an external source. If you see other IP addresses, but not the one you're connecting from - that's also an indication.

You will need to add the IP address of each system that you want to grant access to, and then grant privileges:

```
CREATE USER 'root'@'ip_address' IDENTIFIED BY 'some_pass';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'ip_address';
```

If you see %, well then, there's another problem altogether as that is "any remote source". If however you do want any/all systems to connect via root, use the % wildcard to grant access:

```
CREATE USER 'root'@'%' IDENTIFIED BY 'some_pass';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
```

Finally, reload the permissions, and you should be able to have remote access:

```
FLUSH PRIVILEGES;
```

solution taken from [here](https://stackoverflow.com/questions/19101243/error-1130-hy000-host-is-not-allowed-to-connect-to-this-mysql-server#answer-19101356)

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance53

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~0 days

Total

45

Last Release

327d ago

Major Versions

0.2.6 → 1.0.02023-04-26

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15120739?v=4)[Jarosław Zieliński](/maintainers/JaroslawZielinski)[@JaroslawZielinski](https://github.com/JaroslawZielinski)

### Embed Badge

![Health badge](/badges/jaroslawzielinski-magento2warden/health.svg)

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

###  Alternatives

[pomander/pomander

Deployment for PHP

19615.7k2](/packages/pomander-pomander)[symfony-tools/docs-builder

The build system for Symfony's documentation

3668.5k1](/packages/symfony-tools-docs-builder)[mwltr/magedeploy2-base

Magento2 Deployment Setup using Robo and Deployer

425.3k](/packages/mwltr-magedeploy2-base)[enygma/composerclean

An additional command for Composer that removes configured files/directory

171.8k](/packages/enygma-composerclean)

PHPackages © 2026

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