Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Jsanwo64's avatar

Need Recommendation

Currently working on a fintech app. When users make transfer, i want them to have the option to generate a transaction receipt. I was looking for recommendation on which package to use that is easy to customize.

0 likes
2 replies
Braunson's avatar
Level 18

Are you looking for an actual receipt (PDF or otherwise) or just a transaction record?

If PDF, you'll want to design something in HTML/Blade and then use a package like spatie/laravel-pdf to generate the PDF and send/store it wherever

However if you want to more so track the transfer path, etc. Look into Event Sourcing (spatie/laravel-event-sourcing)

1 like
Jsanwo64's avatar

@Braunson I was aiming for PDF. I just checked out that package you recommended spatie/laravel-pdf. Aligns well with the logic i was planing to implement.

1 like

Please or to participate in this conversation.