PHPackages                             pkboom/laravel-postmark-webhook - 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. pkboom/laravel-postmark-webhook

ActiveLibrary

pkboom/laravel-postmark-webhook
===============================

01PHPCI failing

Since May 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pkboom/laravel-postmark-webhook)[ Packagist](https://packagist.org/packages/pkboom/laravel-postmark-webhook)[ RSS](/packages/pkboom-laravel-postmark-webhook/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Postmark Webhook
========================

[](#laravel-postmark-webhook)

[![Latest Stable Version](https://camo.githubusercontent.com/4c23aa2482ed3eb368bbc387c0af684231ff790b54ad15bd899e044333d11c5b/68747470733a2f2f706f7365722e707567782e6f72672f706b626f6f6d2f6c61726176656c2d706f73746d61726b2d776562686f6f6b2f762f737461626c65)](https://packagist.org/packages/pkboom/laravel-postmark-webhook)[![Total Downloads](https://camo.githubusercontent.com/ff6b24933f98c1b2ac4afdbea44328f55e2520afa9f462e013bcbc8695c1a05a/68747470733a2f2f706f7365722e707567782e6f72672f706b626f6f6d2f6c61726176656c2d706f73746d61726b2d776562686f6f6b2f646f776e6c6f616473)](https://packagist.org/packages/pkboom/laravel-postmark-webhook)[![Build Status](https://camo.githubusercontent.com/c93b96395ebdd94a4fc337dd328bb1105c7a53a8380bab324a72afdffab11cdf/68747470733a2f2f7472617669732d63692e636f6d2f706b626f6f6d2f6c61726176656c2d706f73746d61726b2d776562686f6f6b2e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/pkboom/laravel-postmark-webhook)

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

[](#installation)

You can install the package via composer:

```
composer require pkboom/laravel-postmark-webhook
```

Run the migration:

```
php artisan migrate
```

Usage
-----

[](#usage)

You can see postmark messages such as bounce and spam with

```
php artisan postmark-message:show
```

[![](/images/demo.png "demo")](/images/demo.png)

You can also use options such as `--bounce` and `--spam`.

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="Pkboom\PostmarkWebhook\PostmarkWebhookServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
