Download the PHP package arfaram/connector-qwen without Composer

On this page you can find all versions of the php package arfaram/connector-qwen. 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 connector-qwen

GitHub tag (latest SemVer) Downloads License

connector-qwen

Qwen (Alibaba Cloud) AI connector for Ibexa DXP.

This bundle integrates the Qwen AI models via Alibaba Cloud's DashScope API (OpenAI-compatible) with the Ibexa AI framework (ibexa/connector-ai). It uses the openai-php/client SDK with a custom base URL, so there is no need for a hand-rolled HTTP client.

Requirements

Installation

Require the package:

Register the bundle in config/bundles.php:

Environment Variable

Set your DashScope API key in .env:

⚠️ This must be a DashScope API key (starts with sk-), NOT an Alibaba Cloud AccessKey ID/Secret pair.

To get your DashScope API key:

⚠️ You must also activate each model you want to use in the Model Studio console under Model Square / Model Plaza.

Region Configuration

The bundle defaults to the international DashScope endpoint. If you're using the China region, override per SiteAccess:

Region Base URI
International (default) https://dashscope-intl.aliyuncs.com/compatible-mode/v1
China https://dashscope.aliyuncs.com/compatible-mode/v1

Configuration

Available Qwen Models

⚠️ Retired models (do not use): qwen-max, qwen-plus, qwen-turbo, qwen2.5-* series are deprecated.

Text Models

Model ID Description
qwen3.6-plus Qwen 3.6 Plus, most capable (latest)
qwen3.6-plus-2026-04-02 Qwen 3.6 Plus pinned to 2026-04-02
qwen3.6-flash Qwen 3.6 Flash, fast & balanced (latest)
qwen3.6-flash-2026-04-16 Qwen 3.6 Flash pinned to 2026-04-16
qwen3.5-plus Qwen 3.5 Plus (latest)
qwen3.5-flash Qwen 3.5 Flash (latest)
qwen3-max Qwen 3 Max (latest)
qwen3.6-35b-a3b Qwen 3.6 Open Source (35B-A3B)
qwen3.5-35b-a3b Qwen 3.5 Open Source (35B-A3B)
qwen-long Qwen Long, long context

Vision Models (Image-to-Text)

Model ID Description
qwen3-vl-plus Qwen 3 VL Plus, dedicated vision
qwen3-vl-plus-2025-09-23 Qwen 3 VL Plus pinned to 2025-09-23
qwen3.6-plus Qwen 3.6 Plus, multimodal capable (latest)
qwen3.6-flash Qwen 3.6 Flash, multimodal capable (latest)
qwen3.5-plus Qwen 3.5 Plus, multimodal capable (latest)
qwen3.5-flash Qwen 3.5 Flash, multimodal capable (latest)
qwen3.6-35b-a3b Qwen 3.6 Open Source vision
qwen3.5-35b-a3b Qwen 3.5 Open Source vision

Basic Configuration

Create config/packages/ibexa_connector_qwen.yaml:

SiteAccess-Aware API Key Configuration

Minimal Configuration (uses defaults)

All other values will use their defaults:

Production-Optimized Configuration

Use dated model versions in production for deterministic, reproducible results:

License

MIT - See LICENSE for details.

Author

Ramzi Arfaoui - [email protected]


All versions of connector-qwen with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
openai-php/client Version ^0.10
ibexa/connector-ai Version ~5.0
ibexa/core Version ~5.0
symfony/config Version ^7.3
symfony/dependency-injection Version ^7.3
symfony/http-kernel Version ^7.3
symfony/yaml Version ^7.3
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 arfaram/connector-qwen contains the following files

Loading the files please wait ...