Download the PHP package drese/laravel-maileroo without Composer

On this page you can find all versions of the php package drese/laravel-maileroo. 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-maileroo

Laravel Maileroo

A Laravel wrapper package for Maileroo (*affiliate link) that provides seamless integration with Laravel's Mail system and form submissions. This package wraps the Maileroo SDK to make email sending simple and Laravel-friendly.

Features

Requirements

Create a Maileroo Account

If you do not already have one, create a Maileroo Account here (*affiliate link). Once created, you will need to generate an API key and have it handy when setting up your environment variables.

Maileroo offers a generous free tier to get you going.

Installation

Install the package via Composer:

Publish Configuration

Configure Environment

Add the following to your .env file:

Update Mail Configuration

Add Maileroo to the mailers array in config/mail.php:

Usage

Transactional Emails

Use Laravel's standard Mail facade with any Mailable:

Or send via Notifications:

Standard Mailable Example

Mailables work automatically with the Maileroo transport:

Simple Email via Maileroo Facade:

Form Submissions

The package includes a convenient form submission helper that automatically formats form data into an HTML table.

Using the Facade:

Using Dependency Injection:

Direct SDK Access

For advanced use cases, you can access the Maileroo SDK directly.

Advanced Example with Attachments:

Scheduled Emails:

Bulk Emails:

License

The MIT License (MIT). Please see the License File for more information.

Support

This package is provided as-is in the hope that it will benefit the Laravel community. It is offered without warranty and without commitment to ongoing support.


All versions of laravel-maileroo with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2|^8.3|^8.4
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/mail Version ^10.0|^11.0|^12.0
symfony/mailer Version ^6.0|^7.0
maileroo/maileroo-php-sdk Version ^2.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 drese/laravel-maileroo contains the following files

Loading the files please wait ...