PHPackages                             fenghoer/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. fenghoer/think-image

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

fenghoer/think-image
====================

The Image Package

v1.0.7(9y ago)152Apache-2.0PHP

Since Jul 13Pushed 4y agoCompare

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

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

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

[](#the-image-package)

[![Latest Version](https://camo.githubusercontent.com/452efff2d01a715ba2e6e0bf2601ab844b7c6e28893c05c8a32061efe8a44f7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66656e67686f65722f7468696e6b2d696d6167652e737667)](https://packagist.org/packages/fenghoer/think-image)[![Build Status](https://camo.githubusercontent.com/6d186aeaee577e2f0d0173c7527467ac8c536ea7d5a68b1c4fb13d41f77317e7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66656e67686f65722f7468696e6b2d696d6167652e737667)](https://travis-ci.org/fenghoer/think-image)[![Php Version](https://camo.githubusercontent.com/4a5c2ab20974058a8bab53ecb30ac4c2e6bb961df6229b7386fdc097ab53dfa8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d2533453d372e342d627269676874677265656e2e737667)](https://secure.php.net/)[![Packagist Status](https://camo.githubusercontent.com/452efff2d01a715ba2e6e0bf2601ab844b7c6e28893c05c8a32061efe8a44f7d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66656e67686f65722f7468696e6b2d696d6167652e737667)](https://packagist.org/packages/fenghoer/think-image)[![Packagist Downloads](https://camo.githubusercontent.com/3b4c50aa27bc28e504bf9a9818af60d66e573a2276cc8fc5cf94fd8a5b3b8904/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66656e67686f65722f7468696e6b2d696d6167652e737667)](https://packagist.org/packages/fenghoer/think-image)

安装
--

[](#安装)

> composer require fenghoer/think-image:dev-master

使用
--

[](#使用)

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

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

## water 接口在原基础上支持了对string格式水印图片资源的兼容

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity69

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

Recently: every ~19 days

Total

8

Last Release

3510d ago

### Community

Maintainers

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

---

Top Contributors

[![yunwuxin](https://avatars.githubusercontent.com/u/2168125?v=4)](https://github.com/yunwuxin "yunwuxin (12 commits)")[![zhyfor](https://avatars.githubusercontent.com/u/6119494?v=4)](https://github.com/zhyfor "zhyfor (9 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)")[![lifankohome](https://avatars.githubusercontent.com/u/16812870?v=4)](https://github.com/lifankohome "lifankohome (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/fenghoer-think-image/health.svg)](https://phpackages.com/packages/fenghoer-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)[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)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

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