2lenet / hermes-bundle
Email sender library
Installs: 5 383
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.0
- ext-imap: *
- 2lenet/crudit-bundle: ^1.5.11
- doctrine/collections: ^1.0 || ^2.0
- doctrine/common: ^2.13 || ^3.0
- doctrine/event-manager: ^1.0 || ^2.0
- doctrine/persistence: ^2.0 || ^3.0
- friendsofsymfony/ckeditor-bundle: ^2.5
- symfony/dependency-injection: ^6.0 || ^7.0
- symfony/framework-bundle: ^6.0 || ^7.0
- symfony/lock: ^6.0 || ^7.0
- symfony/mailer: ^6.0 || ^7.0
- symfony/orm-pack: *
- symfony/twig-bundle: ^6.0 || ^7.0
- symfony/validator: ^6.0 || ^7.0
- symfony/yaml: ^6.0 || ^7.0
- twig/twig: ^3.4
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-mockery: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.1
- phpstan/phpstan-symfony: ^1.2
- phpunit/phpunit: ^10.3
- squizlabs/php_codesniffer: ^3.6
- dev-main
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-feature/fix-unsubscribe-link-generation
- dev-feature/fix-link-duplication
- dev-custom_dsn
- dev-feature/unsubscribedemail-screen
- dev-bugfix/error-sort
- dev-bugfix/phpcs
- dev-fix_unsubscribe_link
- dev-multitenantManual
- dev-feature/api-list-templates
- dev-fix/composer-dependencies
- dev-fix/use-fos-ckeditor
- dev-improvement/sf7-compatibility
- dev-improvement/attachments
- dev-improvement/routes-doc
- dev-sortable
- dev-improvement/roles
- dev-update_docs_installation_no_flex
- dev-improvement/add-translations
- dev-custom_bounce_email
- dev-improvement/tests-architecture
- dev-feature/doc
- dev-bugfix/mail-tracking-update-mail
- dev-ckeditor-on-personalized-template
- dev-bugfix/mail-tracker-not-working
- dev-fix/set-tenant
- dev-bugfix/default-value-template
- dev-improvement/multitenant-in-datasource
- dev-improvement/remove-custom-actions-personalized-templates
- dev-improvement/wrong-to-email
- dev-feature/dont-send-errors
- dev-feature/mails-error-screen
- dev-feature/get-mails-error
- dev-addCkeditorToTemplateType
- dev-multiTenant
- dev-improvement/name-send-method
- dev-bugfix/service-arguments
- dev-bugfix/compatibility
- dev-feature/add-unit-tests
- dev-bugfix/symfony-insight
- dev-feature/remove-mjml
- dev-improvement/php8-sf6
- dev-bugfix/phpcs-issues
- dev-bugfix/missing-symfony-process
- dev-improvement/fix-phpstan
- dev-improvement/fix-tests
- dev-improvement/choicefilter-recipient-status
- dev-bugfix/fix-nb-recipient
- dev-mailCrudConfig_getfields
- dev-improvement/add-built-assets
- dev-change_route_mailcrudconfig
- dev-improvement/better-progress-bar
- dev-improvement/mail-status-error
- dev-improvement/better-dashboard-cards
- dev-errorMail
- dev-modifyMailScreen
- dev-feature/btn-send-mail
- dev-improvement/workflow
- dev-statusError
- dev-addStringAttachment
- dev-htmlEscape
- dev-updateComposerForSf6
- dev-fixHtmlEscaper
- dev-fixform
- dev-improvement/save-one-base64-by-mail
- dev-improvement/delete-mails-and-attachements
- dev-feature/upload-path-configuration
- dev-feature/menu-configuration
- dev-feature/template-duplication
- dev-bugfix/prevent-import-to-submit
- dev-bugfix/special-characters-in-subject
- dev-improvement/sort-recipients
- dev-improvement/conditionnal-mail-displaying
- dev-feature/stats-for-links
- dev-feature/unsubscribtions
- dev-optionSendOnlyText
- dev-suppressionTitre
- dev-doc/app-domain-configuration
- dev-feature/add-recipients-sublist
- dev-additionalInformations
- dev-fix_phpunit_deprecation
- dev-addCcToEmail
- dev-remove_edit_mail
- dev-improvment/doc-add-locale
- dev-symfony6-compatibility
- dev-feature/combatibility-symfony6
- dev-improvement/margins
- dev-finalisation
- dev-mjmltype
- dev-client-hermes-back-compatibility
- dev-translations
- dev-init
This package is auto-updated.
Last update: 2024-10-28 10:57:29 UTC
README
Simple mail manager for Crudit Bundle. You can use this bundle to create and send mails using templates. It depends on Symfony Mailer.
Installation
Execute the following composer command to add the bundle to the dependencies of your project:
composer require 2lenet/hermes-bundle
Afterwards, visit the documentation 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.