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

ActiveLibrary[Framework](/categories/framework)

xalatechnologies/consultant-bot
===============================

Consultant Bot Package for Laravel

v1.5.0(1y ago)09MITPHPPHP ^7.4|^8.0

Since Sep 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xalatechnologies/ConsultantBot)[ Packagist](https://packagist.org/packages/xalatechnologies/consultant-bot)[ RSS](/packages/xalatechnologies-consultant-bot/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

ConsultantBot Laravel Package
=============================

[](#consultantbot-laravel-package)

ConsultantBot is a Laravel chatbot package for consulting services. It provides dynamic service options and localized conversations.

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

[](#installation)

You can install this package via composer:

```
composer require xalatechnologies/consultant-bot

## Database Setup

Please ensure that the `services` table exists in your database. You can create the migration in your main project like this:

```bash
php artisan make:migration create_services_table

Schema::create('services', function (Blueprint $table) {
    $table->id();
    $table->string('title_en');        // English title
    $table->string('title_nb');        // Norwegian title
    $table->text('description_en');    // English description
    $table->text('description_nb');    // Norwegian description
    $table->timestamps();
});

use Illuminate\Database\Eloquent\Model;
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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

Total

7

Last Release

650d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/171240994?v=4)[Ibrahim Rahmani](/maintainers/xalatechnologies)[@xalatechnologies](https://github.com/xalatechnologies)

---

Top Contributors

[![xalatechnologies](https://avatars.githubusercontent.com/u/171240994?v=4)](https://github.com/xalatechnologies "xalatechnologies (7 commits)")

### Embed Badge

![Health badge](/badges/xalatechnologies-consultant-bot/health.svg)

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/packages/laravel-dusk)[botman/studio

BotMan Chatbot framework.

33327.8k](/packages/botman-studio)[mpociot/botman-laravel-starter

BotMan Chatbot framework.

3325.4k](/packages/mpociot-botman-laravel-starter)[yageorgiy/botman-vk-community-callback-driver

A VK community callback driver for botman.io framework

111.6k](/packages/yageorgiy-botman-vk-community-callback-driver)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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