PHPackages                             funddy/jscrossdomain-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. funddy/jscrossdomain-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

funddy/jscrossdomain-bundle
===========================

Js cross domain bundle for Symfony2

3228PHP

Since Jun 30Pushed 13y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

FunddyJsCrossDomainBundle
=========================

[](#funddyjscrossdomainbundle)

[![Build Status](https://camo.githubusercontent.com/c1df59c2eb5cab7d96aef32c19b47828e04839e2588cac31dac7506b9a3c83c6/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f66756e6464792f6a7363726f7373646f6d61696e2d62756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/funddy/jscrossdomain-bundle)

This bundle enables you to make cross domain requests with Javascript.

Setup and Configuration
-----------------------

[](#setup-and-configuration)

Add the following to your composer.json file:

```
{
    "require": {
        "funddy/jscrossdomain-bundle": "1.0.*"
    }
}
```

Update the vendor libraries:

```
curl -s http://getcomposer.org/installer | php
php composer.phar install

```

Register the Bundle FunddyJsCrossDomainBundle in app/AppKernel.php.

```
// ...
public function registerBundles()
{
    $bundles = array(
        // ...
        new Funddy\Bundle\JsCrossDomainBundle\FunddyJsCrossDomainBundle()
        // ...
    );
    // ...
}
```

Include cross domain route at app/config/routing.yml

```
cross_domain:
    resource: "@FunddyJsCrossDomainBundle/Resources/config/routing.yml"
```

Usage
-----

[](#usage)

Configure allowed cross domain URLs at app/config/config.yml

```
funddy_js_cross_domain:
    allowed:
        - http://graph.facebook.com/?ids=
```

Make cross domain request

```

    var cd = new FUNDDY.CrossDomain($);
    cd.get("http://graph.facebook.com/?ids=https://funddy.com").done(function(response) {
        console.log(response);
    });

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

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://avatars.githubusercontent.com/u/2072579?v=4)[Funddy](/maintainers/funddy)[@funddy](https://github.com/funddy)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/funddy-jscrossdomain-bundle/health.svg)

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

###  Alternatives

[glenscott/url-normalizer

Syntax based normalization of URL's

101948.9k9](/packages/glenscott-url-normalizer)[clickstorm/cs-seo

\[clickstorm\] SEO - Extension for TYPO3. Enables important onpage features for search engine optimization (SEO). Expands the page settings and any desired records for example with a preview for Google search results (SERP) Structured Data (JSON-LD) and a Focus Keyword. Restrictive hreflang and canonical tags. Modules for metadata of records and alternative texts of images. Further features are shown in the extension manual.

36507.3k1](/packages/clickstorm-cs-seo)[winter/laravel-config-writer

Utility to create and update Laravel config and .env files

16334.1k15](/packages/winter-laravel-config-writer)

PHPackages © 2026

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