Skip to content

siebsie23/laravel-mailbox

Repository files navigation

Laravel Mailbox 📬

Latest Version on Packagist Build Status Quality Score Total Downloads

Handle incoming emails in your Laravel application.

Installation

You can install the package via composer:

composer require beyondcode/laravel-mailbox

Usage

$Mailbox = new BeyondCode\Mailbox();
echo $Mailbox->echoPhrase('Hello, BeyondCode!');

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

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

About

Catch incoming emails in your Laravel application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%