2017 © Pedro PelĂĄez
 

library convenia-recitable

Reader of txt files

image

convenia/convenia-recitable

Reader of txt files

  • Thursday, March 15, 2018
  • by AmadeusDelfino
  • Repository
  • 5 Watchers
  • 0 Stars
  • 22 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

logo, (*1)

Biblioteca para gerar arquivos de texto aceitos no software de folha DomĂ­nio, (*2)

Requisitos

  • PHP >= 7.0

Instale usando o composer Composer

composer require convenia/convenia-recitable

Exemplos de Uso

use Convenia\PayrollFileReader\Fields\Formats\FieldC;
use Convenia\PayrollFileReader\Patterns\PatternBase;

class DependentRegistry extends PatternBase
{
    protected $length = 21;

    /**
     * @var array
     */
    protected $defaultFields = [
        'fixed' => [
            'format'       => FieldC::class,
            'position'     => 1,
            'length'       => 2,
        ],
        'dependentCode' => [
            'format'       => FieldC::class,
            'position'     => 3,
            'length'       => 10,
        ],
        'value' => [
            'format'       => FieldC::class,
            'position'     => 13,
            'length'       => 9,
        ],
    ];
}

// ConversĂŁo para string
foreach ($this->events as $event) {
    $file .= $event.PHP_EOL;
}

InformaçÔes adicionais

O package possuĂ­ 6 tipos de eventos, cada um deles com seu modelo. Para saber mais sobre os modelos e formatos que os modelos aceitam acesse: https://trello-attachments.s3.amazonaws.com/5a314d872eaae5d835af3fc8/5a9944db91e008b4978e1f4f/78b948790299a1f40a44467642806a44/Layout_Importacao_de_Lancamentos_Dominio.pdf, (*3)

// Para visualizar todos os eventos disponĂ­veis acesse: https://github.com/convenia/dominio-payroll-export/blob/master/src/PayrollExport.php, (*4)

The Versions

15/03 2018

dev-master

9999999-dev

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt

15/03 2018

1.5.1

1.5.1.0

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt

12/03 2018

1.5.0

1.5.0.0

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt

08/03 2018

1.4

1.4.0.0

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt

07/03 2018

1.3

1.3.0.0

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt

07/03 2018

1.1

1.1.0.0

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt

07/03 2018

1.0

1.0.0.0

Reader of txt files

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar convenia
by Amadeus Delfino

php reader txt