PHPackages                             azozzalfiras/qwen-ai - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. azozzalfiras/qwen-ai

ActiveLibrary[API Development](/categories/api)

azozzalfiras/qwen-ai
====================

A PHP package to interact with Qwen AI API for text, image, video generation, and web search.

21PHP

Since Feb 4Pushed 1y ago1 watchersCompare

[ Source](https://github.com/AzozzALFiras/qwen-ai-php)[ Packagist](https://packagist.org/packages/azozzalfiras/qwen-ai)[ RSS](/packages/azozzalfiras-qwen-ai/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Qwen AI PHP SDK
===============

[](#qwen-ai-php-sdk)

A PHP package to interact with the Qwen AI API for text generation, web search, image generation, and video generation.

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Text Generation](#text-generation)
    - [Web Search](#web-search)
    - [Image Generation](#image-generation)
    - [Video Generation](#video-generation)
- [License](#license)

---

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require azozzalfiras/qwen-ai
```

Usage
-----

[](#usage)

### Text Generation

[](#text-generation)

Generate text using the Qwen AI API.

```
