Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maks3w/email-attachments
Facade for retrieve email attachments with Zend\\Mail
https://github.com/maks3w/email-attachments
Last synced: 3 days ago
JSON representation
Facade for retrieve email attachments with Zend\\Mail
- Host: GitHub
- URL: https://github.com/maks3w/email-attachments
- Owner: Maks3w
- License: other
- Created: 2015-09-08T14:01:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T16:28:28.000Z (over 7 years ago)
- Last Synced: 2024-12-05T19:17:20.957Z (21 days ago)
- Language: PHP
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Email Attachments
[![Build Status](https://travis-ci.org/Maks3w/email-attachments.svg?branch=master)](https://travis-ci.org/Maks3w/email-attachments)
[![Coverage Status](https://coveralls.io/repos/Maks3w/email-attachments/badge.svg?branch=master)](https://coveralls.io/r/Maks3w/email-attachments?branch=master)Facade for retrieve email attachments with [Zend\Mail](https://github.com/zendframework/zend-mail).
## Installation
Use [Composer](https://getcomposer.org) to install this library:
```bash
composer require maks3w/email-attachments
```## License
Code licensed under BSD 2 clauses terms & conditions.
See [LICENSE.txt](LICENSE.txt) for more information.