ride / app-mailer-orm
ORM implementation of the mailer library for a Ride application.
1.1.0
2024-04-18 12:57 UTC
Requires
- ride/app: ^1.0.0
- ride/app-mailer: ^1.0.0
- ride/lib-mailer: ^1.0.0
- ride/lib-orm: ^1.2.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-18 18:09:49 UTC
README
ORM implementation of the mailer library in a Ride application.
This module implements a mail template provider through the ORM. A model is setup for mail templates and bridged through the OrmMailTemplateProvider class.
Related Modules
Installation
You can use Composer to install this application.
composer require ride/app-mailer-orm