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(12y ago)086GPL v2PHPPHP &gt;=5.3.3

Since Jun 19Pushed 12y 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 today

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 26% 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

4399d 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

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[symfony/web-profiler-bundle

Provides a development tool that gives detailed information about the execution of any request

2.3k160.5M1.2k](/packages/symfony-web-profiler-bundle)[sylius/resource-bundle

Resource component for Sylius.

23610.8M235](/packages/sylius-resource-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

9410.8k](/packages/ahmed-bhs-doctrine-doctor)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)

PHPackages © 2026

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