PHPackages                             itreza7/mailing - 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. itreza7/mailing

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

itreza7/mailing
===============

Perfect Laravel email tools for development projects

1.0.2(4y ago)012GPL-3.0-or-laterCSSPHP ^7.3|^8.0

Since Dec 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/itreza7/mailing)[ Packagist](https://packagist.org/packages/itreza7/mailing)[ RSS](/packages/itreza7-mailing/feed)WikiDiscussions main Synced today

READMEChangelog (3)DependenciesVersions (4)Used By (0)

[![](https://camo.githubusercontent.com/ad5590cad66c4d49bbfb50bad881ed8538c41c786c6bff2293e79860bf779c41/68747470733a2f2f646c2e6c6172617465616d2e6e65742f456d61696c5061636b616765456e2e6a7067)](https://camo.githubusercontent.com/ad5590cad66c4d49bbfb50bad881ed8538c41c786c6bff2293e79860bf779c41/68747470733a2f2f646c2e6c6172617465616d2e6e65742f456d61696c5061636b616765456e2e6a7067)[![](https://camo.githubusercontent.com/08e79d3432fd7dc00a8b2b9fa5fdce5e0a4b4ab09b26a2a790c2423a520f8018/68747470733a2f2f646c2e6c6172617465616d2e6e65742f456d61696c5061636b61676546612e6a7067)](https://camo.githubusercontent.com/08e79d3432fd7dc00a8b2b9fa5fdce5e0a4b4ab09b26a2a790c2423a520f8018/68747470733a2f2f646c2e6c6172617465616d2e6e65742f456d61696c5061636b61676546612e6a7067)

Larateam Mailing Assistant for laravel
--------------------------------------

[](#larateam-mailing-assistant-for-laravel)

### How to install

[](#how-to-install)

- Run this command for adding to composer

```
composer require itreza7/mailing
```

- Run this command for modify default language files

```
php artisan vendor:publish --provider="Larateam\Mailing\Providers\AppServiceProvider"
```

### Facade Methods

[](#facade-methods)

If you want this email to be transferred to the queue and sent using the cronjob, run this method

```
make_queue()
```

This command adds a bold line to the beginning of the email, you can use it to greet and ....

```
greeting($greeting)
```

Use this command to add a line of text or HTML code to an email.

```
line($line)
```

Use this command if you want to put a button in your email.

```
action($text, $url, $color = 'primary', $add_to_footer = true)
```

Add this command to change the template. Template number 1 is set by default.

```
template($template)
```

You can use this command to render the email, this returns an object of following class

```
\Larateam\Mailing\Mails\LTMailable extends \Illuminate\Mail\Mailable
```

```
render()
```

Of course, a method for sending emails have also been added to the mentioned class.

```
confirm()
```

### Example

[](#example)

```
(new LTMail())->greeting('Reza')
    ->line('Hi')
    ->action('Google', 'https://google.com', 'red')
    ->line('Hi')
    ->render()
    ->to('itreza7@gmail.com')
    ->subject('Hi Reza')
    ->confirm();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~3 days

Total

3

Last Release

1603d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ef55d6401df67d17efe7a8a368eae977005f33e6dd15c1ee5781c036fc725318?d=identicon)[itreza7](/maintainers/itreza7)

---

Top Contributors

[![itreza7](https://avatars.githubusercontent.com/u/22825932?v=4)](https://github.com/itreza7 "itreza7 (31 commits)")

---

Tags

csshtmllaravellaravel-frameworkmailmailingphpphp7php8

### Embed Badge

![Health badge](/badges/itreza7-mailing/health.svg)

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

###  Alternatives

[tijsverkoyen/css-to-inline-styles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.

5.8k505.3M228](/packages/tijsverkoyen-css-to-inline-styles)[minishlink/web-push

Web Push library for PHP

1.9k12.0M52](/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)

PHPackages © 2026

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