PHPackages                             chatgpt-x-hub/chat-x-midjourney-proxy - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. chatgpt-x-hub/chat-x-midjourney-proxy

ActiveProject[HTTP &amp; Networking](/categories/http)

chatgpt-x-hub/chat-x-midjourney-proxy
=====================================

The midjourney-proxy build top of Reactphp

00PHP

Since Apr 15Pushed 1y agoCompare

[ Source](https://github.com/chatgpt-x-hub/chat-x-midjourney-proxy)[ Packagist](https://packagist.org/packages/chatgpt-x-hub/chat-x-midjourney-proxy)[ RSS](/packages/chatgpt-x-hub-chat-x-midjourney-proxy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

chatgpt-x-hub/chat-x-midjourney-proxy
=====================================

[](#chatgpt-x-hubchat-x-midjourney-proxy)

Introduction
------------

[](#introduction)

 的 reactphp 实现

install
-------

[](#install)

```
composer create-project chatgpt-x-hub/chat-x-midjourney-proxy -vvv dev-master
```

config
------

[](#config)

cp .env.example .env

```
MIDJOURNEY_HTTP_PROXY=
DISCORD_BOT_TOKEN=
DISCORD_GUILD_ID=
DISCORD_CHANNEL_ID=

MI_NOTIFY_URL=
MJ_API_SECRET=

```

run
---

[](#run)

```
php artisan reactphp:http start

```

api
---

[](#api)

```
        // {
        //     "prompt": "a cat",
        //     "images": [url1, url2, ...], // 可选参数
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816049856103374",
        //     "data": []
        // }
        Route::post('/imagine', 'App\Midjourney\Controller\Image@imagine');
        // {
        //     "taskId": "1710816049856103374",
        //     "customId": "MJ::JOB::upsample::1::749b4d14-75ec-4f16-8765-b2b9a78125fb",
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816302060986090",
        //     "data": []
        // }
        Route::post('/action', 'App\Midjourney\Controller\Image@action');
        // {
        //     "images": [url],
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816302060386071",
        //     "data": []
        // }
        Route::post('/describe', 'App\Midjourney\Controller\Image@describe');
        // {
        //     "images": [url1, url2],
        //     "notifyUrl": "https://your-server.com/notify", // 可选参数
        // }
        // {
        //     "code": 0,
        //     "msg": "ok",
        //     "taskId": "1710816302060354172",
        //     "data": []
        // }
        Route::post('/blend', 'App\Midjourney\Controller\Image@blend');
        // /task/fetch?taskId=1710816049856103374
        /*
        {
            "code": 0,
            "msg": "success",
            "data": {
              "id": "1710816049856103374",
              "action": "IMAGINE",
              "status": "FINISHED",
              "submitTime": 1710903739,
              "startTime": 1710903739,
              "finishTime": 1710903844,
              "progress": "100%",
              "imageUrl": "https:\/\/your_cdn.com\/attachments\/1148151204884726471\/121984387748450658284\/a_cat._65e72369d-1db1-5be4-9566-71056a5b0caf.png?ex=660cc723&is=65fa5223&hm=0d9b721610b62101c7cb4c0f3bf4e364cdd69be3441b9c3b1c200d20b309d97e&",
              "imageRawUrl": "https:\/\/cdn.discordapp.com\/attachments\/1148151204884726471\/121984387748450658284\/a_cat._65e72369d-1db1-5be4-9566-71056a5b0caf.png?ex=660cc723&is=65fa5223&hm=0d9b721610b62101c7cb4c0f3bf4e364cdd69be3441b9c3b1c200d20b309d97e&",
              "prompt": "A cat. --v 6.0 --relax",
              "finalPrompt": "A cat. --v 6.0 --relax",
              "params": [],
              "images": [],
              "description": null,
              "failReason": null,
              "discordId": "1148151204875075657",
              "data": [],
              "buttons": [
                [
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U1",
                    "custom_id": "MJ::JOB::upsample::1::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U2",
                    "custom_id": "MJ::JOB::upsample::2::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U3",
                    "custom_id": "MJ::JOB::upsample::3::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "U4",
                    "custom_id": "MJ::JOB::upsample::4::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "emoji": {
                      "name": "🔄"
                    },
                    "custom_id": "MJ::JOB::reroll::0::65e72369d-1db1-5be4-9566-71056a5b0caf::SOLO"
                  }
                ],
                [
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V1",
                    "custom_id": "MJ::JOB::variation::1::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V2",
                    "custom_id": "MJ::JOB::variation::2::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V3",
                    "custom_id": "MJ::JOB::variation::3::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  },
                  {
                    "type": 2,
                    "style": 2,
                    "label": "V4",
                    "custom_id": "MJ::JOB::variation::4::65e72369d-1db1-5be4-9566-71056a5b0caf"
                  }
                ]
              ]
            }
        }
        */
        Route::get('/task', 'App\Midjourney\Controller\Task@fetch');

```

License
-------

[](#license)

MIT

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/76907477?v=4)[wpjscc](/maintainers/wpjscc)[@wpjscc](https://github.com/wpjscc)

---

Top Contributors

[![wpjscc](https://avatars.githubusercontent.com/u/76907477?v=4)](https://github.com/wpjscc "wpjscc (17 commits)")

### Embed Badge

![Health badge](/badges/chatgpt-x-hub-chat-x-midjourney-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/chatgpt-x-hub-chat-x-midjourney-proxy/health.svg)](https://phpackages.com/packages/chatgpt-x-hub-chat-x-midjourney-proxy)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
