noorshahbaj / email-generator
This is a random Email generator. This is our very first php package!
Fund package maintenance!
noorshahbaj
Requires
- php: ^8.4
- fakerphp/faker: ^1.24
Requires (Dev)
- laravel/pint: ^1.0
- phpunit/phpunit: ^10.3.2
- spatie/ray: ^1.28
This package is auto-updated.
Last update: 2025-06-23 08:39:20 UTC
README
This is my very first php package.
Installation
You can install the package via composer:
composer require noorshahbaj/email-generator
Usage
use Noorshahbaj\EmailGenerator\Email; echo Email::generate(); echo Email::generate('shahbaj.com'); //domain name
Testing
composer test
or you can also try this
./vendor/bin/phpunit
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.