How to generate Banco do Brasil tickets with PHP registration? [closed]

4

I have a health plan management system that, among other things, has a sales module where new customers are registered and the system generates 12 tickets for the one-year contract. These tickets are generated using a class called OpenBoleto. The problem is that this class only generates tickets without registration and with the end of this type of ticket arriving, my client asked to change the way the sales are made, and now he has a strip of our number that the bank made available to him generate the tickets with registration. The company will send those tickets to its customers monthly. But I do not know how to generate ticket with registration.

I have not found any classes in PHP or anything like that. Does anyone have a class that manages tickets with registration? It can be generated in pdf or right on the page. The bank is Banco do Brasil.

    
asked by anonymous 12.07.2017 / 16:27

0 answers