Download the PHP package syriable/laravel-converse without Composer

On this page you can find all versions of the php package syriable/laravel-converse. 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 laravel-converse

Laravel Converse — 1:1 messaging for any Laravel application

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Marketplace-grade private messaging between two users — the messaging model behind platforms like Fiverr, generalized into a headless Laravel package: one trusted thread per relationship, private per-side state, governed multi-type messages, presence-aware notifications, and an event for everything.

No routes, no views, no JavaScript, no broadcasting transport — Converse is a domain layer you build your own UI, API, and real-time transport on top of.

Key features

Requirements

PHP 8.3+, Laravel 12 or 13. Requires syriable/laravel-user-context (presence, locale, timezone, location) and syriable/laravel-casework (reporting, cases, enforcement) — both are first-party companions installed automatically and are not optional.

Installation

Add the trait to any model that should be able to converse:

Full walkthrough, including presence setup: docs/installation.md.

Quick start

Documentation

Everything beyond this landing page lives in docs/:

Page Covers
Installation Setup, requirements, verification
Configuration Every config key, explained
Architecture The mental model — start here for anything deep
Conversations Identity, resolution, listing, membership
Messages Sending, replies, editing, deleting, reading
Message Pipeline Text transformation, duplicate blocking, PII masking
Message Types Structured, validated message types
Moderation Automated moderation, verdicts, human review
Blocking Directional blocks and send refusal
Reporting User-filed reports via Laravel Casework
Attachments Media Library, MIME allowlist, retention, signed links
Organizing Conversations Folders, star, mute, hide, notes, labels
Presence & Real-Time Online/offline detection, active-conversation tracking
Notifications Channel routing, preferences, debounce, mail content
Events The complete domain event catalogue
Models Every Eloquent model, at a glance
Database Every table, column, and index
Lifecycle Message, conversation, attachment, and notification state machines
Commands converse:install, converse:doctor, converse:retention, converse:recount
Extension Points Every contract, in one place
Testing Converse::fake(), factories, testing patterns
Security The full security posture
Performance What's fast, what to watch, and why
Upgrading Version support and first-release adoption notes
Troubleshooting Symptom-first problem index
FAQ Common conceptual questions
Contributing Development setup, house style, PR conventions

Testing

Contributing

See docs/contributing.md for development setup, code style, and pull request conventions.

Security

If you discover a security vulnerability, please email the maintainer listed in composer.json directly rather than opening a public issue. See docs/security.md for the package's full security posture.

Credits

License

The MIT License (MIT). See LICENSE.md for more information.


All versions of laravel-converse with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/contracts Version ^12.0||^13.0
spatie/laravel-medialibrary Version ^11.0
spatie/laravel-package-tools Version ^1.16
syriable/laravel-casework Version ^1.0
syriable/laravel-user-context Version ^1.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 syriable/laravel-converse contains the following files

Loading the files please wait ...