Download the PHP package queopius/sentinel without Composer

On this page you can find all versions of the php package queopius/sentinel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sentinel

Queopius Sentinel — HTTP Security & HTTPS Hardening for Laravel

Queopius Sentinel logo

CI Docs Build Latest Version Total Downloads Docs License

Queopius Sentinel is a production-ready Laravel package for HTTP security hardening with great DX:

Why Queopius Sentinel

Versioning and Laravel compatibility

Queopius Sentinel follows SemVer for package versions.

Compatibility matrix

Sentinel version Laravel PHP Status
2.x 11.x, 12.x 8.2, 8.3, 8.4 Active
2.x 13.x 8.3, 8.4 Active

Composer constraints (current):

Laravel 13 requires PHP ^8.3, so PHP 8.2 support applies to Laravel 11 and 12 only.

Support policy

Upgrade guidance

Quick start in 5 minutes

  1. Install package:

  2. Run installer:

  3. Migrate (for CSP reports table):

  4. Add middleware aliases/global as needed (see below).

  5. Run audit:

Installation and publish

Middleware registration (Laravel 11/12/13)

Add aliases/global middleware in bootstrap/app.php:

Config basics

Config file: config/sentinel.php

Key areas:

Dashboard UI

Enable in config:

Then open /sentinel.

Dashboard access control (recommended)

With Spatie Permission you can map it to a permission:

Dashboard endpoint scan extras:

CSP reports

Enable:

Use report-only initially, inspect reports, then enforce.

Commands

Recommended rollout path (safe adoption)

  1. Start with preset web_compatible
  2. Keep CSP in report_only
  3. Observe dashboard + reports
  4. Tighten CSP directives and remove unsafe-inline
  5. Enable HTTPS redirect and HSTS in production

Reverse proxy notes

If app is behind Cloudflare / ALB / Nginx proxy, ensure Laravel trusted proxies are correctly configured so Request::isSecure() is reliable.

Local HTTPS test (production-like)

For monorepo host apps:

Set in host .env:

Then run:

Open:

Full trust instructions are in docs/guides/local-https.md.

Publishable views

Views namespace: sentinel.

You can override UI templates by publishing views:

Output path: resources/views/vendor/sentinel

Local development in a Laravel app (monorepo)

Host app composer.json:

Then:

Package tests

Inside package directory:

Docs

See docs/ for architecture, config reference, CSP reporting, dashboard and roadmap.

Release-hardening checklist: docs/production-readiness.md.

Community and governance

Licensing

Read the Docs

This package includes:

Local docs preview:

Local strict build:

GitHub Actions docs workflow:

Required repository secrets for RTD trigger:

Branding and badges notes


All versions of sentinel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/routing Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/view Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package queopius/sentinel contains the following files

Loading the files please wait ...