PHPackages                             link1st/laravel-test - 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. link1st/laravel-test

ActiveLibrary

link1st/laravel-test
====================

hello word

011PHP

Since Dec 5Pushed 9y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-test
============

[](#laravel-test)

laravel扩展开发

安装
--

[](#安装)

加载包

`"link1st/laravel-test": "dev-master"`

在配置文件中添加 **config/app.php**

```
    'providers' => [
        /**
         * 添加供应商
         */
        link1st\test\TestServiceProvider::class,
    ],
    'aliases' => [
         /**
          * 添加别名
          */
        'test'=>link1st\test\Facades\Test::class,
    ],
```

生成配置文件

`php artisan vendor:publish`

使用
--

[](#使用)

```
    // 使用自动加载直接使用
    $link = new \link1st\test\easemob();
    echo $link->get_config();

    // 使用门面使用
    echo \test::get_config();
    echo \test::index();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0b190747fdca7a550f54938501f583c64cb461bebdfa87932514dc30cd25efb4?d=identicon)[link1st](/maintainers/link1st)

---

Top Contributors

[![link1st](https://avatars.githubusercontent.com/u/12679836?v=4)](https://github.com/link1st "link1st (1 commits)")

### Embed Badge

![Health badge](/badges/link1st-laravel-test/health.svg)

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

PHPackages © 2026

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