PHPackages                             bluedot/lookstar-kernel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bluedot/lookstar-kernel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bluedot/lookstar-kernel
=======================

1.9.7(1y ago)11.6kMITPHPPHP ^8.1

Since Apr 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wangcailin/lookstar-kernel)[ Packagist](https://packagist.org/packages/bluedot/lookstar-kernel)[ RSS](/packages/bluedot-lookstar-kernel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (120)Used By (0)

bluedot/composer
================

[](#bluedotcomposer)

目录结构
----

[](#目录结构)

遵循于 Laravel 最佳实践

```
├── config
├── database
├── resources
└── src
    ├── Application
    │   ├── Analysis
    │   ├── Auth
    │   ├── Push
    │   ├── System
    │   ├── Tag
    │   ├── User
    │   └── WeChat
    ├── Composer.php
    ├── ComposerServiceProvider.php
    ├── Console
    ├── Exceptions
    ├── Http # HTTP 核心库
    │   ├── BaseController.php # 基类公共控制器
    │   ├── Controller.php # 公共控制器
    │   ├── Kernel.php
    │   ├── Middleware
    │   │   ├── AuthOperationLog.php
    │   │   ├── Authenticate.php
    │   │   ├── AuthenticateAdmin.php
    │   │   └── RequestLog.php
    │   └── Traits
    │       ├── PlatformBindUser.php
    │       ├── Select.php
    │       └── Validate.php
    ├── RouteRegistrar.php # 注入一些公共路由
    ├── Support # 第三方包
    │   ├── Aip
    │   ├── Aliyun
    │   ├── Auth
    │   ├── Captcha
    │   ├── Crypt
    │   ├── Database
    │   ├── Excel
    │   ├── Lookstar
    │   ├── Mail
    │   ├── Redis
    │   └── Vhall.php
    └── helpers.php

```

Package Support
---------------

[](#package-support)

- **[Laravel](https://learnku.com/docs/laravel/9.x)**
- **[Passport OAuth 认证](https://learnku.com/docs/laravel/9.x/passport/12270)**
- **[jwt-auth](https://jwt-auth.readthedocs.io/en/develop/)**
- **[laravel-query-builder HTTP 查询](https://spatie.be/docs/laravel-query-builder/v5/introduction)**
- **[laravel-permission 多权限](https://spatie.be/docs/laravel-permission/v5/introduction)**
- **[EasyWeChat 微信 SDK](https://easywechat.com/6.x/)**

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance40

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Every ~5 days

Recently: every ~40 days

Total

119

Last Release

514d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/73351d3c74368303fee9377adacc21d3ef0fe0e9b73c0eb92fbfcb9208bd7ae2?d=identicon)[cailin.wang](/maintainers/cailin.wang)

![](https://www.gravatar.com/avatar/e4d0ab6c2742c5783db2d09f32afe1c11456a650dd713c13288f4503b2568b8b?d=identicon)[sangdongbo](/maintainers/sangdongbo)

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bluedot-lookstar-kernel/health.svg)

```
[![Health](https://phpackages.com/badges/bluedot-lookstar-kernel/health.svg)](https://phpackages.com/packages/bluedot-lookstar-kernel)
```

PHPackages © 2026

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