PHPackages                             netresearch/assetpicker-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. netresearch/assetpicker-bundle

ActiveLibrary

netresearch/assetpicker-bundle
==============================

Symfony Bundle for \[AssetPicker\](https://github.com/netresearch/assetpicker)

1.0.0(9y ago)195[1 issues](https://github.com/netresearch/assetpicker-bundle/issues)MITPHPCI failing

Since Oct 11Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/netresearch/assetpicker-bundle)[ Packagist](https://packagist.org/packages/netresearch/assetpicker-bundle)[ RSS](/packages/netresearch-assetpicker-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

AssetPicker Symfony Bundle
==========================

[](#assetpicker-symfony-bundle)

This Symfony bundle provides the [AssetPicker](https://github.com/netresearch/assetpicker) sources to Symfony Applications along with view helpers and a proxy controller.

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

[](#installation)

1. Install via composer

    ```
     composer require assetpicker-bundle

    ```
2. [Enable](http://symfony.com/doc/current/bundles/installation.html#b-enable-the-bundle) the bundle
3. Add [AssetPicker configuration](https://github.com/netresearch/assetpicker#config) to your `app/config/config.yml`

    ```
    asset_picker:
        storages:
            entermediadb:
                adapter: entermediadb
                url: "http://em9.entermediadb.org/openinstitute"
                proxy: true
            github:
                username: "netresearch"
                repository: "assetpicker"
    ```
4. (Optional) If you want to use the builtin proxy controller, you must include its routes into `app/config/routing.yml` - the correct proxy url will then be set automatically:

    ```
    assetpicker_proxy:
        resource: "@AssetPickerBundle/Resources/config/routing.yml"
    ```
5. Clear cache and install the assets

    ```
    php app/console cache:clear
    php app/console assets:install

    ```

Usage
-----

[](#usage)

The bundle provides two twig functions: `assetpicker_config` and `assetpicker_url`. The first returns a JSON representation of the config from your `app/config/config.yml` (eventually with the proxy url added) and the second gives you the url to the picker.js inside your assets path (usually /web/bundles/assetpicker/js/picker.js). You can use them as follows:

```

    new AssetPicker({{ assetpicker_config() }});

Pick an asset
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance41

Moderate activity, may be stable

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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

3497d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/acffee6a64e18f21593794b335dd8786001148f7df89fd8372a54d3dd09d91a4?d=identicon)[netresearch](/maintainers/netresearch)

---

Top Contributors

[![CybotTM](https://avatars.githubusercontent.com/u/326348?v=4)](https://github.com/CybotTM "CybotTM (1 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

### Embed Badge

![Health badge](/badges/netresearch-assetpicker-bundle/health.svg)

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

PHPackages © 2026

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