icret/easyimages2.0

简单图床 - 一款功能强大无数据库的图床 2.0版

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 18th, 2026
Created on May 23rd, 2019
Open Issues & Pull Requests: 22 (+0)
GitHub issues: Enabled
Number of forks: 534
Total Stargazers: 3,787 (+0)
Total Subscribers: 20 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.2 days
Mean response time: 21.5 days
90th percentile: 74.1 days
Tracked items: 59

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 20
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 433 days
Stale 30+ days: 19
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Mend: dependency security vulnerability (5)
  • 已经修复 (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

EasyImages2.0 is a database-free image hosting service built in PHP that allows users to upload images and receive URLs in multiple formats including markdown and HTML.

The tool solves the problem of needing a lightweight, self-hosted image repository without database infrastructure. It works by accepting image uploads through an HTML5 interface with fallback support for older browsers, then storing images on the filesystem and returning shareable URLs. The system includes features for image compression, quality adjustment, watermarking, format conversion, dimension constraints, and content moderation through image classification. It provides an API for programmatic uploads and supports integration with browser extensions and tools like PicGo and ShareX.

The project explicitly targets single-use scenarios and personal deployments rather than complex multi-user systems. It suits developers who want minimal server requirements and low performance overhead, with compatibility starting from PHP 5.6 and requiring only basic extensions like Fileinfo and iconv. The tool includes administrative features such as upload logging with IP geolocation, daily upload limits, IP-based access control, and online image management. The README notes that the project prioritizes simplicity over stability in active development, recommending users seeking stability download from the releases page rather than the main branch.

Development activity shows ongoing feature additions and bug fixes with community engagement through discussions and issue tracking. The maintainer acknowledges a pattern of introducing bugs during development and actively solicits bug reports. Documentation is comprehensive, covering installation, security configuration, API usage, and third-party integration guides. The project maintains a demonstration instance and provides multiple communication channels including Telegram for community support.