maaz-azeemi / reply-to-verify
A Laravel package that lets users verify their email address simply by replying to a verification email containing a one-time code.
Fund package maintenance!
Requires
- php: ^8.3
- illuminate/contracts: ^11.0|^12.0|^13.0
- illuminate/http: ^11.0|^12.0|^13.0
- illuminate/mail: ^11.0|^12.0|^13.0
- illuminate/routing: ^11.0|^12.0|^13.0
- illuminate/support: ^11.0|^12.0|^13.0
- spatie/laravel-package-tools: ^1.93
Requires (Dev)
- larastan/larastan: ^3.9
- laravel/pint: ^1.27
- nunomaduro/collision: ^8.9
- orchestra/testbench: ^10.9
- pestphp/pest: ^4.4
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.1
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
- dev-main
- v1.0.0
- dev-dependabot/github_actions/dependabot/fetch-metadata-3.1.0
- dev-dependabot/composer/orchestra/testbench-tw-11.1
- dev-dependabot/github_actions/dependabot/fetch-metadata-3.0.0
- dev-dependabot/composer/orchestra/testbench-tw-11.0
- dev-dependabot/github_actions/ramsey/composer-install-4
- dev-copilot/edit-readme-file-again
- dev-copilot/edit-readme-file
This package is auto-updated.
Last update: 2026-04-21 21:08:22 UTC
README
A Laravel package that lets users verify their email address simply by replying to a verification email containing a one-time code.
Installation
You can install the package via composer:
composer require maaz-azeemi/reply-to-verify
You can publish and run the migrations with:
php artisan vendor:publish --tag="reply-to-verify-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="reply-to-verify-config"
This is the contents of the published config file:
return [
];
Optionally, you can publish the views using
php artisan vendor:publish --tag="reply-to-verify-views"
Usage
use MaazAzeemi\ReplyToVerify\ReplyToVerify; $replyToVerify = new ReplyToVerify();
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.