Download the PHP package wirelabs/fluxchat without Composer

On this page you can find all versions of the php package wirelabs/fluxchat. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fluxchat

FluxChat

A beautiful Laravel Livewire chat component built with Flux UI, supporting both standard polling and real-time messaging with Laravel Reverb.

FluxChat Preview

โœจ Features

๐Ÿ“‹ Requirements

๐Ÿš€ Installation

Install via Composer:

Run the installation command:

Run migrations:

๐ŸŽฏ Basic Usage

Add the component to your Blade view:

Where $contacts is a collection of users/contacts:

โš™๏ธ Configuration

Publish the config file:

Basic Configuration

Environment Variables

Add to your .env file:

๐Ÿ”ฅ Real-time Messaging

FluxChat supports two modes:

1. Standard Mode (Default)

2. Real-time Mode

To enable real-time messaging:

  1. Install and configure Laravel Reverb:

  2. Update your .env:

  3. Start the Reverb server:

๐ŸŽจ Customization

Custom Contact Model

Custom Styling

Publish the views to customize:

Views will be published to resources/views/vendor/fluxchat/.

Language Customization

Publish language files:

Add your own translations in resources/lang/vendor/fluxchat/.

๐Ÿ“š Advanced Usage

Programmatic Control

Events

Listen to FluxChat events:

๐Ÿงช Testing

๐Ÿ“– API Reference

Component Properties

Property Type Default Description
contacts Collection/Array [] Available contacts
contactModel String User::class Contact model class
contactNameField String 'name' Contact name field
contactSearchFields Array ['name'] Searchable fields
maxContacts Integer 10 Max contacts to show

Models

Conversation

Message

๐Ÿ› ๏ธ Troubleshooting

Real-time not working

  1. Check Reverb is running:

  2. Verify configuration:

  3. Check browser console for WebSocket connections

Messages not updating

  1. Ensure auto-refresh is enabled:

  2. Check Livewire is working:

๐Ÿค Contributing

Contributions are welcome! Please see CONTRIBUTING.md for details.

๐Ÿ“„ License

The MIT License (MIT). Please see License File for more information.

๐Ÿ™ Credits


Made with โค๏ธ by Wirelabs


All versions of fluxchat with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
laravel/framework Version ^12.0
livewire/livewire Version ^3.0
livewire/flux-pro Version ^2.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wirelabs/fluxchat contains the following files

Loading the files please wait ....