文件名称:Authenticator
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-02 11:14:20
PHP
基本的身份验证器,展示了一种与数据层分离的简单方法 测试方法: git clone https://github.com/marcelsud/backtothebasics.git cd backtothebasics/authenticator composer install php app/array_authenticator.php php app/csv_authenticator.php php app/respect_authenticator.php php app/pdo_authenticator.php 它应该显示如下内容: object(Basic\Login\Entity\User)#21 (3) { ["id":"Basic\Login\Entity\User":private]=> int(1) ["username":"Basic\Log
【文件预览】:
Authenticator-master
----composer.json(283B)
----app()
--------bootstrap.php(2KB)
--------data()
--------pdo_authenticator.php(204B)
--------respect_authenticator.php(208B)
--------csv_authenticator.php(204B)
--------array_authenticator.php(206B)
----src()
--------Basic()
----.gitignore(42B)
----README.md(682B)