On GitHub, barryvdh/laravel-dompdf has picked up 7.3k stars, Backend, PHP. A DOMPDF Wrapper for Laravel
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
If you need the output as a string, you can get the rendered PDF with the output() function, so you can save/output it yourself.
Use php artisan vendor:publish to create a config file located at config/dompdf.php which will allow you to define local configurations to change some settings (default paper etc).
You can also use your ConfigProvider to set certain keys.
Configuration
The defaults configuration settings are set in config/dompdf.php. Copy this file to your own config directory to modify the values. You can publish the config using this command:
Important: PDF/A requires all fonts to be embedded. Core PDF fonts (Helvetica, Courier, Times) are not embedded and will cause validation failures. Use fonts like DejaVu Sans or DejaVu Serif instead.
Zugferd / Factur-X (embedded XML invoices)
For PDF/A-3b with embedded XML attachments (e.g. Zugferd/Factur-X electronic invoicing), you can use addEmbeddedFile() and setAdditionalXmpRdf():
How active is development on barryvdh/laravel-dompdf?
The most recent commit recorded on barryvdh/laravel-dompdf was 1 month ago, based on the GitHub push timestamp. The repository has 976 forks — one of the better signals of community interest.
How many stars does barryvdh/laravel-dompdf have?
barryvdh/laravel-dompdf has 7.3k GitHub stars — refresh the page for the live number, or check github.com/barryvdh/laravel-dompdf. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What else is in the Backend space?
barryvdh/laravel-dompdf is tracked by TopGit under the Backend category, alongside 3 GitHub-tagged topics. Trending and Topics pages list peer repositories of comparable stars and language.
What language is barryvdh/laravel-dompdf written in?
barryvdh/laravel-dompdf is written primarily in PHP. GitHub's language field is based on the largest share of bytes in the default branch.
What topics is barryvdh/laravel-dompdf associated with?
GitHub's repository topics for barryvdh/laravel-dompdf: "hacktoberfest", "laravel", "pdf". TopGit's editorial category is Backend.
Where do I read more about barryvdh/laravel-dompdf?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/barryvdh/laravel-dompdf is the definitive source.
Why is barryvdh/laravel-dompdf categorized under Backend?
TopGit places barryvdh/laravel-dompdf in the Backend category based on its GitHub topics and description (tagged: "hacktoberfest", "laravel", "pdf"). Categories are assigned from real repository metadata, not editorial guesswork.
Read full README in the tab above.
Still deciding about laravel-dompdf?
One click hands the question to an AI along with this page — see what it says about laravel-dompdf.