Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

「PHPによる簡単なログイン認証いろいろ」のサンプル

License

Notifications You must be signed in to change notification settings

mpyw-yattemita/php-auth-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPによる簡単なログイン認証いろいろ

こちらにあるサンプル集です.

ユーザ名 パスワード
username password

基本的な使い方

mpyw@localhost:~$ git clone git@github.com:mpyw/php-auth-examples.git
mpyw@localhost:~$ cd php-auth-examples
mpyw@localhost:~/php-auth-examples$ basic/run.sh

この状態でWebブラウザから http://localhost:8080/ にアクセス

詳細

認証タイプ

3つのディレクトリがあります.

ディレクトリ名 説明
basic Basic認証
digest Digest認証
session セッション認証

動作タイプ

各ディレクトリの中にシェルスクリプトが3種類あります.

ディレクトリ名 説明
run.sh PHPのビルトインサーバを使います.
run-fpm-h2o.sh H2Oとphp-fpmを使います.
run-cgi-h2o.sh H2Oとphp-cgiを使います.
プロセス管理はH2O側で行われます.

About

「PHPによる簡単なログイン認証いろいろ」のサンプル

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published