Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
/ security-headers Public archive

A PHP library that helps with generating security headers

License

Notifications You must be signed in to change notification settings

ancarda/security-headers

Repository files navigation

ancarda/security-headers

A PHP library that helps with generating security headers

Latest Stable Version Total Downloads License Build Status Coverage Status

security-headers is a library for PHP 7.1+ that contains generators for common HTTP security headers, such as Content Security Policy, X-Frame-Options, and X-XSS-Protection.

These classes can be used with any framework and have no dependencies. This library may be installed via composer with the following command:

composer require ancarda/security-headers