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(6y ago)52592MITPHPCI failing

Since Feb 17Pushed 6y 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 today

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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

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

2201d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/61058264?v=4)[Lurkchat](/maintainers/lurkchat)[@lurkchat](https://github.com/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

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

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

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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