evolver/cross-domain-policy-module

Zend Framework 2 Module to provide cross-domain policy files

v1.0.0 2015-03-26 17:03 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:36:53 UTC


README

Zend Framework 2 Module to provide cross-domain policy files

Packagist Downloads License Build

Requirements

This module has the following requirements:

  • PHP 5.4 or higher

Installation

Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.

$ php composer.phar require evolver/cross-domain-policy-module

Then add Evolver\\CrossDomainPolicyModule to your application config.

Usage

Copy and rename the config/cross-domain-policy.config.php.dist to your application autoload folder. Then customize the config for your needs. Visit the Cross-domain policy file specification for details.

You may now invoke yor application via HTTP. The route /crossdomain.xml will point on the resulting cross-domain policy XML.