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
More details documentation can be found here.
Feedback and contributions welcome!
Top comments (0)