PHPackages                             vis/mail\_templates\_l5 - 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. vis/mail\_templates\_l5

ActiveLibrary

vis/mail\_templates\_l5
=======================

Mail templates for L5

1.0.8(9y ago)09701proprietaryHTML

Since Apr 18Pushed 9y ago1 watchersCompare

[ Source](https://github.com/arturishe21/mail_templates_l5)[ Packagist](https://packagist.org/packages/vis/mail_templates_l5)[ RSS](/packages/vis-mail-templates-l5/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (1)

В composer.json добавляем в блок require

```
 "vis/mail_templates_l5": "1.*"
```

Выполняем

```
composer update
```

Добавляем в app.php в массив providers

```
  Vis\MailTemplates\MailTemplatesServiceProvider::class
```

Выполняем миграцию таблиц

```
   php artisan migrate --path=vendor/vis/mail_templates_l5/src/Migrations
```

Публикуем js и конфиги файлы

```
   php artisan vendor:publish --tag=mail-templates --force
```

В файле config/builder/admin.php в массив menu в настройки добавляем

```
 	   array(
          'title' => 'Почта',
          'icon'  => 'envelope-o',
          'check' => function() {
              return true;
          },
          'submenu' => array(
              array(
                  'title' => "Шаблоны писем",
                  'link'  => '/emails/letter_template',
                  'check' => function() {
                      return true;
                  }
              ),
              array(
                  'title' => "Письма",
                  'link'  => '/emails/mailer',
                  'check' => function() {
                      return true;
                  }
              ),
          )
      ),
```

Использование сверху

```
    use Vis\MailTemplates\MailT;
```

вызов

```
    $mail = new MailT("alias шаблона письма", array(
        "fio" => "Вася",
        "phone" => "097 000 00 00"
    ));
    $mail->to = "email";
    $mail->attach = Input::file('file_name'); //если нужно много файлов переслать, то оформлять как массив : array(Input::file('file_name'), Input::file('file_name'))

    $mail->send();
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~63 days

Total

8

Last Release

3319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

[![arturishe](https://avatars.githubusercontent.com/u/3536387?v=4)](https://github.com/arturishe "arturishe (11 commits)")

### Embed Badge

![Health badge](/badges/vis-mail-templates-l5/health.svg)

```
[![Health](https://phpackages.com/badges/vis-mail-templates-l5/health.svg)](https://phpackages.com/packages/vis-mail-templates-l5)
```

PHPackages © 2026

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