PHPackages                             curatorc/canned-laravel-helper - 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. curatorc/canned-laravel-helper

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

curatorc/canned-laravel-helper
==============================

laravel 辅助函数

1.0.19(3y ago)091MITPHPPHP ^8.0.2

Since May 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/CuratorC/canned-laravel-helper)[ Packagist](https://packagist.org/packages/curatorc/canned-laravel-helper)[ RSS](/packages/curatorc-canned-laravel-helper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (12)Versions (21)Used By (0)

 canned-laravel-helper
=======================

[](#-canned-laravel-helper-)

 laravel 辅助函数.

Installing
----------

[](#installing)

### Git 库引用（推荐）

[](#git-库引用推荐)

```
composer require curatorc/canned-laravel-helper
```

### 本地引用

[](#本地引用)

- 克隆仓库至项目目录的平级目录

    > 在项目根目录的上一级目录运行

    ```
    git clone git@github.com:CuratorC/canned-laravel-helper.git
    ```
- 添加本地库源

    > 在项目根目录运行

    ```
    composer config repositories.canned-laravel-helper path ../canned-laravel-helper
    ```
- 引用`SDK`

    ```
    composer require curatorc/canned-laravel-helper:dev-master
    ```

Usage
-----

[](#usage)

### 发布基础文件

[](#发布基础文件)

```
php artisan vendor:publish --provider="CuratorC\CannedLaravelHelper\ServiceProvider"
```

### Passport

[](#passport)

- 创建生成安全访问令牌时所需的加密密钥

```
php artisan passport:keys
```

- 生成 passport 数据表

```
php artisan migrate
```

- 创建登录客户端

```
php artisan passport:client --password --name='example-app'
```

- 发布自定义 grant\_type

```
php artisan vendor:publish --provider="Sk\Passport\GrantTypesServiceProvider" --tag="config"
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/curatorc/canned-laravel-helper/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/curatorc/canned-laravel-helper/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~3 days

Total

20

Last Release

1325d ago

### Community

Maintainers

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

---

Top Contributors

[![CuratorC](https://avatars.githubusercontent.com/u/46638517?v=4)](https://github.com/CuratorC "CuratorC (24 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/curatorc-canned-laravel-helper/health.svg)

```
[![Health](https://phpackages.com/badges/curatorc-canned-laravel-helper/health.svg)](https://phpackages.com/packages/curatorc-canned-laravel-helper)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M971](/packages/statamic-cms)[typicms/base

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

1.6k20.4k](/packages/typicms-base)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

43311.1k](/packages/venturedrake-laravel-crm)

PHPackages © 2026

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