Download the PHP package frontier-sh/sinkhole-laravel without Composer
On this page you can find all versions of the php package frontier-sh/sinkhole-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frontier-sh/sinkhole-laravel
More information about frontier-sh/sinkhole-laravel
Files in frontier-sh/sinkhole-laravel
Download frontier-sh/sinkhole-laravel
More information about frontier-sh/sinkhole-laravel
Files in frontier-sh/sinkhole-laravel
Vendor frontier-sh
Package sinkhole-laravel
Short Description Laravel mail transport for Sinkhole — a Cloudflare Worker email trap
License MIT
Homepage https://github.com/frontier-sh/sinkhole-laravel
Package sinkhole-laravel
Short Description Laravel mail transport for Sinkhole — a Cloudflare Worker email trap
License MIT
Homepage https://github.com/frontier-sh/sinkhole-laravel
Please rate this library. Is it a good library?
Informations about the package sinkhole-laravel
Sinkhole for Laravel
A Laravel mail transport that sends all outgoing email to a Sinkhole instance — a Cloudflare Worker email trap with a web UI.
Use it in staging or local development to capture emails without delivering them to real inboxes.
Requirements
- PHP 8.1+
- Laravel 10, 11, or 12
Installation
The service provider is auto-registered via Laravel's package discovery.
Configuration
Add the transport to config/mail.php:
Set your environment variables:
| Variable | Description |
|---|---|
SINKHOLE_ENDPOINT |
The URL of your Sinkhole Worker |
SINKHOLE_API_KEY |
An API key created from the Sinkhole web UI |
SINKHOLE_CHANNEL |
Optional label to group emails (defaults to default) |
What gets captured
- To, From, Subject
- HTML and plain text bodies
- All email headers
- Attachments (base64-encoded, stored in R2)
- Custom headers like
X-TagandX-Metadata-*are displayed in the Sinkhole UI
License
MIT
All versions of sinkhole-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/mail Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/mail Version ^10.0|^11.0|^12.0
illuminate/support Version ^10.0|^11.0|^12.0
The package frontier-sh/sinkhole-laravel contains the following files
Loading the files please wait ...