PHPackages                             exercisebook/laravel-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/laravel-storage-imagex

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

exercisebook/laravel-storage-imagex
===================================

Laravel ImageX Storage

1.0.0(5y ago)613MITPHP

Since Jan 22Pushed 5y ago1 watchersCompare

[ Source](https://github.com/ExerciseBook/laravel-storage-imagex)[ Packagist](https://packagist.org/packages/exercisebook/laravel-storage-imagex)[ RSS](/packages/exercisebook-laravel-storage-imagex/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Storage Laravel Provider
------------------------

[](#storage-laravel-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/laravel-storage-imagex
    ```
2. 编辑 `config/filesystems.php` 添加 ImageX 的连接设置。

    ```

            'imagex' => [
                'driver' => '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. 在 `config/app.php` 中的 `providers` 数组里添加 `ImageXServiceProvider`。

    ```
        ExerciseBook\Laravel\Storage\ImageX\Provider\ImageXServiceProvider::class,
    ```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

1935d 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 (7 commits)")

### Embed Badge

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

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

###  Alternatives

[aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PHP.

1.7k35.6M75](/packages/aws-aws-sdk-php-laravel)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[stechstudio/laravel-zipstream

A fast and simple streaming zip file downloader for Laravel.

4633.7M3](/packages/stechstudio-laravel-zipstream)[spatie/laravel-google-cloud-storage

Google Cloud Storage filesystem driver for Laravel

2408.9M13](/packages/spatie-laravel-google-cloud-storage)[azure-oss/storage-blob-laravel

Azure Storage Blob filesystem driver for Laravel

63582.2k1](/packages/azure-oss-storage-blob-laravel)[spatie/laravel-backup-server

Backup multiple applications

17016.7k1](/packages/spatie-laravel-backup-server)

PHPackages © 2026

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