PHPackages                             alphalemon/al-valum-uploader-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. alphalemon/al-valum-uploader-bundle

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

alphalemon/al-valum-uploader-bundle
===================================

AlValumUploaderBundle adds upload capabilities to any symfony project. This bundle encapsulates the valum uploader javascript tool

1.0.0(14y ago)24631MITJavaScriptPHP &gt;=5.3.2CI failing

Since Jan 28Pushed 13y ago1 watchersCompare

[ Source](https://github.com/alphalemon/AlValumUploaderBundle)[ Packagist](https://packagist.org/packages/alphalemon/al-valum-uploader-bundle)[ Docs](http://alphalemon.com)[ RSS](/packages/alphalemon-al-valum-uploader-bundle/feed)WikiDiscussions master Synced today

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

\#AlValumUploadeBundle The AlValumUploadeBundle encapsulates the ajax valum uploader javascript to manage the files uploading through a simple ajax interface.

Get the AlValumUploadeBundle
----------------------------

[](#get-the-alvalumuploadebundle)

Clone this bundle in the vendor/bundles/AlphaLemon directory:

```
git clone git://github.com/alphalemon/AlValumUploaderBundle.git vendor/bundles/AlphaLemon/AlValumUploaderBundle

```

Configure the AlValumUploadeBundle
----------------------------------

[](#configure-the-alvalumuploadebundle)

Open the AppKernel configuration file and add the bundle to the registerBundles() method, for the dev namespace:

```
public function registerBundles()
{
    $bundles = array(
        ...
        if (in_array($this->getEnvironment(), array('dev', 'test'))) {

            $bundles[] = new AlphaLemon\AlValumUploaderBundle\AlValumUploaderBundle();
        }
    )
}

```

Register the AlValumUploaderBundle namespaces in `app/autoload.php`:

```
$loader->registerNamespaces(array(
    ...
    'AlphaLemon'                     => __DIR__.'/../vendor/bundles',
));

```

Configure the assets compressor
-------------------------------

[](#configure-the-assets-compressor)

The uploader requires the yuicompressor.jar to be installed, so download it, open the config.yml and configure it as follows:

```
assetic:
    ...
    filters:
        ...
        yui_js:
            jar: %kernel.root_dir%/Resources/java/yuicompressor.jar
        yui_css:
             jar: %kernel.root_dir%/Resources/java/yuicompressor.jar

```

Install the assets as follows:

```
app/console assets:install web --symlink

```

Using the uploader
------------------

[](#using-the-uploader)

This part is under construction. Please see the ThemeEngineBundle ThemesController's showAction method for a working example

### Info and help

[](#info-and-help)

To get extra information or help you may write an email to info \[at\] alphalemon \[DoT\] com

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

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

5217d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/86c46bc59b7abe8c18a0bb08713b28f2a4e10c729f5c4c247361860f421bdf46?d=identicon)[alphalemon](/maintainers/alphalemon)

---

Top Contributors

[![alphalemon](https://avatars.githubusercontent.com/u/1242258?v=4)](https://github.com/alphalemon "alphalemon (21 commits)")

---

Tags

javascriptcmsupload

### Embed Badge

![Health badge](/badges/alphalemon-al-valum-uploader-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alphalemon-al-valum-uploader-bundle/health.svg)](https://phpackages.com/packages/alphalemon-al-valum-uploader-bundle)
```

###  Alternatives

[unclecheese/dropzone

An HTML5 upload field for the CMS and frontend forms.

46130.7k6](/packages/unclecheese-dropzone)[phery/phery

XAJAX alternative, phery.js is a library in PHP that maps to all jQuery functions, DOM manipulation, meta arguments and serialization, seamless ajax integration, RESTful emulation, form submission and partial rendering views, plus its PSR-0 compatible

13813.1k2](/packages/phery-phery)[erlandmuchasaj/laravel-file-uploader

A simple package to help you easily upload files to your laravel project.

128.7k](/packages/erlandmuchasaj-laravel-file-uploader)[jbouzekri/file-uploader-bundle

Aggregate some bundles and libraries to provide easy ajax file upload integration with functionnalities like image croping or storage on amazon

258.1k2](/packages/jbouzekri-file-uploader-bundle)

PHPackages © 2026

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