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(7mo ago)3243MITShell

Since Nov 3Pushed 7mo 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 1mo 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

40

—

FairBetter than 88% of packages

Maintenance62

Regular maintenance activity

Popularity16

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

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

229d ago

Major Versions

0.2.6 → 1.0.02023-04-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/b9dacae85b305ffeca25fcb76b407d44db1b6ba35e3ae6ac9ce595ae0753a74d?d=identicon)[JaroslawZielinski](/maintainers/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

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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