viserio/mail
The Viserio Mail package.
dev-master / 1.0.x-dev
2019-12-01 19:47 UTC
Requires
- php: ^7.3
- viserio/events-contract: ^1.0@dev
- viserio/mail-contract: ^1.0@dev
- viserio/manager: ^1.0@dev
- viserio/options-resolver: ^1.0@dev
- viserio/support: ^1.0@dev
- viserio/view-contract: ^1.0@dev
- php-di/invoker: ^2.0.0
- swiftmailer/swiftmailer: ^6.0.0
Requires (Dev)
- aws/aws-sdk-php: ^3.0
- guzzlehttp/guzzle: ^6.0
- opis/closure: ^3.0
- narrowspark/coding-standard: ^3.1.0
- phpunit/phpunit: 8.2.*
- slam/phpstan-extensions: ^3.6.1
- voku/stringy: ^5.2.0
- viserio/container: ^1.0@dev
- viserio/events: ^1.0@dev
- viserio/filesystem: ^1.0@dev
- viserio/phpstan-bridge: ^1.0@dev
- viserio/view: ^1.0@dev
- mockery/mockery: ^1.2.4
- narrowspark/testing-helper: ^8.0.2
- nyholm/nsa: ^1.1.0
- psr/log: ^1.1.0
Suggests
- aws/aws-sdk-php: Required to use the SES mail driver (^3.0).
- guzzlehttp/guzzle: Required to use the Mailgun, Mandrill, SparkPost and Postmark mail drivers (^6.0).
- psr/container: Required to use the invoker in mailer (^1.0).
- opis/closure: Required to be able to serialize closures (^3.0).
- psr/log: Required to use the LogTransporter (^1.0.2).
- viserio/container: Required to use service-provider (^1.0@dev).
README
Note: This package is part of the Narrowspark framework.
If you want to build an application using Narrowspark, visit the main source.
Installation
Use Composer to install this package:
composer require viserio/mail
Official Documentation
Documentation for the framework can be found on the Narrowspark website.
Contributing
Issues for this package shall be posted on Narrowspark framework issues.
Thank you for considering contributing to the Narrowspark framework! The contribution guide can be found in the Narrowspark contributing.
License
The Narrowspark framework is open-sourced software licensed under the MIT license.