dever 25c4d3dc64 edit hace 6 años
..
database 25c4d3dc64 edit hace 6 años
lib 25c4d3dc64 edit hace 6 años
README.md 25c4d3dc64 edit hace 6 años
index.php 25c4d3dc64 edit hace 6 años

README.md

score

积分管理组件:非常方便使用的积分管理功能,需要依赖passport组件,也可以自行开发passport,只要能使用uid即可

使用方法:

# 记录积分行为
$uid = 1;//用户id
$key = 'key';//积分行为的key
$name = 'name';//积分行为的名
Dever::score($uid, $key, $name);