2017 © Pedro Peláez
 

library ip-control-middleware

Middleware to control access by IP

image

luisinder/ip-control-middleware

Middleware to control access by IP

  • Tuesday, December 13, 2016
  • by luisinder
  • Repository
  • 1 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

IP Control Middleware

Latest Stable Version Total Downloads, (*1)

Middleware to control the IPs that have access to the application., (*2)

  • Allows adding multiple IPs.
  • Defines a return URL in case the IP is not allowed.

Installation

Using Composer:, (*3)

$ composer require luisinder/ip-control-middleware

Use

Allowed IPs must be inside an array. The second parameter is the return URL in case of failure:, (*4)

$app->add(new Luisinder\Middleware\IpControl(['::1','192.168.1.0','127.0.0.1'],"https://github.com"));

The Versions

13/12 2016

dev-master

9999999-dev https://github.com/luisinder/remote-port-middleware

Middleware to control access by IP

  Sources   Download

BSD-3-Clause

The Requires

 

middleware ip control

26/10 2016

1.2

1.2.0.0 https://github.com/luisinder/remote-port-middleware

Middleware to control access by IP

  Sources   Download

BSD-3-Clause

The Requires

 

middleware ip control

25/10 2016

1.0.0

1.0.0.0 https://github.com/luisinder/remote-port-middleware

Middleware to control access by IP

  Sources   Download

BSD-3-Clause

The Requires

 

middleware ip control

25/10 2016

0.1.1

0.1.1.0 https://github.com/luisinder/remote-port-middleware

Middleware to control access by IP

  Sources   Download

BSD-3-Clause

The Requires

 

middleware ip control

25/10 2016

0.1

0.1.0.0 https://github.com/luisinder/remote-port-middleware

Middleware to control access by IP

  Sources   Download

BSD-3-Clause

The Requires

 

middleware ip control