2017 © Pedro PelĂĄez
 

library csv_reader_php

Read File CSV

image

tadeuu/csv_reader_php

Read File CSV

  • Monday, May 8, 2017
  • by tadeuu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CSV Reader File PHP

Class para ler arquivos CSV pelo PHP, (*1)

Como Usar

  • Composer.json
composer require tadeuu/csv_reader_php
  • Namespace
use ThadeuEsteves\Csv;
  • Lendo arquivo
$file = "file.csv";
$arr = Csv::read($file);
  • Imprimindo
print_r($arr);
=> return Array()

Melhorias

Agradeço quem quiser ajudar a melhorar o projeto., (*2)

DependĂȘncias

  • PHP: https://php.net/
  • Composer: https://getcomposer.org/download/

License

Copyright (C) 2016, (*3)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*4)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*5)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE, (*6)

The Versions

08/05 2017

dev-master

9999999-dev

Read File CSV

  Sources   Download

The Requires

  • php >=5.3.9

 

The Development Requires

by Thadeu Esteves Jr

28/06 2016

1.0.2

1.0.2.0

Read File CSV

  Sources   Download

The Requires

  • php >=5.3.9

 

The Development Requires

by Thadeu Esteves Jr

28/06 2016

1.0.0

1.0.0.0

Read File CSV

  Sources   Download

The Requires

  • php ^5.3.3 || ^7.0

 

The Development Requires

by Thadeu Esteves Jr