PHPackages                             nredbugs/emails - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. nredbugs/emails

ActivePackage[Mail &amp; Notifications](/categories/mail)

nredbugs/emails
===============

Libreria para la lectura y procesamiento de mensajes de un correo electronico

0.1.01(9y ago)012MITPHP

Since Sep 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/nredbugs/emails)[ Packagist](https://packagist.org/packages/nredbugs/emails)[ RSS](/packages/nredbugs-emails/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Emails Laravel 5
================

[](#emails-laravel-5)

General
-------

[](#general)

### Requerimientos

[](#requerimientos)

Para la instalación base del paquete emails, asegurese de tener instalada la extensión PHP IMAP

Extensiónes obligatorias

```
# apt-get install php5-imap

```

Este paquete extiende de la siguiente librería

```
# "ddeboer/imap": "^0.5.2"

```

Es necesario declarar las siguientes variables de entorno

```
# EMAILS_EMAIL y EMAILS_PASSWORD

```

en el archivo .env

Documentacion
-------------

[](#documentacion)

- [Instalacion](#instalacion)
- [Configuracion](#configuracion)
- [Solución de problemas](#solucion-de-problemas)
- [Instalacion manual](#instalacion-manual)

Instalacion
-----------

[](#instalacion)

Para instalar el paquete, solo tiene que agregar

```
# "nredbugs/emails": "0.1.x-dev"

```

a su composer.json.A continuación, ejecute composer installo composer update. o puede ejecutar el composer requirecomando desde su terminal:

```
# composer require nredbugs/emails

```

Configuracion
-------------

[](#configuracion)

```
$config = array(
	'hostname' => '', /* Obligatorio ejemplo: imap.gmail.com */
	'port' => '' /* Predeterminado 993 */,
	'flags' => '' /* Predeterminado /imap/ssl/validate-cert */,
	'parameters' => array() ,
);

$email  =  array(
	'processing' => '', /* Obligatorio ejemplo: INBOX (Bandeja principal) */
	'move' => '', /* Ejemplo : [Gmail]/Importantes */
	'path' => '', /* Ruta para almacenar los archivos descargador ejemplo: '/archivos' */
	'extensions' => array() /* Extensiones de archivos a recuperar ejemplo: array('doc','xml','xlxs')*/
);

```

Solución de problemas
---------------------

[](#solución-de-problemas)

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Total

2

Last Release

3557d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4884550?v=4)[Hugo Chanocua](/maintainers/nredbugs)[@nredbugs](https://github.com/nredbugs)

---

Top Contributors

[![nredbugs](https://avatars.githubusercontent.com/u/4884550?v=4)](https://github.com/nredbugs "nredbugs (7 commits)")

### Embed Badge

![Health badge](/badges/nredbugs-emails/health.svg)

```
[![Health](https://phpackages.com/badges/nredbugs-emails/health.svg)](https://phpackages.com/packages/nredbugs-emails)
```

###  Alternatives

[mattketmo/email-checker

Throwaway email detection library

2752.1M5](/packages/mattketmo-email-checker)[mediaessenz/mail

Powerful newsletter system for TYPO3

1110.4k3](/packages/mediaessenz-mail)[sarfraznawaz2005/noty

Laravel package to incorporate noty flash notifications into laravel.

324.5k](/packages/sarfraznawaz2005-noty)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
