2017 © Pedro PelĂĄez
 

library php-text-object

Converte arquivos de texto para objeto

image

paliari/php-text-object

Converte arquivos de texto para objeto

  • Monday, November 17, 2014
  • by paliari
  • Repository
  • 1 Watchers
  • 1 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 22 Versions
  • 0 % Grown

The README.md

Converte arquivos de texto delimitado

Faz o parse do arquivo jĂĄ tratando os dados, validando e convertendo para types PHP., (*1)

Muito fĂĄcil de usar, com apenas algumas linha de cĂłdigo consegue extrair dados do arquivos., (*2)

**Exemplo de uso: **, (*3)


$file_name = 'file.txt'; $result = FileFacade::create() ->addColumn('', 'id', 0, 2, Types::INT, true) ->addColumn('', 'c1', 2, 3, Types::DOUBLE) ->addColumn('', 'c2', 5, 10, Types::NUMBER_STRING) ->addColumn('', 'c3', 15, 5, Types::STRING) ->addColumn('', 'c4', 20, 10, Types::EMAIL) ->addColumn('', 'c5', 30, 19, Types::DATE_TIME, ['format' => 'Y-m-d H:i:s', 'required' => true]) ->exec($file_name) ;

Install Composer:, (*4)


composer require paliari/php-text-object

The Versions

17/11 2014

dev-master

9999999-dev https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

17/11 2014

dev-develop

dev-develop https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

17/11 2014

0.6.3

0.6.3.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

17/09 2014

0.6.2

0.6.2.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

15/09 2014

0.6.1

0.6.1.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

15/09 2014

0.6.0

0.6.0.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

17/04 2014

0.5.3

0.5.3.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

17/03 2014

0.5.2

0.5.2.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

17/03 2014

0.5.1

0.5.1.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.5.0

0.5.0.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.4.2

0.4.2.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.4.1

0.4.1.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.4.0

0.4.0.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.3.5

0.3.5.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.3.4

0.3.4.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.3.3

0.3.3.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.3.2

0.3.2.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.3.1

0.3.1.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

16/03 2014

0.3.0

0.3.0.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

15/03 2014

0.2.0

0.2.0.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

15/03 2014

0.1.1

0.1.1.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime

15/03 2014

0.1.0

0.1.0.0 https://github.com/paliari/php-text-object

Converte arquivos de texto para objeto

  Sources   Download

MIT

php date datetime