2017 © Pedro Peláez
 

library mycsv

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

image

wolftotem4/mycsv

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

  • Friday, December 15, 2017
  • by wolftotem4
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

MyCsv

This PHP CLI tool helps you to convert the result from MySQL command to CSV format., (*1)

Installation

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

Basic Usage

Command Line:, (*2)

> php mycsv data.txt > data.csv

data.txt, (*3)

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

data.csv:, (*4)

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

The Versions

15/12 2017

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0
  • ext-mbstring *

 

The Development Requires

csv mysql

15/12 2017

v0.9.4

0.9.4.0

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

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0
  • ext-mbstring *

 

The Development Requires

csv mysql

14/12 2017

v0.9.3

0.9.3.0

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

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0
  • ext-mbstring *

 

The Development Requires

csv mysql

14/12 2017

v0.9.2

0.9.2.0

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

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0
  • ext-mbstring *

 

The Development Requires

csv mysql

13/12 2017

v0.9.1

0.9.1.0

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

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

The Development Requires

csv mysql

12/12 2017

v0.9.0

0.9.0.0

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

  Sources   Download

MIT

The Requires

  • php ^5.4 || ^7.0

 

The Development Requires

csv mysql