PHPackages                             sempro/console-driver - 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. [CLI &amp; Console](/categories/cli)
4. /
5. sempro/console-driver

ActiveModule[CLI &amp; Console](/categories/cli)

sempro/console-driver
=====================

Laravel explicit console driver for BotMan

1.0.2(9y ago)045MITPHPPHP &gt;=5.5.9

Since Feb 27Pushed 9y ago5 watchersCompare

[ Source](https://github.com/sempro/console-driver)[ Packagist](https://packagist.org/packages/sempro/console-driver)[ RSS](/packages/sempro-console-driver/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (4)Used By (0)

console-driver [![Total Downloads](https://camo.githubusercontent.com/2f065a7db5f47821bc4ce348ef32031e73434c2c35fa74a0f894bbe16856f52d/68747470733a2f2f706f7365722e707567782e6f72672f73656d70726f2f636f6e736f6c652d6472697665722f646f776e6c6f616473)](https://packagist.org/packages/sempro/console-driver)
===========================================================================================================================================================================================================================================================================================================

[](#console-driver-)

> Laravel explicit console driver for BotMan

### WIP

[](#wip)

#### Installation

[](#installation)

Install with composer

```
composer require sempro/console-driver
```

Navigate to `config/app.php` and add the following under providers

```
\Sempro\ConsoleDriver\Providers\ServiceProvider::class
```

Publish assets (Console chat command)

```
php artisan vendor:publish --force --provider="Sempro\ConsoleDriver\Providers\ConsoleDriverServiceProvider"
```

Register command in `app/Console/Kernel.php`

```
protected $commands = [
    App\Console\Commands\ConsoleChat::class
];
```

#### Usage

[](#usage)

Send a message to the bot

```
php artisan console:chat "Your message here"
```

Send a message and log a message

```
php artisan console:chat "Your message here" --log
```

#### License

[](#license)

MIT © [Sempro AS](http://www.sempro.no)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

3

Last Release

3397d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/35d9e549ce3a4c7fe0c64aa8664a21f8c97b7291c4ef62533ac578b44c5e3bae?d=identicon)[indentno](/maintainers/indentno)

---

Top Contributors

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

---

Tags

botbotmanchatbotconsole-driverlaravellaravel-command

### Embed Badge

![Health badge](/badges/sempro-console-driver/health.svg)

```
[![Health](https://phpackages.com/badges/sempro-console-driver/health.svg)](https://phpackages.com/packages/sempro-console-driver)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

13046.0M6.4k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71470.5k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)[macopedia/magento2-categoryimporter

Category Importer for Magento 2

344.7k](/packages/macopedia-magento2-categoryimporter)

PHPackages © 2026

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