PHPackages                             exercisebook/flysystem-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. [Image &amp; Media](/categories/media)
4. /
5. exercisebook/flysystem-imagex

ActiveLibrary[Image &amp; Media](/categories/media)

exercisebook/flysystem-imagex
=============================

ImageX adapter for Flysystem

1.1.0(2y ago)455813MITPHPPHP &gt;=7.2

Since Jan 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ExerciseBook/flysystem-imagex)[ Packagist](https://packagist.org/packages/exercisebook/flysystem-imagex)[ RSS](/packages/exercisebook-flysystem-imagex/feed)WikiDiscussions flysystem-2.x Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (18)Used By (3)

ImageX Flysystem
----------------

[](#imagex-flysystem)

### 概述

[](#概述)

ImageX 的 Flysystem 兼容层接口

### 准备

[](#准备)

- 创建 ImageX 服务并且服务能够使用。
- 确保服务已经开启了原地址访问。
    该功能在服务设置里开启
- ImageX 类型为图像存储服务的服务，默认只允许上传图像，如果要在图像存储服务中存储其他类型的文件需要 [提工单](https://console.volcengine.com/ticket/createTicket/?step=3&ProviderName=%E5%9B%BE%E7%89%87%E6%9C%8D%E5%8A%A1ImageX&TemplateName=%E5%8A%9F%E8%83%BD%E9%85%8D%E7%BD%AE) 申请开启。
    工单信息：
    - 问题类型：图片解决方案 / 功能配置
    - 问题描述：PHP框架源地址访问配置

### 配置

[](#配置)

1. 通过 Composer 安装本库

    ```
        composer require exercisebook/flysystem-imagex
    ```
2. 创建 `ImageXAdapter` 对象

    ```
    $imageX = new ImageXAdapter([
                                      '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。
                               ]);
    ```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

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

Every ~64 days

Total

15

Last Release

1076d ago

Major Versions

0.1.1 → 1.0.32022-07-29

0.1.2 → 1.0.42022-08-22

0.1.4 → 1.0.62022-11-10

0.1.5 → 1.1.02023-07-14

### 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 (32 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k532.1M19.4k](/packages/laravel-framework)[league/glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

2.6k52.6M137](/packages/league-glide)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

506511.0k27](/packages/bkwld-croppa)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)

PHPackages © 2026

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