2017 © Pedro Peláez
 

plugin eden-middleware-htpasswd

Htpassword for the Eve Framework

image

openovate/eden-middleware-htpasswd

Htpassword for the Eve Framework

  • Tuesday, November 10, 2015
  • by cblanquera
  • Repository
  • 3 Watchers
  • 0 Stars
  • 6,224 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

logo Eve HTPASSWD Plugin

HTPASSWD Dialog for the Eve Framework

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

====, (*1)

, (*2)

Install

composer install eve-php/eve-plugin-htpasswd, (*3)

====, (*4)

, (*5)

Usage

  1. Add this in public/index.php towards the top of the bootstrap chain.
//CSRF
->add(Eve\Plugin\Htpasswd\Setup::i()->import(array(
    'admin' => '123',
    'guest' => 'guest'
)))
  1. Done ;)

The Versions

10/11 2015

dev-master

9999999-dev http://eve.openovate.com

Htpassword for the Eve Framework

  Sources   Download

MIT

The Requires

 

by Christian Blanquera

plugin eve