Download the PHP package mbs047/model-mind without Composer

On this page you can find all versions of the php package mbs047/model-mind. 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 model-mind

ModelMind

CI Latest Version on Packagist

ModelMind is a secure, configurable, model-aware AI chat assistant for Laravel applications.

It gives any Laravel app a reusable Blade/Tailwind chat modal, persisted conversation history, configurable Eloquent model context, safe column auto-discovery, learning memory, feedback, and an OpenAI provider behind a clean package interface.

Demo Store

Try ModelMind in Market Lane Store, a sample store and showcase application for MBS packages with ModelMind installed for testing.

Features

Quick Start

Install the package:

Publish the package assets and run migrations:

Add your OpenAI credentials:

Render ModelMind in your Blade layout:

Or use the one-line directive:

Enable the models the assistant is allowed to know about in config/model-mind.php:

Inspect the exact context before using it in production:

That is the whole first path: install, configure credentials, render the widget, enable safe model context, inspect it, and ask questions from your app.

Common Options

Supported widget positions are bottom-right, bottom-left, bottom-center, top-right, top-left, top-center, center, center-left, and center-right. Short aliases are accepted for top, bottom, left, and right.

Full Documentation

Read the documentation index in docs/examples.md for simple and advanced copyable setups. Each major feature has its own focused guide: installation, Blade rendering, themes, public assets, headless API mode, streaming responses, provider drivers, model configuration, multilingual answers, retrieval, route actions, source citations, authorization, security, learning memory, feedback, current page context, analytics, events and hooks, background queues, table prefixes, routes, performance, and testing.

For starter configuration by application type, run:

For custom UI work, read docs/customizing-the-modal.md. You can publish the default modal view, or point ModelMind to a new modal plus custom public CSS and JavaScript assets.

For application links, configure named route actions in config/model-mind.php; ModelMind will only turn approved route tokens into buttons.

Security

ModelMind is explicit by design. It does not expose every model automatically, filters common sensitive columns, respects model $hidden and $visible, strips HTML from context values by default, and treats database content as data rather than instructions.

Review SECURITY.md before reporting vulnerabilities or enabling sensitive production data.

Contributing

Pull requests are welcome. Please read CONTRIBUTING.md, run the test suite, and keep the package behavior secure by default.

License

ModelMind is open-sourced software licensed under the MIT license.


All versions of model-mind with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
illuminate/auth Version ^11.0|^12.0|^13.0
illuminate/bus Version ^11.0|^12.0|^13.0
illuminate/contracts Version ^11.0|^12.0|^13.0
illuminate/database Version ^11.0|^12.0|^13.0
illuminate/http Version ^11.0|^12.0|^13.0
illuminate/queue Version ^11.0|^12.0|^13.0
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/view Version ^11.0|^12.0|^13.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 mbs047/model-mind contains the following files

Loading the files please wait ...