evolver / cross-domain-policy-module
Zend Framework 2 Module to provide cross-domain policy files
Installs: 3 589
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: >=5.4
- zendframework/zend-http: ~2.3
- zendframework/zend-modulemanager: ~2.3
- zendframework/zend-mvc: ~2.3
Requires (Dev)
- phpunit/phpunit: ~4.5
- zendframework/zend-console: ~2.3
- zendframework/zend-form: ~2.3
- zendframework/zend-log: ~2.3
- zendframework/zend-serializer: ~2.3
- zendframework/zend-view: ~2.3
This package is not auto-updated.
Last update: 2024-12-21 19:02:33 UTC
README
Zend Framework 2 Module to provide cross-domain policy files
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.