PHPackages                             nemesarial/angularjs-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. [Framework](/categories/framework)
4. /
5. nemesarial/angularjs-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

nemesarial/angularjs-bundle
===========================

AngularJs 1.0.7 Bundle for Symfony2

012PHP

Since Jun 12Pushed 13y ago1 watchersCompare

[ Source](https://github.com/Nemesarial/AngularJsBundle)[ Packagist](https://packagist.org/packages/nemesarial/angularjs-bundle)[ RSS](/packages/nemesarial-angularjs-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

NemAngularJsBundle - AngularJs as a Symfony 2 bundle
====================================================

[](#nemangularjsbundle---angularjs-as-a-symfony-2-bundle)

### Current Version

[](#current-version)

AngularJs **Ver 1.0.7**

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json
{
    "require": {
        // ...
        "nemesarial/angularjs-bundle": "dev-master"
    }
}
```

### Add bundle to your application kernel

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

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Nemesarial\AngularJsBundle\NemAngularJsBundle(),
        // ...
    );
}
```

### Install the bundle using Composer

[](#install-the-bundle-using-composer)

```
$ php composer.phar update nemesarial/angularjs-bundle
```

### Add Resource to Assetic Configuration

[](#add-resource-to-assetic-configuration)

```
assetic:
    # ...
    assets:
        # ...
        angular_js:
            inputs:
                - %kernel.root_dir%/../vendor/nemesarial/angularjs-bundle/Nemesarial/AngularJSBundle/Resources/public/js/angular.min.js
            output: js/angular.js
        # ...
```

### Add Javascript Reference to the layout

[](#add-javascript-reference-to-the-layout)

```
{% block javascripts %}
  {% javascripts '@angular_js' combine=true %}

  {% endjavascripts %}
{% endblock %}
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/nemesarial-angularjs-bundle/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M290](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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