PHPackages                             integrated/asset-bundle - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. integrated/asset-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

integrated/asset-bundle
=======================

Integrated Asset Bundle

0.7(9y ago)02.4k4MITPHPPHP &gt;=5.4

Since Oct 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-asset-bundle)[ Packagist](https://packagist.org/packages/integrated/asset-bundle)[ Docs](http://www.integratedfordevelopers.com)[ RSS](/packages/integrated-asset-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (10)Used By (4)

IntegratedAssetBundle
=====================

[](#integratedassetbundle)

This bundle provides asset management

Requirements
------------

[](#requirements)

- See the require section in the composer.json

Features
--------

[](#features)

- Asset management

Documentation
-------------

[](#documentation)

- [Integrated for Developers](http://integratedfordevelopers.com/ "Integrated for Developers")

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

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/asset-bundle:~0.5

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\AssetBundle\IntegratedAssetBundle()
        // ...
    );
}

```

Examples
--------

[](#examples)

### Add inline style

[](#add-inline-style)

```
{% integrated_stylesheets inline=true %}
    body { background: red; }
    p { font-size: 10px }
{% endintegrated_stylesheets %}

```

### Add external styleheets

[](#add-external-styleheets)

```
{% integrated_stylesheets
    'bundles/app/css/styles.css'
    'bundles/app/css/styles2.css' %}
{% endintegrated_stylesheets %}

```

### Prepend javascript

[](#prepend-javascript)

```
{% integrated_javascripts mode='prepend'
    'bundles/app/js/script.js' %}
{% endintegrated_javascripts %}

```

### Render stylesheets

[](#render-stylesheets)

```
{{ integrated_stylesheets() }}

```

### Render javascripts

[](#render-javascripts)

```
{{ integrated_javascripts() }}

```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for Developers](http://integratedfordevelopers.com/ "Integrated for Developers") website.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

4

Last Release

3353d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![joenivl](https://avatars.githubusercontent.com/u/1433653?v=4)](https://github.com/joenivl "joenivl (4 commits)")[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (2 commits)")[![johanliefers](https://avatars.githubusercontent.com/u/12084685?v=4)](https://github.com/johanliefers "johanliefers (2 commits)")[![koenprins](https://avatars.githubusercontent.com/u/4244625?v=4)](https://github.com/koenprins "koenprins (2 commits)")[![johnnyborg](https://avatars.githubusercontent.com/u/9214245?v=4)](https://github.com/johnnyborg "johnnyborg (1 commits)")[![pappi1987](https://avatars.githubusercontent.com/u/3527242?v=4)](https://github.com/pappi1987 "pappi1987 (1 commits)")

---

Tags

assetasset managerIntegrated

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/integrated-asset-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/integrated-asset-bundle/health.svg)](https://phpackages.com/packages/integrated-asset-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M514](/packages/shopware-core)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)

PHPackages © 2026

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