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 1mo 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

26

—

LowBetter than 43% of packages

Maintenance36

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

596d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ccd43567f8c1cd4bd5fca5c90bc01ad569ff67ca5400c5b2c094bd0258ce413e?d=identicon)[xalatechnologies](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[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/prompts

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

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M590](/packages/laravel-pail)

PHPackages © 2026

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