2017 © Pedro Peláez
 

symfony-bundle csv-bundle

Integration of League CSV into Symfony

image

egyg33k/csv-bundle

Integration of League CSV into Symfony

  • Friday, February 5, 2016
  • by EGYG33K
  • Repository
  • 1 Watchers
  • 7 Stars
  • 2,027 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 26 % Grown

The README.md

csv-bundle

![Software License][ico-license] Build Status Total Downloads Latest Stable Version, (*1)

This bundle is integration for League/Csv in Symfony, (*2)

System Requirements

You need PHP >= 5.5.0 and the mbstring extension to use Csv but the latest stable version of PHP/HHVM is recommended., (*3)

Install

Via Composer, (*4)

``` bash $ composer require egyg33k/csv-bundle, (*5)


## Usage ``` php # Reader $reader = $this->container->get('egyg33k.csv.reader'); $csv = $reader::createFromPath('/home/egyg33k/Desktop/org.csv'); var_dump($csv->fetchOne()); #Writer $writer = $this->container->get('egyg33k.csv.writer'); $csv = $writer::createFromFileObject(new \SplTempFileObject()); $csv->insertOne(['firstname', 'lastname', 'email']); $csv->output('users.csv');

Documentation

http://csv.thephpleague.com/, (*6)

Testing

bash $ phpunit, (*7)

Security

If you discover any security related issues, please email me@amrsamy.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

05/02 2016

1.0.1

1.0.1.0 https://github.com/EGYG33K/CsvBundle

Integration of League CSV into Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amr Samy

csv

01/02 2016

dev-master

9999999-dev https://github.com/EGYG33K/CsvBundle

Integration of League CSV into Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amr Samy

csv

01/02 2016

1.0.0

1.0.0.0 https://github.com/EGYG33K/CsvBundle

Integration of League CSV into Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

by Amr Samy

csv