PHPackages                             rogerclotet/angularjsbundle - 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. [API Development](/categories/api)
4. /
5. rogerclotet/angularjsbundle

ActiveSymfony-bundle[API Development](/categories/api)

rogerclotet/angularjsbundle
===========================

Symfony2 bundle for AngularJS integration

1.0.4(12y ago)019MITPHPPHP &gt;=5.3.2

Since Nov 1Pushed 12y agoCompare

[ Source](https://github.com/rogerclotet/angularjsbundle)[ Packagist](https://packagist.org/packages/rogerclotet/angularjsbundle)[ Docs](https://github.com/rogerclotet/angularjsbundle)[ RSS](/packages/rogerclotet-angularjsbundle/feed)WikiDiscussions master Synced 6d ago

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

AngularJS Bundle
================

[](#angularjs-bundle)

This bundle provides a base template for an AngularJS + Symfony2 project. It includes the AngularJS assets and loads them by default.

If you need a more extensible and configurable option check this other project:

AngularJS
---------

[](#angularjs)

Current version: 1.2.0-rc3

Modules included:

- angular-loader
- angular-route
- angular-cookies
- angular-sanitize
- angular-resource

Usage
-----

[](#usage)

To use the template you just need to extend yours this way:

```
{% extends 'TSAngularJSBundle::angular_base.html.twig' %}
```

To configure just add in AppKernel.php:

```
$bundles = array(
    // ...
    new TS\AngularJSBundle\UdfAngularJSBundle(),
)
```

Edit your composer.json and add this line in the "require" object:

```
{
    "require": {
        "rogerclotet/angularjsbundle": "1.0.*"
    }
}
```

And you should add this bundle in assetic configuration in your app/config/config.yml:

```
assetic:
    bundles: [ TSAngularJSBundle ]
```

By default the AngularJS app and main controller are "myApp" and "MainCtrl". You can change their name by modifying the blocks "appname" and "maincontrollername".

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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

Every ~40 days

Total

4

Last Release

4460d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36b752e2c463a7523d3f2aa829ad66fe7138ad5f81c4e897b3b319d013de127d?d=identicon)[rogerclotet](/maintainers/rogerclotet)

---

Top Contributors

[![sp-roger-clotet](https://avatars.githubusercontent.com/u/6850397?v=4)](https://github.com/sp-roger-clotet "sp-roger-clotet (14 commits)")

---

Tags

symfonyjavascriptangularjs

### Embed Badge

![Health badge](/badges/rogerclotet-angularjsbundle/health.svg)

```
[![Health](https://phpackages.com/badges/rogerclotet-angularjsbundle/health.svg)](https://phpackages.com/packages/rogerclotet-angularjsbundle)
```

###  Alternatives

[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

27615.8k2](/packages/cravler-maxmind-geoip-bundle)[borsaco/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

5633.0k](/packages/borsaco-telegram-bot-api-bundle)[nanofelis/json-rpc-bundle

This bundle provides a JSON RPC 2.0 implementation for Symfony

1176.1k](/packages/nanofelis-json-rpc-bundle)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

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