PHPackages                             aciliainternet/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. aciliainternet/asset-bundle

ActiveBundle

aciliainternet/asset-bundle
===========================

Acilia Asset Bundle

1.0.0(4y ago)04.3k1proprietaryPHPPHP &gt;=7.2

Since Oct 11Pushed 4y ago4 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (19)Used By (0)

AssetBundle
===========

[](#assetbundle)

Acilia Asset Bundle for Symfony2 and symfony3

AssetBundle
===========

[](#assetbundle-1)

Symfony2 and Symfony3 Asset bundle developed by Acilia Internet

This bundle allows to upload and crop images, and save the images as an "Asset" entity on a database.

Installation and configuration:
-------------------------------

[](#installation-and-configuration)

Pretty simple with [Composer](http://packagist.org), run:

```
composer require aciliainternet/asset-bundle
```

### Add AssetBundle to your application kernel

[](#add-assetbundle-to-your-application-kernel)

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

### Add assets resources to your public dir

[](#add-assets-resources-to-your-public-dir)

```
php bin/console assets:install web/backend/
```

### Link resources on your template

[](#link-resources-on-your-template)

```
{% stylesheets
    'bundles/aciliaasset/css/plugins/cropper/cropper.min.css'
    filter='cssrewrite' output='css/compiled/app.css' %}

{% endstylesheets %}

% javascripts
    'bundles/aciliaasset/js/plugins/cropper/cropper.min.js'
    'bundles/aciliaasset/js/cropper.js'
    'bundles/aciliaasset/js/uploader.js'
    output='js/compiled/app.js' %}

{% endjavascripts %}
```

### Configuration example

[](#configuration-example)

You must configure some parameters

```
acilia_asset:
    assets_images: Resources/config/images.yml  # yaml file to indicate ratios and sizes
    assets_dir: /var/www/media/                 # path to where store the images uploaded
    assets_public: /media                       # relative path to the images on the web server (default /media)
    assets_domain: www.my-images.com            # domain from which the images can be access
```

Image sizes file example:

```
ratios: { 177: 16x9, 100: 1x1, 200: 2x1, 133: 4x3 }

renditions:
    main_highlight: { large: 1200x675,  medium: 1024x576, small: 640x640 }
    big_cards: { large: 1200x675, medium: 1024x576, small: 640x360 }
    secondary_highlight: { large: 600x338, medium: 1024x576, small: 640x360 }

entities:
    card:
        image:
            title: Main
            renditions: [ main_highlight, secondary_highlight, big_cards ]
            attribute: image

    serie:
        main:
            title: Main image
            renditions: [ main_highlight, big_cards ]
            attribute: picture
```

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

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

Every ~115 days

Recently: every ~354 days

Total

18

Last Release

1533d ago

Major Versions

0.4.10 → 1.0.02021-12-29

1.0.0 → 4.4.x-dev2021-12-29

PHP version history (2 changes)0.1PHP &gt;=5.3.3

1.0.0PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f8bd559c389f9f3720e03dc1402f52e00754eed3c7479b9e6a2bd47464006fc?d=identicon)[aciliainternet](/maintainers/aciliainternet)

---

Top Contributors

[![rodmen](https://avatars.githubusercontent.com/u/440704?v=4)](https://github.com/rodmen "rodmen (10 commits)")[![andres-montanez](https://avatars.githubusercontent.com/u/541125?v=4)](https://github.com/andres-montanez "andres-montanez (7 commits)")[![cluster28](https://avatars.githubusercontent.com/u/5039840?v=4)](https://github.com/cluster28 "cluster28 (1 commits)")

---

Tags

bundle

### Embed Badge

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

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

###  Alternatives

[twig/extra-bundle

A Symfony bundle for extra Twig extensions

91292.0M313](/packages/twig-extra-bundle)[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

50570.7k1](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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