PHPackages                             boostech/email - 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. boostech/email

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

boostech/email
==============

Pacote responsável por gerenciar métodos relacionados a e-mail

093PHP

Since Aug 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jboostech/email)[ Packagist](https://packagist.org/packages/boostech/email)[ RSS](/packages/boostech-email/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Boostech Email
==============

[](#boostech-email)

Este pacote tem o objetivo de abstrair métodos que permitam ao desenvolvedor manipular a leitura de e-mails

🚀 Começando
-----------

[](#-começando)

Os passos a seguir descreverão a instalação do pacote e a sua utilização

### 📋 Pré-requisitos

[](#-pré-requisitos)

Este pacote foi desenvolvido com as seguintes tecnologias:

- PHP 7.4
- Laravel Framework 5.8.38
- Postgresql 12
- Composer version 2.2.6

### 🔧 Instalação

[](#-instalação)

1. Acesse a pasta do projeto na qual você deseja instalar o pacote (lembre-se dos pré-requisitos)
2. Execute o comando: `composer require boostech/email`
3. Execute o comando: `sudo apt install php7.4-imap`
4. Execute o comando: `sudo service apache2 restart`
5. Será criada a pasta vendor/boostech/email
6. Edite o arquivo /&lt;nome\_projeto&gt;/config/app.php e adicione a linha Boostech\\Email\\Providers\\EmailServiceProvider::class dentro da tag providers

```
'providers' => [
    ...
    ...
    ...
    App\Providers\EventServiceProvider::class,
    App\Providers\RouteServiceProvider::class,
    Boostech\Email\Providers\EmailServiceProvider::class,
],

```

7. Ao colocar em produção execute o comando: `composer update` no servidor

📦 Desenvolvimento
-----------------

[](#-desenvolvimento)

Para utilizar o pacote, siga o seguinte exemplo:

1. Crie no seu projeto um Controller chamado TesteController
2. Adicione um método a este controller

```
{
    $hmail = new HmailClass('', '', 'SSL', '', '', true, '');
    $retorno = $hmail->ler("INBOX", "", "");

    echo $retorno["mensagem"] . "";

    if ($retorno["emails"] == true) {
        foreach ($retorno["emails"] as $email) {
            foreach ($email->attachments as $attachments) {
                print_r($attachments);
            }
        }
    }
}

```

IMPORTANTE:

- Não se esqueça de ler a documentação da classe e do método, quais os parâmetros, o que ele retorna e etc.

📌 Versão
--------

[](#-versão)

Versão 1.0.0

✒️ Autores
----------

[](#️-autores)

- **João Romeiro** - ()

📄 Licença
---------

[](#-licença)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 Bus Factor1

Top contributor holds 82.4% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a8f383e785abec790770abc60db9fd708a059fe274de679443abd6159581bcc2?d=identicon)[j.romeiro](/maintainers/j.romeiro)

---

Top Contributors

[![jboostech](https://avatars.githubusercontent.com/u/110684267?v=4)](https://github.com/jboostech "jboostech (14 commits)")[![JoaoRomeiro](https://avatars.githubusercontent.com/u/20372908?v=4)](https://github.com/JoaoRomeiro "JoaoRomeiro (3 commits)")

### Embed Badge

![Health badge](/badges/boostech-email/health.svg)

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

###  Alternatives

[minishlink/web-push

Web Push library for PHP

1.9k12.0M53](/packages/minishlink-web-push)[laravel-notification-channels/twilio

Provides Twilio notification channel for Laravel

2587.7M12](/packages/laravel-notification-channels-twilio)[spatie/url-signer

Generate a url with an expiration date and signature to prevent unauthorized access

4422.3M16](/packages/spatie-url-signer)[mattketmo/email-checker

Throwaway email detection library

2742.0M5](/packages/mattketmo-email-checker)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[eduardokum/laravel-mail-auto-embed

Library for embed images in emails automatically

1702.0M5](/packages/eduardokum-laravel-mail-auto-embed)

PHPackages © 2026

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