Download the PHP package oltrematica/laravel-pulse-mail without Composer

On this page you can find all versions of the php package oltrematica/laravel-pulse-mail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-pulse-mail

GitHub Tests Action Status GitHub PhpStan Action Status Latest Version on Packagist Total Downloads

Laravel Pulse Mail

Track and monitor emails sent from your Laravel application directly in your Laravel Pulse dashboard.

This package provides a custom Pulse widget that displays sent emails with details including recipients, subjects, mailable classes, and send counts. Perfect for monitoring email activity and debugging mail-related issues in production.

Features

Requirements

Installation

Step 1: Install the Package

Install the package via Composer:

Step 2: Publish Configuration Files

Publish the package configuration file:

If you haven't already published the Pulse dashboard view, publish it as well:

Step 3: Configure Pulse Recorder

Add the mail recorder to your config/pulse.php file in the recorders array:

Step 4: Add Widget to Dashboard

Add the mail-sent widget to your Pulse dashboard in resources/views/vendor/pulse/dashboard.blade.php:

You can customize the widget size using the cols and rows attributes. Common configurations:

Configuration

The config/pulse-mail.php file provides several options:

Usage

Once installed and configured, the package will automatically start tracking emails sent through Laravel's Mail facade or Mailable classes. The widget will display:

Filtering

The widget respects Pulse's time-based filtering. Use the Pulse dashboard controls to filter emails by time period (last hour, 24 hours, 7 days, etc.).

Ignoring Specific Emails

To exclude certain emails from tracking, add them to the configuration:

Sample Rate

For high-volume applications, you can track only a percentage of emails:

Viewing Emails in Real-Time

Laravel Pulse uses an ingest system that processes recorded data asynchronously. After sending emails, you need to run the Pulse ingest process to see them in the dashboard:

Option 1: Manual Ingest (Development)

Run this command to process pending data once:

Option 2: Automatic Ingest (Recommended)

Run the Pulse worker in the background to automatically process data:

For development environments, add pulse:work to your concurrent processes. For example, if using concurrently in your composer dev script:

Option 3: Production Setup

In production, configure a supervisor process to keep pulse:work running continuously. See the Laravel Pulse documentation for details.

Code Quality

The project includes automated tests and tools for code quality control.

Rector

Rector is a tool for automating code refactoring and migrations. It can be run using the following command:

PhpStan

PhpStan is a tool for static analysis of PHP code. It can be run using the following command:

Pint

Pint is a tool for formatting PHP code. It can be run using the following command:

Automated Tests

The project includes automated tests and tools for code quality control.

Contributing

Feel free to contribute to this package by submitting issues or pull requests. We welcome any improvements or bug fixes you may have.


All versions of laravel-pulse-mail with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/contracts Version ^10.0|^11.0|^12.0|^13.0
laravel/pulse Version ^1.0
livewire/livewire Version ^3.0|^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package oltrematica/laravel-pulse-mail contains the following files

Loading the files please wait ...