PHPackages                             pug-more/mageploy - 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. pug-more/mageploy

ActiveMagento-module[DevOps &amp; Deployment](/categories/devops)

pug-more/mageploy
=================

1.2.2(9y ago)991.8k18[3 issues](https://github.com/pug-more/mageploy/issues)OSL-3.0PHP

Since Oct 9Pushed 6y ago15 watchersCompare

[ Source](https://github.com/pug-more/mageploy)[ Packagist](https://packagist.org/packages/pug-more/mageploy)[ RSS](/packages/pug-more-mageploy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (7)Used By (0)

[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Mageploy is an extension for Magento deployment automation based on Admin actions tracking and replication between different project environments.

How does it work?
-----------------

[](#how-does-it-work)

Basically it's a tracker of invocations of Magento Controller Actions. It's based on the recording of actions in two files:

- `{{configured_folder}}/mageploy_all.csv`
- `{{configured_folder}}/mageploy_executed.csv`

The **mageploy\_all.csv** file is **global** and should be put **under version control**. This file keeps track of each action invoked, storing parameters converted and serialized.

The **mageploy\_executed.csv** is **local** and should **not be put under version control**. This file keeps track of actions invoked locally and is used to avoid invocations of already invoked actions.

The `{{configured_folder}}` placeholder can be either a relative or an absolute path; in case you use a relative path, the Magento root folder will be used as base path.

**Warning:** don't change the `{{configured_folder}}` after you have already started recording actions if you don't want to loose previous tracked actions.

Once you install mageploy and activate tracking (active by default), Mageploy's Trackers will store action invocations.

Once you commit and push your changes you will also push the **mageploy\_all.csv**. Developers which will pull your changes will get the global list of actions updated and can replicate missing invocations by using the command line tool **shell/mageploy.php**.

To learn more about Mageploy, please refer to the Documentation on the [Official Website](http://www.mageploy.com/).

AS-IS
-----

[](#as-is)

At the moment the following trackers have been developed for (not tested so much):

- Attributes
- Attribute Sets
- System Config (uncomplete)
- Categories
- CMS Blocks
- CMS Pages
- Websites
- Store Groups
- Store Views

TO-BE
-----

[](#to-be)

The System\\Config tracker is only a POC. There are a lot of sections and groups in the System\\Config and we should provide encorders/decoders for all of them.

For example in some circumstances you can perform file ulpoad; this is not handled. At the same time IDs are not translated into UUIDs but there can be IDs which are specific to current installation. To handle all these cases the System\\Config tracker should be splitted into sections/groups trackers, each of them applying its enconding/deconding policy. In Categories tracker file uploads are not handled yet.

So many more trackers should be developed for:

- Complete System Config Sections/Groups
- Complete Categories
- Taxes
- URL Rewrites
- Promotions
- Transactional Emails
- Order Statuses

RELEASE NOTES
-------------

[](#release-notes)

Here we keep track of major changes between different versions.

A change in the third version number part indicates minor changes or fixes.

A change in the second version number part indicates changes in CSV format which implies that previous encoded CSVs could not be decoded any more.

- 1.2.2 - fix previous version; add check for writable files and related warning in header banner
- 1.2.1 - DON'T USE THIS VERSION - action recording is broken
- 1.2.0 - add possibility to configure the folder where CSV files are created.
- 1.1.3 - replaced deprecated join and split functions with equivalent implode and explode.
- 1.1.2 - fix on displaying of error messages while executing actions.
- 1.1.1 - fix on decode() declaration in Abstract class.
- 1.1.0 - changed encoding/decoding for Block tracking; added code to reset Magento at every Action execution to avoid issues with objects in memory, like the Register. Added Tracket version control to prevent decoding of rows encoded with a different version of a Tracker.
- 1.0.1 - fixed bug in CMS Blocks tracking: saving existing blocks didnt' work because encoding/decoding ignored block\_id parameter.
- 1.0.0 - first release

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 93.6% 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 ~111 days

Total

4

Last Release

3541d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1199894?v=4)[Alessandro Ronchi](/maintainers/aleron75)[@aleron75](https://github.com/aleron75)

---

Top Contributors

[![aleron75](https://avatars.githubusercontent.com/u/1199894?v=4)](https://github.com/aleron75 "aleron75 (102 commits)")[![gambuzzi](https://avatars.githubusercontent.com/u/1200081?v=4)](https://github.com/gambuzzi "gambuzzi (3 commits)")[![gbinside](https://avatars.githubusercontent.com/u/1311283?v=4)](https://github.com/gbinside "gbinside (2 commits)")[![ddonnini](https://avatars.githubusercontent.com/u/4117086?v=4)](https://github.com/ddonnini "ddonnini (1 commits)")[![kesonno](https://avatars.githubusercontent.com/u/334884?v=4)](https://github.com/kesonno "kesonno (1 commits)")

### Embed Badge

![Health badge](/badges/pug-more-mageploy/health.svg)

```
[![Health](https://phpackages.com/badges/pug-more-mageploy/health.svg)](https://phpackages.com/packages/pug-more-mageploy)
```

###  Alternatives

[deployer/deployer

Deployment Tool

11.1k25.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)
