PHPackages                             unionofrad/li3\_bot - 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. unionofrad/li3\_bot

ActiveLithium-library[Utility &amp; Helpers](/categories/utility)

unionofrad/li3\_bot
===================

IRC bot for li3.

v1.0.0(10y ago)2692BSD-3-clausePHPPHP &gt;=5.3

Since Aug 13Pushed 10y ago6 watchersCompare

[ Source](https://github.com/unionofrad/li3_bot)[ Packagist](https://packagist.org/packages/unionofrad/li3_bot)[ Docs](http://li3.me)[ RSS](/packages/unionofrad-li3-bot/feed)WikiDiscussions master Synced 3w ago

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

li₃ bot
=======

[](#li-bot)

About
-----

[](#about)

`li3_bot` is an IRC bot and webinterface plugin for li3.

Installation &amp; Configuration
--------------------------------

[](#installation--configuration)

The logging, karma and tell plugins need a working (My)SQL database connection. The schema to initialize the tables can be found under `config/schema.sql`.

```
Connections::add('default', array(
	'type' => 'database',
	'adapter' => 'MySql',
	// ...
));

```

For perfomance reasons (log tables can't get huge) you should also have caching configured in your li3 app.

The plugin can be configured by passing additional options when registering the plugin.

```
Libraries::add('li3_bot', array(
	'host' => 'irc.freenode.net',
	'port' => 6667,
	'nick' => 'li3bot',
	'channels' => ['#li3', '#li3-core'],
	'rewriters' => [
		'(example\.(org|com))' => function($inner, $outer) {
			return str_replace($inner, '' . $inner . '', $outer);
		},
		'(.*)' => function($inner, $outer) {
			return '' . $outer . '';
		}
	]
));

```

Usage
-----

[](#usage)

Run `li3 bot` from within your li3 application in order to statup the bot. The bot will join the configured channels and stay there until you hit `STRG`+`C` or the script terminates otherwise.

Plugins
-------

[](#plugins)

The bot can extended through plugins. Such plugins are required to subclass `\li3_bot\extensions\command\bot\Plugin`.

Following plugins are already builtin and can be found in `extensions/command/bot/plugins`:

- Feed - pulls from RSS feeds.
- Karma - maintains a karma highscore board.
- Logging - logs channel messages.
- Tell - stores and retrieves socalled tells.
- Weather - allows for retrieving the weather.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 64.8% 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 ~73 days

Total

5

Last Release

3683d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/29702?v=4)[Marius Wilms](/maintainers/mariuswilms)[@mariuswilms](https://github.com/mariuswilms)

---

Top Contributors

[![mariuswilms](https://avatars.githubusercontent.com/u/29702?v=4)](https://github.com/mariuswilms "mariuswilms (136 commits)")[![gwoo](https://avatars.githubusercontent.com/u/13685?v=4)](https://github.com/gwoo "gwoo (58 commits)")[![niel](https://avatars.githubusercontent.com/u/117568?v=4)](https://github.com/niel "niel (6 commits)")[![mehlah](https://avatars.githubusercontent.com/u/224928?v=4)](https://github.com/mehlah "mehlah (5 commits)")[![jlogsdon](https://avatars.githubusercontent.com/u/88460?v=4)](https://github.com/jlogsdon "jlogsdon (4 commits)")[![nateabele](https://avatars.githubusercontent.com/u/18288?v=4)](https://github.com/nateabele "nateabele (1 commits)")

---

Tags

pluginlithiumbotli3irc

### Embed Badge

![Health badge](/badges/unionofrad-li3-bot/health.svg)

```
[![Health](https://phpackages.com/badges/unionofrad-li3-bot/health.svg)](https://phpackages.com/packages/unionofrad-li3-bot)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[nzedb/nzedb

A Usenet Indexer

6445.4k](/packages/nzedb-nzedb)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)[pressbooks/pressbooks-aldine

Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher.

114.5k](/packages/pressbooks-pressbooks-aldine)

PHPackages © 2026

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