8000 GitHub - paseto/boletos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

paseto/boletos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gerador de Boletos PDF

Build Status Latest Stable Version Total Downloads

Gera boletos em PDF padrão CNAB 400.

Bancos Versão
Banco do Brasil Teste
Banrisul Teste
Bradesco Teste
Caixa Teste
Itaú Teste
Sicredi Estável

Setup

$ composer require paseto/boletos

Usage

Verificar exemplos na pasta examples

Impressão em lote

Instance PDF class

$pdf = new \fpdf\FPDF();
...
foreach ($array as $key => $value){
    ...
    $stream = base64_encode($GeradorBoleto->gerar($Boleto)->Output('doc.pdf','S'));
    $GeradorBoleto->gerar($Boleto, $pdf); 
}
 $pdf->Output('doc.pdf', 'I');

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0