PHPackages                             hldyun/yun-image - 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. hldyun/yun-image

ActiveLibrary

hldyun/yun-image
================

The ThinkPHP5 Image Package

1.0(8y ago)09Apache-2.0PHP

Since Jul 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/silvery-sky/hldyun-image)[ Packagist](https://packagist.org/packages/hldyun/yun-image)[ RSS](/packages/hldyun-yun-image/feed)WikiDiscussions master Synced 2mo ago

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

The ThinkPHP5 Image Package
===========================

[](#the-thinkphp5-image-package)

[![Build Status](https://camo.githubusercontent.com/292a02e702d6f03ad55d54bbe4571f9d4de222143181c22236d47e382ddb5d28/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f746f702d7468696e6b2f7468696e6b2d696d6167652e737667)](https://travis-ci.org/top-think/think-image)[![Coverage Status](https://camo.githubusercontent.com/9b8fa7629bfbfcdcafc0a79949a2f98e7c0a80202ab6b7c0c565f4f316cdf138/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f746f702d7468696e6b2f7468696e6b2d696d6167652e737667)](https://codecov.io/github/top-think/think-image)[![Downloads](https://camo.githubusercontent.com/5066fdb2db8d4827b6f00da89d8b983f55b20d7659886377fe85f12c51da8e8f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f746f702d7468696e6b2f7468696e6b2d696d6167652f746f74616c2e737667)](https://github.com/top-think/think-image/releases)[![Releases](https://camo.githubusercontent.com/7f6a322794a1361c4be90972197d7f824def926a00861bc1721aa14efb7ed7e2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f746f702d7468696e6b2f7468696e6b2d696d6167652e737667)](https://github.com/top-think/think-image/releases/latest)[![Releases Downloads](https://camo.githubusercontent.com/dbf6abbadbeabedf976157e888063067ed07d8700a91b171a31c79143429a9be/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f646f776e6c6f6164732f746f702d7468696e6b2f7468696e6b2d696d6167652f6c61746573742f746f74616c2e737667)](https://github.com/top-think/think-image/releases/latest)[![Packagist Status](https://camo.githubusercontent.com/1837837ba0cbd01f911dab09b4a259570f65fcf146652ce77dc6adc2404eb125/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746f702d7468696e6b2f7468696e6b2d696d6167652e737667)](https://packagist.org/packages/topthink/think-image)[![Packagist Downloads](https://camo.githubusercontent.com/b3a99aeca9225d24653b6306944fceae2e46866a4e0ea1c6ae8cdec7f7c08d8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f746f702d7468696e6b2f7468696e6b2d696d6167652e737667)](https://packagist.org/packages/topthink/think-image)

特别说明
----

[](#特别说明)

修改至topthink/think-image 扩展 将发生错误时抛出异常，改为返回错误信息，然后调用时根据错误信息进行下一步处理，以免造成页面显示异常错误无法正常访问！！！

安装
--

[](#安装)

> composer require topthink/think-image

使用
--

[](#使用)

```
$image = \think\Image::open('./image.jpg');
或者
$image = \think\Image::open(request()->file('image'));

$image->crop(...)
    ->thumb(...)
    ->water(...)
    ->text(....)
    ->save(..);

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3207d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dced403bd368ce79f20303c2d5857bb605c35472addd09ea1d27a0eb20739fd5?d=identicon)[silvery-sky](/maintainers/silvery-sky)

---

Top Contributors

[![silvery-sky](https://avatars.githubusercontent.com/u/24633069?v=4)](https://github.com/silvery-sky "silvery-sky (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/hldyun-yun-image/health.svg)

```
[![Health](https://phpackages.com/badges/hldyun-yun-image/health.svg)](https://phpackages.com/packages/hldyun-yun-image)
```

PHPackages © 2026

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