Download the PHP package caxy/xdomain-bundle without Composer
On this page you can find all versions of the php package caxy/xdomain-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download caxy/xdomain-bundle
More information about caxy/xdomain-bundle
Files in caxy/xdomain-bundle
Download caxy/xdomain-bundle
More information about caxy/xdomain-bundle
Files in caxy/xdomain-bundle
Vendor caxy
Package xdomain-bundle
Short Description XDomain for cross domain request support in IE9
License MIT
Package xdomain-bundle
Short Description XDomain for cross domain request support in IE9
License MIT
Please rate this library. Is it a good library?
Informations about the package xdomain-bundle
XDomain Bundle
Use this bundle to support cross-domain XHR without CORS. It depends on the XDomain JavaScript library.
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
:
Import the routing definition in routing.yml
:
Enable the bundle's configuration in app/config/config.yml
:
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.
All versions of xdomain-bundle with dependencies
PHP Build Version
Package Version
Requires
symfony/config Version
~2.3|^3.0
symfony/dependency-injection Version ~2.3|^3.0
symfony/http-kernel Version ~2.3|^3.0
symfony/dependency-injection Version ~2.3|^3.0
symfony/http-kernel Version ~2.3|^3.0
The package caxy/xdomain-bundle contains the following files
Loading the files please wait ....