Download the PHP package mralaminahamed/ai-provider-for-minimax without Composer

On this page you can find all versions of the php package mralaminahamed/ai-provider-for-minimax. 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 ai-provider-for-minimax

# AI Provider for MiniMax [![WordPress plugin version](https://img.shields.io/wordpress/plugin/v/alamin-ai-provider-for-minimax?style=flat-square)](https://wordpress.org/plugins/alamin-ai-provider-for-minimax/) [![WordPress version tested up to](https://img.shields.io/wordpress/plugin/tested/alamin-ai-provider-for-minimax?style=flat-square)](https://wordpress.org/plugins/alamin-ai-provider-for-minimax/) [![Minimum PHP version required](https://img.shields.io/wordpress/plugin/required-php/alamin-ai-provider-for-minimax?style=flat-square)](https://wordpress.org/plugins/alamin-ai-provider-for-minimax/) [![Total downloads from WordPress.org](https://img.shields.io/wordpress/plugin/dt/alamin-ai-provider-for-minimax?style=flat-square)](https://wordpress.org/plugins/alamin-ai-provider-for-minimax/advanced/) [![License GPL v2 or later](https://img.shields.io/badge/license-GPL--2.0--or--later-blue?style=flat-square)](LICENSE) A MiniMax provider for the WordPress AI Client — register the models, hand over an API key, and anything that already speaks AI Client can call them.

[!NOTE] Not affiliated with MiniMax. You supply your own API key, and requests are billed to your own account.

Quick Start

Install from the WordPress admin — Plugins → Add New, search for "AI Provider for MiniMax", then Install Now and Activate. Add your API key on the plugin's settings screen.

To run it from source instead:

Needs the WordPress AI Client — this plugin implements its provider contract and does nothing on its own. Minimum WordPress, PHP, and tested-up-to versions are shown in the badges above; readme.txt and the plugin header are the source of truth.

What It Does

The AI Client defines what a provider looks like; it does not ship every provider. This is the MiniMax implementation — it declares the models, reports whether the site is configured to reach them, and performs the requests.

There is no interface of its own to learn. Install it and MiniMax's models appear to whatever already speaks AI Client, which is the point: the calling code does not learn a new API, and does not learn this plugin's name.

Features

Feature Description
Model catalogue MiniMax text and multimodal models, with per-model capabilities declared to the AI Client
Cheap availability Whether the provider is usable is answered without a network call
Key storage Stored server-side under connectors_ai_minimax_api_key; never sent to the browser
Provider metadata What the AI Client displays and reasons about
Static analysis PHPStan at level max

Development

Architecture

PHP lives under the PSR-4 namespace MiniMax\MiniMaxAiProvider\:

The split worth knowing is Availability against Provider. Availability answers "can this be used" without making a network call, so a consumer can enumerate every installed provider cheaply and only reach the network when it actually intends to send a request.

Security

Report vulnerabilities privately — see the security policy.

Changelog

The complete version history lives in WordPress.org changelog page.

Contributing

Bug reports, feature requests, and pull requests are welcome. Read the issue tracker.

Maintainer

Al Amin Ahamed — alaminahamed.com · @mralaminahamed

License

GPL-2.0-or-later


All versions of ai-provider-for-minimax with dependencies

PHP Build Version
Package Version
Requires php Version >=7.4
ext-json Version *
wordpress/wp-ai-client Version ^0.4
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 mralaminahamed/ai-provider-for-minimax contains the following files

Loading the files please wait ...