PHPackages                             exercisebook/thinkphp-storage-imagex - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. exercisebook/thinkphp-storage-imagex

ActiveLibrary[File &amp; Storage](/categories/file-storage)

exercisebook/thinkphp-storage-imagex
====================================

ThinkPHP ImageX Storage

1.0.0(5y ago)57MITPHP

Since Feb 26Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ExerciseBook/thinkphp-storage-imagex)[ Packagist](https://packagist.org/packages/exercisebook/thinkphp-storage-imagex)[ RSS](/packages/exercisebook-thinkphp-storage-imagex/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Storage ThinkPHP Provider
-------------------------

[](#storage-thinkphp-provider)

### 准备

[](#准备)

- 创建 ImageX 服务并且服务能够使用。
- 确保服务已经开启了原地址访问和上传任意文件功能。
    这两个功能默认关闭，需要 [提工单](https://console.volcengine.cn/ticket/createTicket/?step=3&ProviderName=%E5%9B%BE%E7%89%87%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88&TemplateName=%E5%8A%9F%E8%83%BD%E9%85%8D%E7%BD%AE) 申请开启。
    工单信息：
    - 问题类型：图片解决方案 / 功能配置
    - 问题描述：PHP框架源地址访问配置

### 配置

[](#配置)

1. 通过 Composer 安装本库。

    ```
        composer require exercisebook/thinkphp-storage-imagex
    ```
2. 编辑 `config/filesystem.php` 添加 ImageX 的连接设置。

    ```

            'imagex' => [
                'type' => 'imagex',

                'region' => 'Region',             // 如：cn-north-1
                'access_key' => 'Access Key',
                'secret_key' => 'Secret Key',
                'service_id' => 'Service ID',
                'domain' => 'Binding Domain'      // 填写该图片服务所绑定的域名如 imagex.superexercisebook.com。推荐以 https:// 开头。该值用来拼接 url。
            ],
    ```
3. 即可通过 `$this->app->filesystem->disk("imagex")->putFile();` 使用 ImageX。

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1907d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4807cad8be9b3b28d71d15eed1da2f988b69ec494a291e580b570139a11245b0?d=identicon)[Eric\_Lian](/maintainers/Eric_Lian)

---

Top Contributors

[![ExerciseBook](https://avatars.githubusercontent.com/u/6327311?v=4)](https://github.com/ExerciseBook "ExerciseBook (1 commits)")

### Embed Badge

![Health badge](/badges/exercisebook-thinkphp-storage-imagex/health.svg)

```
[![Health](https://phpackages.com/badges/exercisebook-thinkphp-storage-imagex/health.svg)](https://phpackages.com/packages/exercisebook-thinkphp-storage-imagex)
```

###  Alternatives

[thans/thinkphp-filesystem-cloud

thinkphp6.0 filesystem,include Aliyun and Qiniu

2237.8k3](/packages/thans-thinkphp-filesystem-cloud)[yzh52521/think-filesystem

thinkphp6.1 for filesystem,include Aliyun and Qiniu COS OBS

113.8k](/packages/yzh52521-think-filesystem)

PHPackages © 2026

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