PHPackages                             aznc/line\_bus\_type76 - 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. aznc/line\_bus\_type76

ActiveLibrary[API Development](/categories/api)

aznc/line\_bus\_type76
======================

EventBus for Line bot development

v0.1.1(9y ago)021MITPHP

Since Nov 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/weichenlin/LineBusType76)[ Packagist](https://packagist.org/packages/aznc/line_bus_type76)[ RSS](/packages/aznc-line-bus-type76/feed)WikiDiscussions master Synced 1mo ago

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

LineBus
=======

[](#linebus)

example
-------

[](#example)

most work are done by the LineBus, you could focus on the event. the official echo bot can be simplify like:

```
$bus = LineBusFactory::CreateBus($token, $secret);
$bus->on('message.text', function ($event, $bot) {
    $bot->replyText($event->getReplyToken(), $event->getText());
});

$bus->run();

```

when there are something bad happens, LineBus fire a exception event that you can used to write log:

```
$bus->on('exception', function ($exception, $request, $signature) use ($logger) {
    $logger->log("something bad happens: {$exception->getMessage()}");
    $logger->log("signature: $signature, request body: $request");
});

```

install
-------

[](#install)

use composer to install:

```
$ composer require aznc/line_bus_type76

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Total

2

Last Release

3446d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c9ab59d3b5885da11238f6f77b36c964106d307f195b22f1b49bb1758451f9e?d=identicon)[weiclin](/maintainers/weiclin)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/aznc-line-bus-type76/health.svg)

```
[![Health](https://phpackages.com/badges/aznc-line-bus-type76/health.svg)](https://phpackages.com/packages/aznc-line-bus-type76)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[mpociot/slack-client

A better Slack client, with RTM API support

51263.6k1](/packages/mpociot-slack-client)[revolution/laravel-line-sdk

LINE SDK for Laravel

2235.8k](/packages/revolution-laravel-line-sdk)

PHPackages © 2026

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