https://github.com/monteiro/emailapibundle
https://github.com/monteiro/emailapibundle
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/monteiro/emailapibundle
- Owner: monteiro
- License: mit
- Created: 2015-05-17T14:24:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T15:29:26.000Z (about 11 years ago)
- Last Synced: 2025-04-02T21:05:59.091Z (about 1 year ago)
- Language: PHP
- Size: 328 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/Authentication/ApiAuthenticationInterface.php
Awesome Lists containing this project
README
[](https://travis-ci.org/monteiro/EmailApiBundle) [](https://insight.sensiolabs.com/projects/3799d2c2-94c6-4128-b211-7dad2073b5c5)
# EmailApiBundle
This is a Symfony 2 Framework Bundle. The objective of this bundle is to provide an agnostic way to comunicate with several different email APIs. This means that the comunication logic is unified and in each API case the specifics are worked over to achieve the same goals.
With this, a tool is provided to comunicate with, for example, the Google Email API (Gmail) and the Microsoft Email API (Outlook) without the need to distinguish between the two. All you need to focus on is your objectives.
# Development
Development is starting with the Google Email API (Gmail) and as it progresses so will this section.
# Contributions
Right now the project is still very raw and incomplete. When there is a more defined path and a more solid foundation, we will update this with some guidelines.
# Contributors
[@monteiro](https://monteiro.github.com), [@xipasduarte](https://xipasduarte.github.com)