PHPackages                             caxy/xdomain-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. caxy/xdomain-bundle

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

caxy/xdomain-bundle
===================

XDomain for cross domain request support in IE9

1.0.2(9y ago)0107MITPHP

Since Jun 11Pushed 9y ago33 watchersCompare

[ Source](https://github.com/caxy/XDomainBundle)[ Packagist](https://packagist.org/packages/caxy/xdomain-bundle)[ RSS](/packages/caxy-xdomain-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

XDomain Bundle
==============

[](#xdomain-bundle)

Use this bundle to support cross-domain XHR without [CORS](https://caniuse.com/cors). It depends on the [XDomain](https://github.com/jpillora/xdomain) JavaScript library.

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

[](#installation)

Require the `caxy/xdomain-bundle` package in your composer.json and update your dependencies.

```
$ composer require caxy/xdomain-bundle

```

Register the bundle in `app/AppKernel.php`:

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Caxy\Bundle\XDomainBundle\CaxyXDomainBundle(),
    );
}
```

Import the routing definition in `routing.yml`:

```
# app/config/routing.yml
caxy_xdomain:
    resource: "@CaxyXDomainBundle/Resources/config/routing.yml"
```

Enable the bundle's configuration in `app/config/config.yml`:

```
# app/config/config.yml
caxy_xdomain:
    allow_from: http://example.com
```

Add an asset named `xdomain_js` to your Assetic bundle configuration with the URL of the XDomain script. The URL in this example comes from the [XDomain documentation](https://github.com/jpillora/xdomain#download).

```
# app/config/config.yml
framework:
    assets:
        packages:
            xdomain:
                version: 0.7.5
                version_format: %%2$s/dist/%%1$s
                base_urls:
                    - //cdn.rawgit.com/jpillora/xdomain
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

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 ~198 days

Total

3

Last Release

3598d ago

### Community

Maintainers

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

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/caxy-xdomain-bundle/health.svg)

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

###  Alternatives

[symfony/ux-chartjs

Chart.js integration for Symfony

1003.2M18](/packages/symfony-ux-chartjs)[codefog/contao-haste

haste extension for Contao Open Source CMS

42650.8k139](/packages/codefog-contao-haste)[spomky-labs/pwa-bundle

Progressive Web App Manifest Generator Bundle for Symfony.

6144.4k1](/packages/spomky-labs-pwa-bundle)[symfony/ux-cropperjs

Cropper.js integration for Symfony

19280.3k3](/packages/symfony-ux-cropperjs)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[pentiminax/ux-datatables

DataTables.net integration for Symfony

605.6k](/packages/pentiminax-ux-datatables)

PHPackages © 2026

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