Last active
August 29, 2015 14:16
-
-
Save Leko/526ccbd699d72ddca50c to your computer and use it in GitHub Desktop.
結局PHPでCSVを扱う時は何を使えばいいのさ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /vendor/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require_once __DIR__.'/vendor/autoload.php'; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "leko/526ccbd699d72ddca50c", | |
| "description": "PHP CSV parse/dumper comparison", | |
| "license": "MIT", | |
| "authors": [ | |
| { | |
| "name": "Leko", | |
| "email": "leko.noor@gmail.com" | |
| } | |
| ], | |
| "require": { | |
| "league/csv": "7.0.0", | |
| "parsecsv/php-parsecsv": "0.4.5", | |
| "keboola/csv": "1.1.3", | |
| "goodby/csv": "1.2.0", | |
| "jwage/easy-csv": "1.0.x-dev", | |
| "johnnyfreeman/coseva": "dev-master" | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_readme": [ | |
| "This file locks the dependencies of your project to a known state", | |
| "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
| "This file is @generated automatically" | |
| ], | |
| "hash": "71d9e384fa7de52496c283ca4ae1e297", | |
| "packages": [ | |
| { | |
| "name": "goodby/csv", | |
| "version": "1.2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/goodby/csv.git", | |
| "reference": "66c376b3bd51bc90fd680bfdf3708c9a22b9d081" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/goodby/csv/zipball/66c376b3bd51bc90fd680bfdf3708c9a22b9d081", | |
| "reference": "66c376b3bd51bc90fd680bfdf3708c9a22b9d081", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-mbstring": "*", | |
| "php": ">=5.3.2" | |
| }, | |
| "require-dev": { | |
| "mikey179/vfsstream": ">=1.1.0", | |
| "mockery/mockery": ">=0.7.2", | |
| "phpunit/phpunit": "3.7.*", | |
| "suin/php-expose": ">=1.0" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Goodby\\CSV": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "suin", | |
| "email": "suinyeze@gmail.com", | |
| "homepage": "https://www.facebook.com/suinyeze", | |
| "role": "Developer, Renaming Specialist" | |
| }, | |
| { | |
| "name": "reoring", | |
| "email": "mori.reo@gmail.com", | |
| "homepage": "https://www.facebook.com/reoring", | |
| "role": "Developer" | |
| } | |
| ], | |
| "description": "CSV import/export library", | |
| "homepage": "https://github.com/goodby/csv", | |
| "keywords": [ | |
| "csv", | |
| "export", | |
| "import" | |
| ], | |
| "time": "2015-01-14 03:58:50" | |
| }, | |
| { | |
| "name": "johnnyfreeman/coseva", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/johnnyfreeman/coseva.git", | |
| "reference": "44712c2228959d2f04b8f9dd06ba5b1490046ff3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/johnnyfreeman/coseva/zipball/44712c2228959d2f04b8f9dd06ba5b1490046ff3", | |
| "reference": "44712c2228959d2f04b8f9dd06ba5b1490046ff3", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.3" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Coseva": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Johnny Freeman", | |
| "email": "hello@johnnyfreeman.us", | |
| "homepage": "http://johnnyfreeman.us", | |
| "role": "Developer" | |
| }, | |
| { | |
| "name": "Jan-Marten de Boer", | |
| "email": "github@johmanx.com", | |
| "homepage": "https://github.com/johmanx10", | |
| "role": "Developer" | |
| } | |
| ], | |
| "description": "A friendly, object-oriented library for parsing and filtering CSV files with PHP.", | |
| "homepage": "https://github.com/johnnyfreeman/coseva", | |
| "keywords": [ | |
| "csv", | |
| "parse" | |
| ], | |
| "time": "2014-01-21 19:45:48" | |
| }, | |
| { | |
| "name": "jwage/easy-csv", | |
| "version": "dev-master", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/jwage/easy-csv.git", | |
| "reference": "ac26d47999a51f28348976cb416ce14658781dd0" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/jwage/easy-csv/zipball/ac26d47999a51f28348976cb416ce14658781dd0", | |
| "reference": "ac26d47999a51f28348976cb416ce14658781dd0", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=5.4.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-0": { | |
| "EasyCSV": "lib/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Jonathan H. Wage", | |
| "email": "jonwage@gmail.com" | |
| } | |
| ], | |
| "description": "Easy CSV manipulation for PHP 5.4+", | |
| "homepage": "http://github.com/jwage/easy-csv", | |
| "keywords": [ | |
| "csv", | |
| "read", | |
| "write" | |
| ], | |
| "time": "2014-09-05 15:48:34" | |
| }, | |
| { | |
| "name": "keboola/csv", | |
| "version": "1.1.3", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/keboola/php-csv.git", | |
| "reference": "113735ad9f4f7e0ef5545ebfb5fcd62528035841" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/keboola/php-csv/zipball/113735ad9f4f7e0ef5545ebfb5fcd62528035841", | |
| "reference": "113735ad9f4f7e0ef5545ebfb5fcd62528035841", | |
| "shasum": "" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "~3.7" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "psr-0": { | |
| "Keboola\\Csv": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "description": "Keboola CSV reader and writer", | |
| "homepage": "http://keboola.com", | |
| "time": "2014-01-31 14:10:34" | |
| }, | |
| { | |
| "name": "league/csv", | |
| "version": "7.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/thephpleague/csv.git", | |
| "reference": "42169da9f32996b274bc0d125974660ee999c6cf" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/thephpleague/csv/zipball/42169da9f32996b274bc0d125974660ee999c6cf", | |
| "reference": "42169da9f32996b274bc0d125974660ee999c6cf", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-mbstring": "*", | |
| "php": ">=5.4.0" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "~4.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "7.0-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "League\\Csv\\": "src" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Ignace Nyamagana Butera", | |
| "email": "nyamsprod@gmail.com", | |
| "homepage": "https://github.com/nyamsprod/", | |
| "role": "Developer" | |
| } | |
| ], | |
| "description": "Csv data manipulation made easy in PHP", | |
| "keywords": [ | |
| "csv", | |
| "export", | |
| "filter", | |
| "import", | |
| "read", | |
| "write" | |
| ], | |
| "time": "2015-02-19 12:09:05" | |
| }, | |
| { | |
| "name": "parsecsv/php-parsecsv", | |
| "version": "0.4.5", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/parsecsv/parsecsv-for-php.git", | |
| "reference": "0486a4bf3ef80dfa215f38f865ed8685fbb472c7" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/parsecsv/parsecsv-for-php/zipball/0486a4bf3ef80dfa215f38f865ed8685fbb472c7", | |
| "reference": "0486a4bf3ef80dfa215f38f865ed8685fbb472c7", | |
| "shasum": "" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "4.1.*" | |
| }, | |
| "type": "library", | |
| "autoload": { | |
| "classmap": [ | |
| "." | |
| ] | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Jim Myhrberg", | |
| "email": "contact@jimeh.me" | |
| } | |
| ], | |
| "description": "CSV data parser for PHP", | |
| "time": "2014-06-03 00:37:04" | |
| } | |
| ], | |
| "packages-dev": [], | |
| "aliases": [], | |
| "minimum-stability": "stable", | |
| "stability-flags": { | |
| "jwage/easy-csv": 20, | |
| "johnnyfreeman/coseva": 20 | |
| }, | |
| "prefer-stable": false, | |
| "prefer-lowest": false, | |
| "platform": [], | |
| "platform-dev": [] | |
| } |
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
View raw
(Sorry about that, but we can’t show files that are this big right now.)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment