PHPackages                             wolftotem4/mycsv - 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. [Database &amp; ORM](/categories/database)
4. /
5. wolftotem4/mycsv

ActiveLibrary[Database &amp; ORM](/categories/database)

wolftotem4/mycsv
================

The PHP CLI tool helps you to convert the result from MySQL command to CSV format.

v0.9.4(8y ago)012MITPHPPHP ^5.4 || ^7.0

Since Dec 12Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wolftotem4/mycsv)[ Packagist](https://packagist.org/packages/wolftotem4/mycsv)[ RSS](/packages/wolftotem4-mycsv/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (6)Used By (0)

MyCsv
=====

[](#mycsv)

This PHP CLI tool helps you to convert the result from MySQL command to CSV format.

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

[](#installation)

```
git clone https://github.com/wolftotem4/mycsv.git
cd mycsv
composer install

```

Basic Usage
-----------

[](#basic-usage)

Command Line:

```
> php mycsv data.txt > data.csv

```

data.txt

```
+----------+------------+
| username | phone      |
+----------+------------+
| Bob      | 123-456789 |
| Mary     | 456-789123 |
+----------+------------+

```

data.csv:

```
username,phone
Bob,123-456789
Mary,456-789123

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

3069d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63693b65b82936b1d5dcf8c453d1eb072c5c4946f8f9cae76b160c1426287e00?d=identicon)[wolftotem4](/maintainers/wolftotem4)

---

Top Contributors

[![wolftotem4](https://avatars.githubusercontent.com/u/13431897?v=4)](https://github.com/wolftotem4 "wolftotem4 (8 commits)")

---

Tags

mysqlcsv

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wolftotem4-mycsv/health.svg)

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

###  Alternatives

[doctrine/dbal

Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.

9.7k578.4M5.6k](/packages/doctrine-dbal)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k25.2M34](/packages/kirschbaum-development-eloquent-power-joins)[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[cytopia/mysqldump-secure

Secure mysqldump script with encryption, compression, logging, blacklisting and Nagios monitoring integration

1474.7k1](/packages/cytopia-mysqldump-secure)[pmatseykanets/artisan-io

Artisan data import command for Laravel

172.0k](/packages/pmatseykanets-artisan-io)

PHPackages © 2026

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