# 📷 Pholder - PHP 占位图生成器

Pholder 是一个轻量级的 PHP 项目，用于快速生成占位图片，可自定义尺寸、背景色、字体色、文字内容。

## ✨ 使用方式

```
http://yourdomain.com/{width}x{height}/{text}/{bg_color}/{text_color}
```

- `{width}x{height}` 必填，如 `600x400`
- `{text}` 可选，默认显示尺寸值
- `{bg_color}` 可选，默认 `cccccc`
- `{text_color}` 可选，默认 `000000`

## 🧪 示例

| 链接 | 效果 |
|------|------|
| `/600x400` | 灰底黑字，文字为 `600x400` |
| `/400x300/Hello` | 灰底黑字，文字为 `Hello` |
| `/300x300/Hi/000/fff` | 黑底白字，自定义文字 `Hi` |

## 🖋️ 水印
右下角默认带有 `tendayspace` 水印。

## 🗂️ 开源
MIT License. 项目地址：https://github.com/yourname/pholder

---
由 tendayspace 驱动 ❤️