PHPackages                             kaadon/graphical - 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. kaadon/graphical

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

kaadon/graphical
================

The ThinkPHP6 Image Package

v0.0.2(3y ago)040Apache-2.0PHP

Since Mar 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kaadon/graphical)[ Packagist](https://packagist.org/packages/kaadon/graphical)[ RSS](/packages/kaadon-graphical/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

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

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

基于ThinkPHP官方的topthink/think-image改进而来，修复部分bug,移除了不支持的gif解码，统一jpeg/jpg和png的统一操作体验,后期准备接入intervention/image库，目前使用方法同topthink/think-image。

> think-image和intervention/image:前者是ThinkPHP出品，后者是Laravel采用的图像处理，后面功能更强大，支持GD和Imagick。不过二者对gif支持都不好，虽然Think-image集成gif编解码，但实测效果不好，而后者把gif当前静态图片，若想要支持则需要intervention/gif库，不过该库也是在更新中，功能还不全面。

安装
--

[](#安装)

> composer require woxiaoyao81/think-image

使用
--

[](#使用)

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

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

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

2

Last Release

1215d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/58987658?v=4)[Kaadon](/maintainers/kaadon)[@kaadon](https://github.com/kaadon)

---

Top Contributors

[![kaadon](https://avatars.githubusercontent.com/u/58987658?v=4)](https://github.com/kaadon "kaadon (7 commits)")

### Embed Badge

![Health badge](/badges/kaadon-graphical/health.svg)

```
[![Health](https://phpackages.com/badges/kaadon-graphical/health.svg)](https://phpackages.com/packages/kaadon-graphical)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

135911.1k3](/packages/goat1000-svggraph)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

16653.6k2](/packages/gravatarphp-gravatar)[rsoury/wp-imgix

Rewrites WordPress image URLs to use ImgIX

167.2k](/packages/rsoury-wp-imgix)

PHPackages © 2026

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