Download the PHP package norsys/security-bundle without Composer
On this page you can find all versions of the php package norsys/security-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download norsys/security-bundle
More information about norsys/security-bundle
Files in norsys/security-bundle
Package security-bundle
Short Description Bundle that provides security tools
License MIT
Informations about the package security-bundle
Security bundle
Bundle that provides security tools.
Installation
Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
HTTPS
This bundle provide a system to redirect all requests http to https
To enable https redirect system :
Proxy
This bundle provides a listener to set trusted proxies from environment variable.
Coming Soon
Coming soon system display a 302 redirect page with coming soon message to all requests.
To configure system :
Credits
Developped with :heart: by Norsys
License
This project is licensed under the MIT license.
All versions of security-bundle with dependencies
symfony/framework-bundle Version ^2.8|^3.0
symfony/expression-language Version ^2.8|^3.0
symfony/templating Version ^2.8|^3.0