PHPackages                             swiftotter/driver-magento1 - 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. swiftotter/driver-magento1

ActiveLibrary

swiftotter/driver-magento1
==========================

The Magento 1 transformation component

1.0(9y ago)0174[1 PRs](https://github.com/SwiftOtter/Driver-Magento1/pulls)PHP

Since Jan 13Pushed 3y ago2 watchersCompare

[ Source](https://github.com/SwiftOtter/Driver-Magento1)[ Packagist](https://packagist.org/packages/swiftotter/driver-magento1)[ RSS](/packages/swiftotter-driver-magento1/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (5)Used By (0)

Driver: Magento 1 Transformations
=================================

[](#driver-magento-1-transformations)

### A database task-runner

[](#a-database-task-runner)

For more information about how Driver works, see .

### How to use these modules:

[](#how-to-use-these-modules)

```
composer require swiftotter/driver-magento1
```

In your project's root directory (the one where `vendor` is), create a new folder called `config.d`. Create a file inside `config.d` called `config.yaml`.

Your directory structure should now look something like:

- composer.json
- composer.lock
- config.d/
    - config.yaml
- vendor/
    - swiftotter/
        - driver
        - driver-magento1

In `config.yaml`, add the following lines:

```
pipelines:
  default:
    - name: global-commands
      actions:
        - name: m1-clear-customers
          sort: 50
        - name: m1-clear-logs
          sort: 60
        - name: m1-clear-orders
          sort: 70
        - name: m1-clear-quotes
          sort: 80
        - name: m1-clear-reports
          sort: 90
        - name: m1-clear-common
          sort: 100
        - name: m1-clear-swiftotter
          sort: 110
```

Each of the actions above has a name. `m1-clear-customers` is an example of such a name. This could have been automatic, but Driver is designed with customization over convention. You need to decide where you want these commands to execute. That said, the above template is a great starting place.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity66

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

Total

2

Last Release

3349d ago

Major Versions

v0.1 → 1.02017-03-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/0caf0b4442f87bd5fa93aec6a384421bb76a9f4b2e316e3e30a642783512a482?d=identicon)[JosephMaxwell](/maintainers/JosephMaxwell)

---

Top Contributors

[![JosephMaxwell](https://avatars.githubusercontent.com/u/1151186?v=4)](https://github.com/JosephMaxwell "JosephMaxwell (11 commits)")

### Embed Badge

![Health badge](/badges/swiftotter-driver-magento1/health.svg)

```
[![Health](https://phpackages.com/badges/swiftotter-driver-magento1/health.svg)](https://phpackages.com/packages/swiftotter-driver-magento1)
```

PHPackages © 2026

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