PHPackages                             crtl/slim-auth-middleware - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. crtl/slim-auth-middleware

ActiveLibrary

crtl/slim-auth-middleware
=========================

Simple Middleware for custom authorization.

1.0.3(7y ago)0171[1 PRs](https://github.com/crtl/slim-auth-middleware/pulls)Apache-2.0PHPPHP ^7.0

Since Oct 23Pushed 6y agoCompare

[ Source](https://github.com/crtl/slim-auth-middleware)[ Packagist](https://packagist.org/packages/crtl/slim-auth-middleware)[ RSS](/packages/crtl-slim-auth-middleware/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

Slim Authorization Middleware
=============================

[](#slim-authorization-middleware)

This package provides a basic middleware to implement authorization of any type.

Installation
------------

[](#installation)

```
composer require crtl/slim-auth-middleware

```

Usage
-----

[](#usage)

The package already comes with a prebuild implementation for HTTP-Basic Authroziation.

```
