https://github.com/2lenet/hermesbundle
https://github.com/2lenet/hermesbundle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/2lenet/hermesbundle
- Owner: 2lenet
- License: mit
- Created: 2021-12-03T15:31:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-09T09:49:07.000Z (2 months ago)
- Last Synced: 2026-04-09T11:24:48.011Z (2 months ago)
- Language: PHP
- Size: 9.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HermesBundle
Simple mail manager for [Crudit Bundle](https://github.com/2lenet/CruditBundle).
You can use this bundle to create and send mails using templates.
It depends on [Symfony Mailer](https://github.com/symfony/mailer).

## Installation
Execute the following [composer](https://getcomposer.org/doc/00-intro.md) command to add the bundle to the dependencies of your project:
```bash
composer require 2lenet/hermes-bundle
```
Afterwards, visit the [documentation](docs/index.md) to find out how to set up and configure HermesBundle to your specific needs.
## Licence
HermesBundle is released under the under terms of the [MIT License](https://github.com/2lenet/HermesBundle/blob/main/LICENSE).