Download the PHP package carlonicora/minimalism-service-mailer without Composer
On this page you can find all versions of the php package carlonicora/minimalism-service-mailer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download carlonicora/minimalism-service-mailer
More information about carlonicora/minimalism-service-mailer
Files in carlonicora/minimalism-service-mailer
Package minimalism-service-mailer
Short Description Mailer service for minimalism
License MIT
Homepage https://carlonicora.com
Informations about the package minimalism-service-mailer
minimalism-service-mailer
minimalism-service-mailer is a service for minimalism to send emails. It currently supports either mandrillapp or sendgrid.
Getting Started
To use this library, you need to have an application using minimalism. This library does not work outside this scope.
Prerequisite
You should have read the minimalism documentation and understand the concepts of services in the framework.
Installing
Require this package, with Composer, in the root directory of your project.
or simply add the requirement in composer.json
Deployment
One important difference between other minimalism sevices and minimalism-service-mailer is that the latter does not
return a mailer class from the ServicesFactory, but a mailerServiceInterface
. The service automatically returns the
correct class depending on the required configuration (mandrillapp or sendgrid).
This service requires you to set up two parameters in your .env
file in order to send email.
Required parameters
Optional parameters
Build With
- minimalism - minimal modular PHP MVC framework
- phpmailer/phpmailer
- sendgrid/sendgrid
Versioning
This project use Semantiv Versioning for its tags.
Authors
License
This project is licensed under the MIT license - see the LICENSE.md file for details
All versions of minimalism-service-mailer with dependencies
carlonicora/minimalism Version ~13.0
phpmailer/phpmailer Version ~6.2
sendgrid/sendgrid Version ~7.9
twig/twig Version ~3.1