attogram / attogram-user
此包已被废弃且不再维护。未建议替代包。
Attogram 框架的用户模块
v0.0.4
2016-07-21 22:36 UTC
Requires
- php: >=5.3.3 || ^7.0
Requires (Dev)
- phpunit/phpunit: 5.4.*
Suggests
- attogram/attogram-contactform: Contact Form Module for the Attogram Framework
- attogram/attogram-database: User Module requires the Database Module for the Attogram Framework
- attogram/attogram-framework: The Attogram Framework
- attogram/attogram-info: Info Module for the Attogram Framework
- attogram/attogram-modulemanager: Module Manager for the Attogram Framework
This package is auto-updated.
Last update: 2020-02-09 03:48:39 UTC
README
这是 Attogram 框架的用户模块。
安装用户模块
- 您已经安装了 Attogram 框架,对吧?
- 转到您的安装顶级目录,然后运行
composer create-project attogram/attogram-user modules/_attogram_user
用户模块内容
公共操作
actions/login.php
- 登录页面actions/user.php
- 用户主页
管理操作
admin_actions/user-admin.php
- 用户管理
包含文件
includes/AttogramUser.php
- Attogram 用户对象
杂项
tests/*
- phpunit 测试