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 3w 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 41% 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

4506d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1889213?v=4)[Roger Clotet](/maintainers/rogerclotet)[@rogerclotet](https://github.com/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

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11249.0k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k12](/packages/2lenet-crudit-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

939.0k](/packages/ahmed-bhs-doctrine-doctor)[stfalcon-studio/api-bundle

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

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

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

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

PHPackages © 2026

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