PHPackages                             cypresslab/angular-ng-routing-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. [API Development](/categories/api)
4. /
5. cypresslab/angular-ng-routing-bundle

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

cypresslab/angular-ng-routing-bundle
====================================

A way to expose your Symfony2 routing to Angular $resource service.

0.1.5(11y ago)14136.9k↑50%2LGPL-3.0+JavaScriptPHP &gt;=5.3.0

Since Feb 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/matteosister/CypressAngularNgRoutingBundle)[ Packagist](https://packagist.org/packages/cypresslab/angular-ng-routing-bundle)[ RSS](/packages/cypresslab-angular-ng-routing-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (1)Versions (7)Used By (0)

\#AngularNgRoutingBundle

[![Build Status](https://camo.githubusercontent.com/fad079c69b5e01a73fc74de3d2f1f96aab9fede76ae4fc88bfba9b277483a3d2/68747470733a2f2f7472617669732d63692e6f72672f6d617474656f7369737465722f43797072657373416e67756c61724e67526f7574696e6742756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/matteosister/CypressAngularNgRoutingBundle)

A Symfony2 bundle to expose your routing in [Angular.js resource format](http://docs.angularjs.org/api/ngResource.$resource)

This bundle depends on [FOSJsRoutingBundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle)

\##Installation

```
{
    "require": {
        "cypresslab/angular-ng-routing-bundle": "~1.0@dev"
    }
}
```

and enable the bundle in the kernel. Remember to publish assets with:

```
$ php app/console assets:install --symlink web #change this to your requirements

```

\##Usage

Follow the [docs of FOSJsRoutingBundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/Resources/doc/index.md)

You will add, at some point in your views, something like:

```

```

Just add these two more lines

```

```

This will register in the global namespace an object named **NgRouting**

You can use it like this:

```
var url = NgRouting.generateResourceUrl('api_saves_get_documents');
// url now is something like: /app_dev.php/saves/:id
var resource = $resource(url, { id: 2 }, { 'create': { method: 'PUT' } })
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

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

Every ~27 days

Total

6

Last Release

4345d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/212723?v=4)[Matteo Giachino](/maintainers/matteosister)[@matteosister](https://github.com/matteosister)

---

Top Contributors

[![matteosister](https://avatars.githubusercontent.com/u/212723?v=4)](https://github.com/matteosister "matteosister (10 commits)")

---

Tags

javascriptroutingJs Routingangularjs

### Embed Badge

![Health badge](/badges/cypresslab-angular-ng-routing-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/cypresslab-angular-ng-routing-bundle/health.svg)](https://phpackages.com/packages/cypresslab-angular-ng-routing-bundle)
```

###  Alternatives

[friendsofsymfony/jsrouting-bundle

A pretty nice way to expose your Symfony routing to client applications.

1.5k53.6M229](/packages/friendsofsymfony-jsrouting-bundle)[phroute/phroute

Fast, fully featured restful request router for PHP

739462.1k29](/packages/phroute-phroute)[tobion/openapi-symfony-routing

Loads routes in Symfony based on OpenAPI/Swagger annotations

4219.5k](/packages/tobion-openapi-symfony-routing)[szenis/routing

A small and simple PHP router

162.4k2](/packages/szenis-routing)

PHPackages © 2026

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