Skip to content

Eve-PHP/eve-plugin-htpasswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo Eve HTPASSWD Plugin

HTPASSWD Dialog for the Eve Framework

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

====

Install

composer install eve-php/eve-plugin-htpasswd

====

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 ;)

About

htpasswd for the Eve Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages