summaryrefslogtreecommitdiff
path: root/inc/mailgun/symfony/event-dispatcher/README.md
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2017-02-28 17:37:57 -0500
committerCarson Fleming <cflems@cflems.net>2017-02-28 17:37:57 -0500
commita8f3669b4ea82f48edbca69742364adf2794e07f (patch)
treeb2668a0a31623a578a16622a5da6b0c924b3c071 /inc/mailgun/symfony/event-dispatcher/README.md
parent3bfe03a6f6136947eb8b9c714306d080ce889af7 (diff)
downloadbulletin-a8f3669b4ea82f48edbca69742364adf2794e07f.tar.gz
Modularized email and hashing
Diffstat (limited to 'inc/mailgun/symfony/event-dispatcher/README.md')
-rw-r--r--inc/mailgun/symfony/event-dispatcher/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/inc/mailgun/symfony/event-dispatcher/README.md b/inc/mailgun/symfony/event-dispatcher/README.md
new file mode 100644
index 0000000..185c3fe
--- /dev/null
+++ b/inc/mailgun/symfony/event-dispatcher/README.md
@@ -0,0 +1,15 @@
+EventDispatcher Component
+=========================
+
+The EventDispatcher component provides tools that allow your application
+components to communicate with each other by dispatching events and listening to
+them.
+
+Resources
+---------
+
+ * [Documentation](https://symfony.com/doc/current/components/event_dispatcher/index.html)
+ * [Contributing](https://symfony.com/doc/current/contributing/index.html)
+ * [Report issues](https://github.com/symfony/symfony/issues) and
+ [send Pull Requests](https://github.com/symfony/symfony/pulls)
+ in the [main Symfony repository](https://github.com/symfony/symfony)