Download the PHP package marceloeatworld/plunk-laravel without Composer
On this page you can find all versions of the php package marceloeatworld/plunk-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download marceloeatworld/plunk-laravel
More information about marceloeatworld/plunk-laravel
Files in marceloeatworld/plunk-laravel
Download marceloeatworld/plunk-laravel
More information about marceloeatworld/plunk-laravel
Files in marceloeatworld/plunk-laravel
Vendor marceloeatworld
Package plunk-laravel
Short Description Laravel mail transport for Plunk API with event tracking and email verification
License MIT
Package plunk-laravel
Short Description Laravel mail transport for Plunk API with event tracking and email verification
License MIT
Please rate this library. Is it a good library?
Informations about the package plunk-laravel
Laravel Plunk
1 Laravel mail transport for Plunk with event tracking and email verification, compatible with native PHP. Works with both the official Plunk service and self-hosted instances.
Requirements
- PHP 8.2+
- Laravel 10, 11, or 12
Installation
Publish the config file:
Configuration
Add the Plunk mailer to config/mail.php:
Add to your .env:
For self-hosted Plunk:
Usage
Sending Emails (Laravel Mail)
Use Laravel's mail system as usual -- emails are sent through Plunk automatically:
Attachments, CC, BCC, and reply-to are all supported:
Direct API Access (Facade)
Use the Plunk facade for direct API access:
Event Tracking
Track events to trigger automations and segment contacts:
Email Verification
Verify email addresses before sending:
Multiple Recipients with Names
Attachments (Direct API)
Testing
Credits
License
The MIT License (MIT). See LICENSE.md for details.
All versions of plunk-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
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
illuminate/mail Version ^10.0|^11.0|^12.0
The package marceloeatworld/plunk-laravel contains the following files
Loading the files please wait ...