PHPackages                             jncinet/qihucms-sign-in - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jncinet/qihucms-sign-in

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

jncinet/qihucms-sign-in
=======================

qihucms sign in.

1.0.2(5y ago)06MITPHP

Since Dec 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jncinet/qihucms-sign-in)[ Packagist](https://packagist.org/packages/jncinet/qihucms-sign-in)[ Docs](https://www.qihucms.com)[ RSS](/packages/jncinet-qihucms-sign-in/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

会员签到
====

[](#会员签到)

安装
--

[](#安装)

```
$ composer require jncinet/qihucms-sign-in
```

使用
--

[](#使用)

### 数据迁移

[](#数据迁移)

```
$ php artisan migrate
```

### 发布资源

[](#发布资源)

```
$ php artisan vendor:publish --provider="Qihucms\SignIn\SignInServiceProvider"
```

### 后台菜单

[](#后台菜单)

- 签到记录：sign-in/logs

### 路由参数说明

[](#路由参数说明)

#### 会员签到

[](#会员签到-1)

```
route('api.sign.in')
请求：POST
地址：/sign/in
参数：
返回值：
{
    result: {
            code：签到提示码
            data：连续签到的天数
    },
    status: "success"
}

```

#### 签到排行榜

[](#签到排行榜)

```
route('api.sign.ranking')
请求：GET
地址：/sign/ranking
参数：
int $limit （选填）每页显示的条数
返回值：
{
    status: 'SUCCESS',
    data: {
        1: {
            user: 会员信息
            count：连续签到天数
            created_at：首次签到时间
            updated_at：最后签到时间
        }
        ...
    }
}

```

### 事件调用

[](#事件调用)

```
// 签到事件绑定
Qihucms\SignIn\Events\Signed
```

数据库
---

[](#数据库)

### 签到记录表：sign\_ins

[](#签到记录表sign_ins)

FieldTypeLengthAllowNullDefaultCommentuser\_idbigint会员IDcountint0次数created\_attimestampYNULL创建时间updated\_attimestampYNULL更新时间

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63541651e21494722aa0d364dca6dbaa132d0ee4e9f85a741b5eff8c587f57ba?d=identicon)[jncinet](/maintainers/jncinet)

---

Tags

sign-inqihucms

### Embed Badge

![Health badge](/badges/jncinet-qihucms-sign-in/health.svg)

```
[![Health](https://phpackages.com/badges/jncinet-qihucms-sign-in/health.svg)](https://phpackages.com/packages/jncinet-qihucms-sign-in)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
