PHPackages                             rahulalam31/larabot - 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. [Framework](/categories/framework)
4. /
5. rahulalam31/larabot

ActiveLibrary[Framework](/categories/framework)

rahulalam31/larabot
===================

Laravel Chatbot package

111PHP

Since May 26Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rahulalam31/Larabot)[ Packagist](https://packagist.org/packages/rahulalam31/larabot)[ RSS](/packages/rahulalam31-larabot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Chatbot package
=======================

[](#laravel-chatbot-package)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4ea4d0033eeb1ae6993fcc422be5ec2b9e0dc61e7bf56552aafb0ae83c704aee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f726168756c616c616d33312f6c617261626f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rahulalam31/larabot)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f5a9ea996d61885c4d1ad976333914885b717a060a2bf604a0caaf6cd7e504c1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726168756c616c616d33312f6c617261626f742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/rahulalam31/larabot/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/bbf76bccab94da954dccf8f0d11ff8520a5cdeb8600fe42c5e71cfc03f58439c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726168756c616c616d33312f6c617261626f742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/rahulalam31/larabot/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/04472ca4546b56da964d11d26089bbf798fec512b9ba3e89cbe580ad5bb906cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726168756c616c616d33312f6c617261626f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rahulalam31/larabot)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require rahulalam31/larabot
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="larabot-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="larabot-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="larabot-views"
```

Usage
-----

[](#usage)

```
$larabot = new rahulalam31\Larabot();
echo $larabot->echoPhrase('Hello, rahulalam31!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Rahul Alam](https://github.com/rahulalam31)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/cae86317f580fd1c2ba8e7960f31b31fc2684ad90464251b60b215f3dfac7275?d=identicon)[rahulalam31](/maintainers/rahulalam31)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/rahulalam31-larabot/health.svg)

```
[![Health](https://phpackages.com/badges/rahulalam31-larabot/health.svg)](https://phpackages.com/packages/rahulalam31-larabot)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/packages/laravel-telescope)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M529](/packages/laravel-passport)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M255](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M591](/packages/laravel-prompts)

PHPackages © 2026

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