PHPackages                             leftsky/laravel-help - 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. leftsky/laravel-help

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

leftsky/laravel-help
====================

为Laravel定制的助手 function、trait、abstract。配合 leftsky/php:8 容器更容易

0.3.6(2y ago)0823MITPHPPHP ^8.0

Since Aug 31Pushed 2y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (37)Used By (0)

laravel-help
============

[](#laravel-help)

Larrvel help function、trait、abstract。For fast and simple curd、upload、wechat help、alipay、wechat pay、meida controller

### 一键curd协助trait

[](#一键curd协助trait)

### 在路由中增加本类get function路由。在需要的 Controller 中添加

[](#在路由中增加本类get-function路由在需要的-controller-中添加)

```
    // 引入一键curd 代理get方法
    use SimpleCurd;
    // 设置当前模型
    private string $model = YourModal::class;
```

### 前端请求body

[](#前端请求body)

```
{
    // 当前页面，二选一。page优先级高
    page: 1,
    current: 1,
    // 分页大小
    pageSize: 10,
    // 排序方式 1；ascend 正序 descend 倒序
    sort: {
        columnName: ascend
    },
    // 排序方式2、3 正序与倒序 排序参数三选1
    orderBy: columnName,
    orderByDesc: columnName,
    // 所有筛选都可以同时出现，代理逻辑用where相关联
    // 筛选方式1 相等筛选
    columnName: 100,
    // 筛选方式2 whereIn 筛选
    columnName2: [123, 200],
    // 筛选方式3
    filter: {
        columnName3: [50, "真好"]
    }
}
// 回执
{
    // 总数量
    total: 1000,
    // 查询出的数据
    data: [...],
    // 当前页码
    current: 1
}

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Recently: every ~103 days

Total

36

Last Release

787d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d4b47f75d822144d002ef6767c9614a253e1d23424146e299030d8a3b9dfa66?d=identicon)[leftsky](/maintainers/leftsky)

---

Top Contributors

[![leftsky](https://avatars.githubusercontent.com/u/33944849?v=4)](https://github.com/leftsky "leftsky (37 commits)")

### Embed Badge

![Health badge](/badges/leftsky-laravel-help/health.svg)

```
[![Health](https://phpackages.com/badges/leftsky-laravel-help/health.svg)](https://phpackages.com/packages/leftsky-laravel-help)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

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

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

1.2k2.3k](/packages/blair2004-nexopos)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[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)[backpack/basset

Dead-simple way to load CSS or JS assets only once per page, when using Laravel 10+.

202832.4k6](/packages/backpack-basset)[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)
