yiisoft/yii2-symfonymailer
Yii2 extension integrating Symfony Mailer for reliable email sending. Configure SMTP/DSN transport, templates via viewPath, and file transport for dev. Supports PHP 8.1+ and installs via Composer for seamless Yii 2.0 mail delivery.
This package uses composer-require-checker to check if all
dependencies are correctly defined in composer.json.
To run the checker, execute the following command:
composer run check-dependencies
The code is checked with Easy Coding Standard and PHP CS Fixer. To run it:
composer run ecs
Mutation testing is checked with Infection. To run it:
composer run mutation
The code is statically analyzed with Psalm. To run static analysis:
composer run psalm
The code is tested with PHPUnit. To run tests:
composer run test
How can I help you explore Laravel packages today?