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

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

cyzonetech/think-image
======================

The ThinkPHP5 Image Package

v1.0.8.1(5y ago)044Apache-2.0PHP

Since Jul 13Pushed 5y agoCompare

[ Source](https://github.com/cyzonetech/think-image)[ Packagist](https://packagist.org/packages/cyzonetech/think-image)[ RSS](/packages/cyzonetech-think-image/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (12)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)

安装
--

[](#安装)

> 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

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~169 days

Recently: every ~380 days

Total

10

Last Release

2064d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3ef3569ae46017080f8b5991b777151e843af273ee124f0cd65f6cffa6cb0cfd?d=identicon)[cyzonetech](/maintainers/cyzonetech)

---

Top Contributors

[![yunwuxin](https://avatars.githubusercontent.com/u/2168125?v=4)](https://github.com/yunwuxin "yunwuxin (12 commits)")[![liu21st](https://avatars.githubusercontent.com/u/1111670?v=4)](https://github.com/liu21st "liu21st (8 commits)")[![big-dream](https://avatars.githubusercontent.com/u/9215157?v=4)](https://github.com/big-dream "big-dream (2 commits)")[![cyzonetech](https://avatars.githubusercontent.com/u/30819954?v=4)](https://github.com/cyzonetech "cyzonetech (2 commits)")[![lifankohome](https://avatars.githubusercontent.com/u/16812870?v=4)](https://github.com/lifankohome "lifankohome (2 commits)")

### Embed Badge

![Health badge](/badges/cyzonetech-think-image/health.svg)

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

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[char0n/ffmpeg-php

PHP wrapper for FFmpeg application

495225.1k1](/packages/char0n-ffmpeg-php)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)

PHPackages © 2026

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