PHPackages                             xiaolin/laravel-gateway - 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. xiaolin/laravel-gateway

ActiveLibrary

xiaolin/laravel-gateway
=======================

config

0.1(7y ago)013MITPHPPHP &gt;=7.0

Since Sep 6Pushed 7y agoCompare

[ Source](https://github.com/missxiaolin/laravel-gateway)[ Packagist](https://packagist.org/packages/xiaolin/laravel-gateway)[ RSS](/packages/xiaolin-laravel-gateway/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (11)Used By (0)

laravel-gateway
===============

[](#laravel-gateway)

安装

```
composer require xiaolin/laravel-gateway

```

注册日志

config/app.php

```
'providers'=> [
    // 日志
    Lin\Src\Providers\LoggerProvider::class,
    // sql日志
    Lin\Src\Providers\SqlQueryServiceProvider::class,
]

```

form 使用

```
class RouteAddForm extends Form
{
    public function rules()
    {
        return [
            'name' => 'required',
            'code' => 'required',
        ];
    }

    public function messages()
    {
        return [
            'required' => ':attribute必填。',
        ];
    }

    public function attributes()
    {
        return [
            'name' => '规则名称',
            'code' => '编码',
        ];
    }

    public function validation()
    {
    }
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

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

Total

10

Last Release

2800d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05b5e817e8addc30803144d902d3ed6028bc474bf6cc82d872180cc5903b373b?d=identicon)[missxiaolin](/maintainers/missxiaolin)

---

Top Contributors

[![missxiaolin](https://avatars.githubusercontent.com/u/26253292?v=4)](https://github.com/missxiaolin "missxiaolin (25 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xiaolin-laravel-gateway/health.svg)

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

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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