PHPackages                             mortenscheel/mysqldump-filter - 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. mortenscheel/mysqldump-filter

ActiveLibrary

mortenscheel/mysqldump-filter
=============================

CLI tool to filter table data from mysqldump

v0.2(3y ago)019MITPHP

Since Aug 3Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (7)Used By (0)

mysqldump-filter
================

[](#mysqldump-filter)

A CLI tool that allows filtering out data from selected tables in a .sql dump.

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

[](#installation)

```
composer global require mortenscheel/mysqldump-filter
```

Usage
-----

[](#usage)

Example:

```
cat dump.sql | mysqldump-filter --skip=some_table,another_table | mysql -u username -p db_name

cat dump.sql | mysqldump-filter --only=some_table,another_table | mysql -u username -p db_name
```

Contributions
-------------

[](#contributions)

All contributions are welcome

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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

Total

5

Last Release

1374d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6514342?v=4)[Morten Scheel](/maintainers/mortenscheel)[@mortenscheel](https://github.com/mortenscheel)

---

Top Contributors

[![mortenscheel](https://avatars.githubusercontent.com/u/6514342?v=4)](https://github.com/mortenscheel "mortenscheel (5 commits)")

### Embed Badge

![Health badge](/badges/mortenscheel-mysqldump-filter/health.svg)

```
[![Health](https://phpackages.com/badges/mortenscheel-mysqldump-filter/health.svg)](https://phpackages.com/packages/mortenscheel-mysqldump-filter)
```

PHPackages © 2026

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