PHPackages                             optimus/pdf-bot - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. optimus/pdf-bot

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

optimus/pdf-bot
===============

0.5.5(1y ago)518.4k↓40.9%1MITPHPCI failing

Since Aug 13Pushed 1y ago1 watchersCompare

[ Source](https://github.com/esbenp/pdf-bot-laravel)[ Packagist](https://packagist.org/packages/optimus/pdf-bot)[ RSS](/packages/optimus-pdf-bot/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (6)Versions (12)Used By (0)

🤖 pdf-bot-laravel
=================

[](#-pdf-bot-laravel)

Laravel integration for [pdf-bot, a Node microservice for generating PDFs using headless Chrome](https://github.com/esbenp/pdf-bot).

Installation
------------

[](#installation)

```
composer require optimus/pdf-bot 0.1.*
```

Add the service provider to `config/app.php`

```
// ... other service providers
Optimus\PdfBot\PdfBotServiceProvider::class,
```

Publish the config file.

```
php artisan vendor:publish provider="Optimus\PdfBot\PdfBotServiceProvider"
```

You also need to create a controller for receiving webhooks.

```
