PHPackages                             lzy/hidemessage - 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. lzy/hidemessage

ActiveLibrary

lzy/hidemessage
===============

在图片里隐藏一些文本

v2.0.0(5y ago)025PHP

Since Apr 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nemengv1/hidemessage)[ Packagist](https://packagist.org/packages/lzy/hidemessage)[ RSS](/packages/lzy-hidemessage/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

hidemessage
===========

[](#hidemessage)

\###使用方法： use hidemessage\\ImgHide; 把文本写入到图片：

```
/**
 * 写入内容
 * @param string $img_path 图片位置
 * @param string $new_img_path 新图片位置
 * @param string $content 写入内容
 * @param boolean $ole_delete 是否删除原图
 * @throws \Exception
 */
ImgHide::writeMessage($img_path, $new_img_path, $content, $ole_delete=false);

```

读取图片的文本内容：

```
/**
 * 读取内容
 * @param string $img_path 图片位置
 * @return string 内容
 * @throws \Exception
 */
ImgHide::readMessage($img_path);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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

Every ~11 days

Total

2

Last Release

1847d ago

Major Versions

v1.0.0 → v2.0.02021-04-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ea9de4fda7a4a0864bea5503c810c643be72b397fb6b12a14c3e48035328c2d?d=identicon)[nemengv1](/maintainers/nemengv1)

---

Top Contributors

[![nemengv1](https://avatars.githubusercontent.com/u/29086603?v=4)](https://github.com/nemengv1 "nemengv1 (1 commits)")

### Embed Badge

![Health badge](/badges/lzy-hidemessage/health.svg)

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

PHPackages © 2026

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