PHPackages                             terabytesoftw/mail-views-user - 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. terabytesoftw/mail-views-user

ActiveYii2-extension[Mail &amp; Notifications](/categories/mail)

terabytesoftw/mail-views-user
=============================

Mail Views User Core

083PHP

Since Jul 29Pushed 6y agoCompare

[ Source](https://github.com/terabytesoftw/mail-views-user)[ Packagist](https://packagist.org/packages/terabytesoftw/mail-views-user)[ RSS](/packages/terabytesoftw-mail-views-user/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

 [ ![](https://camo.githubusercontent.com/e14db5cfc1aafaa1e6231eedfaf4a0d2511ff6a95cb0a234dde17c46430b2f31/68747470733a2f2f6c68332e676f6f676c6575736572636f6e74656e742e636f6d2f443954467731463664645075686544635f74704e707454647654672d464e4e706a4c53424e3134583653632d334a44694f7866453637724568344f5a6679676f6e7831744b656932623244454f48444c6a46365433786c38652d726b4545505a6547714c545763535f76326342526c796f3076635a4c44484735697653444749574373656e626f6c3d7732343030) ](https://github.com/terabytesoftw/mail-views-user)

Mail Views User Core.
=====================

[](#mail-views-user-core)

 [ ![Unstable Version](https://camo.githubusercontent.com/fefec23ec281c64531a2db09122bc8e2c1b7bbe725cea2739aacfb61a35d27ef/68747470733a2f2f706f7365722e707567782e6f72672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f762f756e737461626c65) ](https://packagist.org/packages/terabytesoftw/mail-views-user) [ ![Build Status](https://camo.githubusercontent.com/a947b9394525e81c3fb475d976361530466c3f55f7af81c32a7d2a96681b53c8/68747470733a2f2f7472617669732d63692e6f72672f7465726162797465736f6674772f6d61696c2d76696577732d757365722e7376673f6272616e63683d6d6173746572) ](https://travis-ci.org/terabytesoftw/mail-views-user) [ ![Build Status](https://camo.githubusercontent.com/6d62048e1cb5d317c0cbadef96cd5bcbdb1e45daa425b62bd76c12151ba3d888/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f6261646765732f6275696c642e706e673f623d6d6173746572) ](https://scrutinizer-ci.com/g/terabytesoftw/mail-views-user/) [ ![Build Status](https://camo.githubusercontent.com/604dbf42031085be91d71e55b4c5a2699b03e8b28028c217bf450fa55ff8ff87/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f6261646765732f636f7665726167652e706e673f623d6d6173746572) ](https://scrutinizer-ci.com/g/terabytesoftw/mail-views-user/) [ ![Code Quality](https://camo.githubusercontent.com/95324b74f7c9098b05ced404c0e2014f44b2da280bd101dfcd2cea64c760e0f2/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572) ](https://scrutinizer-ci.com/g/terabytesoftw/mail-views-user/?branch=master) [ ![Code Intelligence Status](https://camo.githubusercontent.com/261f2c6beb9d163eccb8ade02dc294dcc692cfd59425ccf0279cbb83e18f3647/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572) ](https://scrutinizer-ci.com/code-intelligence) [ ![Maintainability](https://camo.githubusercontent.com/ed82de3a82cb2bff0bdbdc6d9c6862f14873f358806a481b3ce876e587ccc367/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39626265363562366664613161626437346332632f6d61696e7461696e6162696c697479) ](https://codeclimate.com/github/terabytesoftw/mail-views-user/maintainability)

### **DIRECTORY STRUCTURE:**

[](#directory-structure)

```
config/             contains application configurations
src/                contains source files
tests/              contains tests codeception for the web application
vendor/             contains dependent 3rd-party packages

```

### **REQUIREMENTS:**

[](#requirements)

- The minimum requirement by this project template that your Web server supports:
    - PHP 7.2 or higher.
    - [Composer Config Plugin](https://github.com/hiqdev/composer-config-plugin).

### **GENERATE MESSAGES TRANSLATION:**

[](#generate-messages-translation)

To generate the Mail Views User Core, you can change the language settings in:

```
config/messages.php - [mail-views-user]:

'languages' => ['en'],

```

 Automatically the generator will create the folder of your language in /messages - \[mail-views-user\], If any translation is needed, you can open an issue to add it.

```
root directory - [mail-views-user]:
./vendor/bin/yii message config/message.php

```

### **RUN TESTS CODECEPTION:**

[](#run-tests-codeception)

```
// download all composer dependencies root project
$ composer update --prefer-dist -vvv

// run all tests with code coverage
$ vendor/bin/codecept run --coverage-xml

```

### **WEB SERVER SUPPORT:**

[](#web-server-support)

- Apache.
- Nginx.
- OpenLiteSpeed.

### **DOCUMENTATION STYLE GUIDE:**

[](#documentation-style-guide)

[Style CI Documentation PSR2.](https://docs.styleci.io/presets#psr2)

### **LICENCE:**

[](#licence)

[![License](https://camo.githubusercontent.com/51cdec570a1a020c347fce80280cf1c37d41472fe7e51b9a84b758773621e200/68747470733a2f2f706f7365722e707567782e6f72672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f6c6963656e7365)](LICENSE.md)[![YiiFramework](https://camo.githubusercontent.com/d6b0929173e28cc627430d2519ca1853466a70f37395877eaf4820cb3e1e1909/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f506f77657265645f62792d5969695f4672616d65776f726b2d677265656e2e7376673f7374796c653d666c6174)](https://www.yiiframework.com/)[![Total Downloads](https://camo.githubusercontent.com/f5602923782ad416df930260603591f176f09b2c145a5becf77a40fb4b4ff4ed/68747470733a2f2f706f7365722e707567782e6f72672f7465726162797465736f6674772f6d61696c2d76696577732d757365722f646f776e6c6f616473)](https://packagist.org/packages/terabytesoftw/mail-views-user)[![Styleci](https://camo.githubusercontent.com/2c0511105e57705f5fc27dc3af186124355703176e54c9815d0c301dc6d5f9b6/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3136353431393134342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/165419144)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/524d2b46690f41fce7188d369488a35e7624e6c5a264d82aacd08548bfd156ab?d=identicon)[terabytesoftw](/maintainers/terabytesoftw)

---

Top Contributors

[![terabytesoftw](https://avatars.githubusercontent.com/u/42547589?v=4)](https://github.com/terabytesoftw "terabytesoftw (6 commits)")

### Embed Badge

![Health badge](/badges/terabytesoftw-mail-views-user/health.svg)

```
[![Health](https://phpackages.com/badges/terabytesoftw-mail-views-user/health.svg)](https://phpackages.com/packages/terabytesoftw-mail-views-user)
```

###  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.3M227](/packages/tijsverkoyen-css-to-inline-styles)[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)

PHPackages © 2026

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