2017 © Pedro Peláez
 

library simple-lock

Simple low security access restriction/password protection PSR7 middleware

image

vperyod/simple-lock

Simple low security access restriction/password protection PSR7 middleware

  • Friday, July 29, 2016
  • by jnj
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

vperyod.simple-lock

Simple low security access restriction/password protection PSR7 middleware, (*1)

Latest version ![Build Status][ico-travis] Coverage Status ![Quality Score][ico-code-quality], (*2)

Installation

composer require vperyod/simple-lock

Usage

use Vperyod\SimpleLock\LockHandler;
use Vperyod\SimpleLock\Verify\Password;

if ($_ENV['LOCK']) {
    $adr->middle(new LockHandler(new Password($_ENV['LOCK_PW'])));
}

The Versions

29/07 2016

dev-develop

dev-develop https://github.com/vperyod/vperyod.session-handler

Simple low security access restriction/password protection PSR7 middleware

  Sources   Download

MIT

The Requires

 

The Development Requires

by jake johns

29/07 2016

dev-master

9999999-dev https://github.com/vperyod/vperyod.session-handler

Simple low security access restriction/password protection PSR7 middleware

  Sources   Download

MIT

The Requires

 

The Development Requires

by jake johns

29/07 2016

0.1.0

0.1.0.0 https://github.com/vperyod/vperyod.session-handler

Simple low security access restriction/password protection PSR7 middleware

  Sources   Download

MIT

The Requires

 

The Development Requires

by jake johns