PHPackages                             sundayit/chatframe - 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. sundayit/chatframe

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sundayit/chatframe
==================

Sunday IT's Chat frame package

1.0.1(6y ago)06MITCSSCI failing

Since Sep 21Pushed 6y ago1 watchersCompare

[ Source](https://github.com/sunday-ltd/chatframe)[ Packagist](https://packagist.org/packages/sundayit/chatframe)[ Docs](https://sundayit.hu/chatbots)[ RSS](/packages/sundayit-chatframe/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![](https://camo.githubusercontent.com/d3e18dc983d457c0a3767b62d35d1b94c67dffca59649b7e360933587301a1ee/68747470733a2f2f73756e64617969742e68752f696d672f6c6f676f2e706e67)](https://camo.githubusercontent.com/d3e18dc983d457c0a3767b62d35d1b94c67dffca59649b7e360933587301a1ee/68747470733a2f2f73756e64617969742e68752f696d672f6c6f676f2e706e67)

Sunday Chatframe
================

[](#sunday-chatframe)

This package builds upon Sunday's fork of the Botman web-widget:

- Fork: [sunday-ltd/web-widget](https://github.com/sunday-ltd/web-widget)
- Original: [botman/web-widget](https://github.com/botman/web-widget)

Usage - **Backend Blade**
-------------------------

[](#usage---backend-blade)

[![](https://camo.githubusercontent.com/7753bb6be25d57179fa3511e089a24bda7474be3fa15c50f0d1db8839819b9f1/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f7365727665722e706e67)](https://camo.githubusercontent.com/7753bb6be25d57179fa3511e089a24bda7474be3fa15c50f0d1db8839819b9f1/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f7365727665722e706e67)

### 1. Install this package, if you don't have it yet to composer:

[](#1-install-this-package-if-you-dont-have-it-yet-to-composer)

```
$ composer require sundayit/chatframe
```

### 2. Run command (Optional)

[](#2-run-command-optional)

If you want to locally host the chatframe's JS and CSS files instead of using the CDN, run the following command

```
$ php artisan vendor:publish --provider="SundayIT\chatframe\chatframeServiceProvider" --force
```

Which will place the necessary JS and CSS files. In this case, open `packages/sundayit/chatframe/views/chat/chatframe.blade.php` and uncommment the local resources, and remove the CDN links.

---

Usage - **Frontend widget**
---------------------------

[](#usage---frontend-widget)

[![](https://camo.githubusercontent.com/f9972e1ee669aa3d59b87fb462f4b05a3a8b13d311a439236200ffa71c230b11/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f636c6f75642d62696e6172792d636f64652e706e67)](https://camo.githubusercontent.com/f9972e1ee669aa3d59b87fb462f4b05a3a8b13d311a439236200ffa71c230b11/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f636c6f75642d62696e6172792d636f64652e706e67)

### 1. Link the frontend widget

[](#1-link-the-frontend-widget)

This widget loads the chat bubble to the bottom right corner and injects the iframe Use our CDN:

```

```

or download from the latest release:  and either compile it yourself (see project [readme](https://github.com/molbal/web-widget/blob/master/README.md)) or take /build/js/widget.js

### 2. Link CSS for the styles

[](#2-link-css-for-the-styles)

```

```

### 3. Set up the settings *BEFORE* the frontend widget.:

[](#3-set-up-the-settings-before-the-frontend-widget)

```

    var botmanWidget = {
        chatServer: 'https://php-uk-conference-2018.marcelpociot.de/botman',
        frameEndpoint: '/chat-endpoint',
        bubbleAvatarUrl: "https://img.icons8.com/color/96/000000/technical-support.png",
        title: 'Chatbot',

        /* Below Sunday development */
        headerTextColor: '#fff',
        headerTextFontFamily: "Barlow Semi Condensed",
        headerTextFontWeight: 700,
        mainColor: '#f37820',
        headerIconBorderRadius: '0',
        headerIconDisplayed: true,
        headerIconSize: '80px'
    }

```

### Example:

[](#example)

---

Change log
----------

[](#change-log)

[![](https://camo.githubusercontent.com/969bf40fe68e3c1dc963f5d14b558368fef22a24461043a2e29ea3e5c1980bea/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f646f63756d656e742e706e67)](https://camo.githubusercontent.com/969bf40fe68e3c1dc963f5d14b558368fef22a24461043a2e29ea3e5c1980bea/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f646f63756d656e742e706e67)

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

Security
--------

[](#security)

[![](https://camo.githubusercontent.com/8312a30fc70f284cf2d52992e88def1c8193af51ab0373248b605a46092e3578/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f636c6f75642d6669726577616c6c2e706e67)](https://camo.githubusercontent.com/8312a30fc70f284cf2d52992e88def1c8193af51ab0373248b605a46092e3578/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f636c6f75642d6669726577616c6c2e706e67)

If you discover any security related issues, please email author email instead of using the issue tracker:

Credits
-------

[](#credits)

[![](https://camo.githubusercontent.com/d2732f97f8aa2dce8f89773c2523ef0f04f198526f3e78e366a45842940f14ba/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f636c6f75642d757365722d67726f75702e706e67)](https://camo.githubusercontent.com/d2732f97f8aa2dce8f89773c2523ef0f04f198526f3e78e366a45842940f14ba/68747470733a2f2f696d672e69636f6e73382e636f6d2f636f74746f6e2f36342f3030303030302f636c6f75642d757365722d67726f75702e706e67)

- [Sunday Ltd.](https://sundayit.hu/chatbots)
- [Botman](https://botman.io)
- [Icons8](https://icons8.com)
- [Laravel](https://laravel.com)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

2

Last Release

2427d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53e6ad68a246310b4962fb2d17d75debebfb895cf9c3428e8c27afa099fa9882?d=identicon)[molbal](/maintainers/molbal)

---

Top Contributors

[![molbal](https://avatars.githubusercontent.com/u/5754480?v=4)](https://github.com/molbal "molbal (10 commits)")

---

Tags

laravelchatbotBotmanchatframe

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sundayit-chatframe/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[botman/botman

Create messaging bots in PHP with ease.

6.2k1.5M97](/packages/botman-botman)[botman/tinker

BotMan tinker command for your Laravel BotMan project

102201.2k4](/packages/botman-tinker)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)

PHPackages © 2026

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