Laravel PDF API

I've taken quite a lot from the open source world so i thought it was time to pay it forward. This is my first attempt at releasing a proper project meant for public consumption. I hope you find it useful!

Some of its features are as follows:

  • Generate a PDF from a live URL or raw HTML
  • Save details and path to the PDF in a database
  • Upload documents to a cloud provider (S3, Digital Ocean Spaces)
  • Stream the raw PDF back to the client, great for outputting the PDF in the browser or for passing it onto an email as an attachment.

You can view the project here on GitHub: https://github.com/danord24/laravel-pdf-api

Instructions on how to install and use the project are all contained in the readme. If you've found this project useful i'd really love if you could give it a star on GitHub.


More Posts