PHPackages                             kyoushu/asset-installer-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. [File &amp; Storage](/categories/file-storage)
4. /
5. kyoushu/asset-installer-bundle

AbandonedLibrary[File &amp; Storage](/categories/file-storage)

kyoushu/asset-installer-bundle
==============================

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory

0.0.1(11y ago)086GPL v2PHPPHP &gt;=5.3.3

Since Jun 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Kyoushu/AssetInstallerBundle)[ Packagist](https://packagist.org/packages/kyoushu/asset-installer-bundle)[ RSS](/packages/kyoushu-asset-installer-bundle/feed)WikiDiscussions master Synced 1mo ago

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

KyoushuAssetInstallerBundle
===========================

[](#kyoushuassetinstallerbundle)

A bundle for copying vendor assets (e.g. images, webfonts) into the web directory.

The master branch is currently a development build, and should not be used for live projects.

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

[](#installation)

### AppKernel.php

[](#appkernelphp)

```
// ...
new Kyoushu\AssetInstallerBundle\KyoushuAssetInstallerBundle(),
// ...

```

### config.yml

[](#configyml)

```
# ...

kyoushu_asset_installer:
    assets:
        jquery:
            input: "%kernel.root_dir%/../vendor/component/jquery/jquery.min.js"
            output: "%kernel.root_dir%/../web/js/jquery.min.js"
        font_awesome:
            input: "%kernel.root_dir%/../vendor/fortawesome/font-awesome/fonts"
            output: "%kernel.root_dir%/../web/fonts"
        open_sans:
            input: "%kernel.root_dir%/../vendor/fontfacekit/open-sans/fonts"
            output: "%kernel.root_dir%/../web/fonts"

# ...

```

### Installing Vendor Assets

[](#installing-vendor-assets)

```
app/console kyoushu:install-assets

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

4343d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a3b4f2acc5f46d8ce4639b0f5a3548d75a6de9f12643869c284175a64cc0cc2?d=identicon)[Kyoushu](/maintainers/Kyoushu)

---

Top Contributors

[![Kyoushu](https://avatars.githubusercontent.com/u/535916?v=4)](https://github.com/Kyoushu "Kyoushu (3 commits)")

### Embed Badge

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

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

###  Alternatives

[helios-ag/fm-elfinder-bundle

ElFinder bundle, adds ElFinder file manager to your Symfony project

2814.8M27](/packages/helios-ag-fm-elfinder-bundle)[artgris/filemanager-bundle

FileManager is a simple Multilingual File Manager Bundle for Symfony

182420.8k9](/packages/artgris-filemanager-bundle)[wamania/zip-streamed-response-bundle

A symfony Response to build and stream Zip on the fly

1190.9k](/packages/wamania-zip-streamed-response-bundle)

PHPackages © 2026

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