DEV Community

Cover image for Dokufy: Generate PDFs your way — Gotenberg, LibreOffice, or native PHP.
Nasrul Hazim Bin Mohamad
Nasrul Hazim Bin Mohamad

Posted on

Dokufy: Generate PDFs your way — Gotenberg, LibreOffice, or native PHP.

I'm excited to share my latest Laravel package - a driver-based document generation and PDF conversion tool.

The problem it solves: You shouldn't have to rewrite your document generation code just because you switched from local development to production, or moved from shared hosting to Kubernetes.

Key features:

  • Unified API across 5 drivers (Gotenberg, LibreOffice, Chromium, PhpWord)
  • DOCX & HTML template support with placeholder processing
  • First-class testing support with FakeDriver
  • Integrates with cleaniquecoders/placeholdify
composer require cleaniquecoders/dokufy
Enter fullscreen mode Exit fullscreen mode

More details documentation can be found here.

Feedback and contributions welcome!

Top comments (0)