PHPackages                             bluedot/composer - 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/composer

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

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

4.0.4(7mo ago)011.9k↓50%13MITPHPPHP ^8.2

Since Apr 11Pushed 7mo ago1 watchersCompare

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

READMEChangelogDependencies (12)Versions (133)Used By (3)

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/)**

功能说明
----

[](#功能说明)

- 权限系统（节省 8h）
- 微信系统
    - 自动回复（节省 4h）
    - 二维码管理（节省 4h）
    - 微信授权（节省 2h）
- 增删改查（节省 8h）
- 公共服务
    - 阿里云服务（节省 2h）
    - 验证码服务（节省 2h）
    - 加解密服务（节省 1h）
    - Redis 缓存（节省 4h）
    - 观星 SDK（节省 1h）

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance65

Regular maintenance activity

Popularity24

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

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 ~10 days

Recently: every ~39 days

Total

131

Last Release

213d ago

Major Versions

2.3.1 → 3.0.02023-01-28

3.6.4 → 4.0.02025-05-13

PHP version history (5 changes)2.0.0PHP ^7.3|^8.0

3.0.0PHP ^8.0

3.0.1PHP ^8.0.2

3.4.0PHP ^8.1

4.0.0PHP ^8.2

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/a4a9a16ab52adbef15a90113a29bfc5eb3905c09147e8c7b1da604de8bdc8241?d=identicon)[else-kang](/maintainers/else-kang)

![](https://avatars.githubusercontent.com/u/373274?v=4)[thinkphper](/maintainers/thinkphper)[@thinkphper](https://github.com/thinkphper)

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

---

Top Contributors

[![sangdongbo](https://avatars.githubusercontent.com/u/33682329?v=4)](https://github.com/sangdongbo "sangdongbo (6 commits)")[![jeckleee](https://avatars.githubusercontent.com/u/27334331?v=4)](https://github.com/jeckleee "jeckleee (2 commits)")[![wangcailin](https://avatars.githubusercontent.com/u/26639112?v=4)](https://github.com/wangcailin "wangcailin (1 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[gehrisandro/tailwind-merge-laravel

TailwindMerge for Laravel merges multiple Tailwind CSS classes by automatically resolving conflicts between them

341682.2k18](/packages/gehrisandro-tailwind-merge-laravel)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)

PHPackages © 2026

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