PHPackages                             wjh/tuling - 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. [API Development](/categories/api)
4. /
5. wjh/tuling

ActiveLibrary[API Development](/categories/api)

wjh/tuling
==========

laravel 图灵机器人

v0.1.2(8y ago)06MITPHPPHP &gt;=5.6

Since Jan 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wjh825998772/tuling)[ Packagist](https://packagist.org/packages/wjh/tuling)[ RSS](/packages/wjh-tuling/feed)WikiDiscussions dev Synced 2w ago

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

Tuling robot for Laravel 5
==========================

[](#tuling-robot-for-laravel-5)

[![Build Status](https://camo.githubusercontent.com/088f3c669c2c21c3899d1db5a86a299b475eb72c71a1ef3307567d980c764931/68747470733a2f2f7472617669732d63692e6f72672f776a6874696d652f74756c696e672e7376673f6272616e63683d646576)](https://travis-ci.org/wjhtime/tuling)[![codecov](https://camo.githubusercontent.com/66f30d6c0e5621c1ef03465e384017799e6bb2df6fec59d679a7a7bdc8511a24/68747470733a2f2f636f6465636f762e696f2f67682f776a6874696d652f74756c696e672f6272616e63682f6465762f67726170682f62616467652e737667)](https://codecov.io/gh/wjhtime/tuling)

关于
--

[](#关于)

Tuling robot是对图灵机器人的封装，提供一种简洁的方式，可以很方便的在你的框架中使用

安装方法
----

[](#安装方法)

在你的`composer.json`中引用 `wjh/tuling`，然后更新依赖关系：

```
$ composer require wjh/tuling
```

在`config/app.php`服务提供者数组中添加`Wjh\Tuling\ServiceProvider`

```
Wjh\Tuling\ServiceProvider::class,
```

使用方法
----

[](#使用方法)

```
$tuling = new Wjh\Tuling\Tuling($appUrl, $appKey, new Curl\Curl());
$tuling->handle();
```

配置文件
----

[](#配置文件)

默认的配置文件在config/tuling.php，复制该文件到你的文件夹中并修改，发布配置文件通过以下命令：

```
php artisan vendor:publish --provider="Wjh\Tuling\ServiceProvider"
```

app\_url和app\_key可以到[图灵官网](http://www.tuling123.com)上申请

```
return [
    'app_url' => env('tuling_app_url'),
    'app_key' => env('tuling_app_key'),
];
```

###  Health Score

23

—

LowBetter than 25% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

3

Last Release

3132d ago

### Community

Maintainers

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

---

Top Contributors

[![wjhtime](https://avatars.githubusercontent.com/u/9651823?v=4)](https://github.com/wjhtime "wjhtime (42 commits)")

---

Tags

laraveltuling

### Embed Badge

![Health badge](/badges/wjh-tuling/health.svg)

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6281.2k5](/packages/riclep-laravel-storyblok)

PHPackages © 2026

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