PHPackages                             mcustiel/inlineassets-plugin - 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. mcustiel/inlineassets-plugin

AbandonedArchivedOctober-plugin

mcustiel/inlineassets-plugin
============================

Provides inlineStyles and inlineScripts that embed the assets in the HTML

v1.0.1(9y ago)2709PHP

Since Oct 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mcustiel/oc-pages-compactor)[ Packagist](https://packagist.org/packages/mcustiel/inlineassets-plugin)[ RSS](/packages/mcustiel-inlineassets-plugin/feed)WikiDiscussions master Synced 2mo ago

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

oc-pages-compactor
==================

[](#oc-pages-compactor)

OctoberCMS plugin that provides embedding of assets to pages.

Twig tags
---------

[](#twig-tags)

### inlineStyles

[](#inlinestyles)

Embeds the content of the add css files into the HTML code.

#### Example

[](#example)

- Component.php

```
$this->addCss('my/style.css');
```

- my/style.css

```
a {
    color: red;
}
```

- twig.htm:

```

    {% inlineStyles %}

```

- HTML result:

```

    a {
        color: red;
    }

```

### inlineScripts

[](#inlinescripts)

The behaviour of this tag is analog to that of inlineStyles, for javascript assets added with addJs.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Unknown

Total

1

Last Release

3507d ago

### Community

Maintainers

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

---

Top Contributors

[![mcustiel](https://avatars.githubusercontent.com/u/3268370?v=4)](https://github.com/mcustiel "mcustiel (5 commits)")

---

Tags

cmsassetsstylesinlineoctoberscripts

### Embed Badge

![Health badge](/badges/mcustiel-inlineassets-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/mcustiel-inlineassets-plugin/health.svg)](https://phpackages.com/packages/mcustiel-inlineassets-plugin)
```

###  Alternatives

[october/rain

October Rain Library

1601.7M63](/packages/october-rain)[spicyweb/craft-embedded-assets

Manage YouTube videos, Instagram photos and more as first class assets

172435.6k9](/packages/spicyweb-craft-embedded-assets)[benjamminf/craft-embedded-assets

Manage YouTube videos, Instagram photos and more as first class assets

17113.1k](/packages/benjamminf-craft-embedded-assets)[offline/oc-mall-plugin

E-commerce solution for October CMS

1744.6k2](/packages/offline-oc-mall-plugin)[luyadev/luya-bootstrap4

Bootstrap4 Assets and Helper classes like ActiveForm for LUYA and Yii2.

1843.9k3](/packages/luyadev-luya-bootstrap4)[janvince/smallcontactform

Simple but flexible multi language contact form builder with custom fields, validation and passive antispam

307.4k](/packages/janvince-smallcontactform)

PHPackages © 2026

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