PHPackages                             qed/laravel-css-inliner - 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. qed/laravel-css-inliner

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

qed/laravel-css-inliner
=======================

Laravel package that applies inline css format on every email send

v2.0.0(5y ago)07MITPHPPHP &gt;=7.3

Since Mar 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/QEDteam/laravel-css-inliner)[ Packagist](https://packagist.org/packages/qed/laravel-css-inliner)[ RSS](/packages/qed-laravel-css-inliner/feed)WikiDiscussions main Synced 2d ago

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

Laravel Css Inliner
===================

[](#laravel-css-inliner)

Laravel package that is based on Pelago/Emogrifier(link below) php package with purpose to automatically applies formating of email css from template to css.

Installation
------------

[](#installation)

For installing laravel css inliner, either add qed/laravel-css-inliner to the require section in your project's composer.json, or you can use composer as below:

Latest version should work with Laravel 7 and later

```
composer require qed/laravel-css-inliner

```

Version 1.0.0 should work with Laravel 6

```
composer require qed/laravel-css-inliner "1.0"

```

Publish config

```
php artisan vendor:publish --provider="Qed\LaravelCssInliner\LaravelCssInlinerServiceProvider"

```

Usage
-----

[](#usage)

After installation if in config css format is set tu true, inline format will apply to all the emails going trough laravel mailer.

Example
-------

[](#example)

```

            p {
                font-size: 12px;
            }

        Formated text

```

Version 1.0.0 should work with Laravel 6

```

        Formated text

```

References
----------

[](#references)

Core package: pelago/emogrifier -

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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 ~0 days

Total

2

Last Release

1868d ago

Major Versions

v1.0.0 → v2.0.02021-03-31

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1269365?v=4)[Anto Čabraja](/maintainers/acabraja)[@acabraja](https://github.com/acabraja)

---

Top Contributors

[![vbalagovic](https://avatars.githubusercontent.com/u/30495155?v=4)](https://github.com/vbalagovic "vbalagovic (3 commits)")[![acabraja](https://avatars.githubusercontent.com/u/1269365?v=4)](https://github.com/acabraja "acabraja (1 commits)")

### Embed Badge

![Health badge](/badges/qed-laravel-css-inliner/health.svg)

```
[![Health](https://phpackages.com/badges/qed-laravel-css-inliner/health.svg)](https://phpackages.com/packages/qed-laravel-css-inliner)
```

###  Alternatives

[snowfire/beautymail

Send beautiful html emails with Laravel

1.3k733.1k2](/packages/snowfire-beautymail)[dachcom-digital/emailizr

Pimcore Emailizr - create html emails the right way!

17370.2k4](/packages/dachcom-digital-emailizr)[markguinn/silverstripe-email-helpers

Silverstripe extension containing SMTP mailer class and some other classes for HTML emails

3145.4k1](/packages/markguinn-silverstripe-email-helpers)[sandstorm/templatemailer

Neos and Flow package for simple handling of template-based emails, including CSS inlining

1147.3k2](/packages/sandstorm-templatemailer)[mediaessenz/mail

Powerful newsletter system for TYPO3

119.1k2](/packages/mediaessenz-mail)

PHPackages © 2026

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