PHPackages                             lurkchat/bot-php - 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. lurkchat/bot-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

lurkchat/bot-php
================

1.0.5(5y ago)5259↓100%2MITPHPCI failing

Since Feb 17Pushed 5y ago1 watchersCompare

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

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

[![](https://camo.githubusercontent.com/d79e53b3ab26986d5358498d1eabadd71b922e60f133b4dc5c53f697b7139f12/68747470733a2f2f6c75726b636861742e636f6d2f6173736574732f696d672f6c6f676f2e706e67)](https://camo.githubusercontent.com/d79e53b3ab26986d5358498d1eabadd71b922e60f133b4dc5c53f697b7139f12/68747470733a2f2f6c75726b636861742e636f6d2f6173736574732f696d672f6c6f676f2e706e67)

About Lurkchat
--------------

[](#about-lurkchat)

Lurkchat is reliable, secure and anonymous messenger.

Visit [lurkchat.com](https://lurkchat.com)

Sign up for free without email and other sensitive data and have pleasure with messaging and many other features

Welcome to Lurkchat bot
-----------------------

[](#welcome-to-lurkchat-bot)

### Getting started

[](#getting-started)

#### Install the package

[](#install-the-package)

##### Using composer require

[](#using-composer-require)

```
composer require lurkchat/bot-php

```

##### Or add to your composer.json file

[](#or-add-to-your-composerjson-file)

```
...
"require": {
    ...
    "lurkchat/bot-php": "^1.0"
}

```

##### and run

[](#and-run)

```
composer install

```

### Usage example

[](#usage-example)

#### Standalone

[](#standalone)

```
require_once("vendor/autoload.php");

$token = %YOUR_BOT_TOKEN%;

$bot = new \Lurkchat\LurkchatBot($token);
```

#### In laravel

[](#in-laravel)

##### Service provider and 'LurkchatBot' alias are auto discovered so just publish config file

[](#service-provider-and-lurkchatbot-alias-are-auto-discovered-so-just-publish-config-file)

```
php artisan vendor:publish --provider="Lurkchat\Laravel\LurkchatBotServiceProvider" --tag="config"

```

##### If you use only 1 bot, add to .env file and this config will be used for default

[](#if-you-use-only-1-bot-add-to-env-file-and-this-config-will-be-used-for-default)

```
LURKCHAT_BOT_TOKEN=%YOUR_BOT_TOKEN%

```

##### If you use multiple bots, you can provide token for each bot

[](#if-you-use-multiple-bots-you-can-provide-token-for-each-bot)

```
use Lurkchat\Laravel\Facades\LurkchatBot;

$bot = LurkchatBot::make($token);
```

### Make API call

[](#make-api-call)

#### Standalone

[](#standalone-1)

```
$bot = new \Lurkchat\LurkchatBot($token);

$info = $bot->getMe();
```

#### In laravel

[](#in-laravel-1)

##### With token provided in .env

[](#with-token-provided-in-env)

```
$info = LurkchatBot::getMe();
```

##### With token provided for each bot

[](#with-token-provided-for-each-bot)

```
$info = LurkchatBot::make($token)->getMe();
```

### Please check the docs for more commands

[](#please-check-the-docs-for-more-commands)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity61

Established project with proven stability

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

Recently: every ~5 days

Total

6

Last Release

2155d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/450ddc95e38875960abf18fa79d7ed0d0e8283637320f282eb10420292d9d879?d=identicon)[lurkchat](/maintainers/lurkchat)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lurkchat-bot-php/health.svg)

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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