Download the PHP package behnam/secure-headers without Composer
On this page you can find all versions of the php package behnam/secure-headers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download behnam/secure-headers
More information about behnam/secure-headers
Files in behnam/secure-headers
Package secure-headers
Short Description Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
License MIT
Homepage https://github.com/bepsvpt/secure-headers
Informations about the package secure-headers
Secure Headers
Add security related headers to HTTP response. The package includes Service Providers for easy Laravel integration.
- Version
- Installation
- Usage(non laravel project)
- Document and Notice
- Changelog
- Upgrade
- License
Version
7.2.0
Supported Laravel Version
5.1 ~ 9.x
Installation
Non Laravel Project
Install using composer
Copy config file to your project directory
Set up config file
Done!
Laravel Project
Install using composer
Add service provider in config/app.php
( laravel version < 5.5 )
Publish config file
Add global middleware in app/Http/Kernel.php
Set up config file config/secure-headers.php
Done!
Lumen Project
Install using composer
Add service provider in bootstrap/app.php
Copy config file to project directory
Add global middleware in bootstrap/app.php
Set up config file config/secure-headers.php
Done!
Usage(Non Laravel Project)
Do not forget to import namespace.
Instance
Send
Document and Notice
Please see DOCS for details.
Changelog
Please see CHANGELOG for details.
Upgrade
Please see UPGRADE for details.
Contributors
Financial Contributors
Become a financial contributor and help us sustain our community. [Contribute]
Individuals
Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
License
Secure Headers is licensed under The MIT License (MIT).