bittenbyte / laravel-forwarded-email
Laravel service to manage email forwarded to a url via post
Requires
- php: >=5.6.4
- laravel/framework: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-11-09 20:45:25 UTC
README
[![Latest Version on Packagist][ico-version]][link-packagist] ![Software License][ico-license] [![Build Status][ico-travis]][link-travis] [![Coverage Status][ico-scrutinizer]][link-scrutinizer] [![Quality Score][ico-code-quality]][link-code-quality] [![Total Downloads][ico-downloads]][link-downloads]
Laravel service to manage email forwarded to a url via post.
Install
Via Composer
$ composer require bittenbyte/laravel-forwarded-email
Setup
Add the service provider to your config/app.php
BittenByte\LaravelForwardedEmail\LaravelForwardedEmailServiceProvider::class,
Usage
To-Do
To-do
To-Do
Change log
Please see CHANGELOG for more information what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email support@bittenbyte.io instead of using the issue tracker.
Credits
- [BittenByte][link-author]
- [All Contributors][link-contributors]
License
The MIT License (MIT). Please see License File for more information.