getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 23 minutes ago
Added to GitGenius on September 3rd, 2026
Created on August 2nd, 2014
Open Issues & Pull Requests: 450 (+0)
GitHub issues: Enabled
Number of forks: 1,424
Total Stargazers: 15,662 (+0)
Total Subscribers: 328 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.5 hours
Mean response time: 26.6 days
90th percentile: 26.0 days
Tracked items: 360

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 93% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 14% of issues opened in the past year have been closed. Three people close 83% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 53
New in 7 days: 12
Closed in 7 days: 12
Avg open age: 1,057 days
Stale 30+ days: 45
Stale 90+ days: 42

Recent activity

Opened in 7 days: 11
Closed in 7 days: 7
Comments in 7 days: 2
Events in 7 days: 2

Top labels

  • 2.0 (21)
  • plugin (12)
  • more info needed (9)
  • bug (8)
  • enhancement (7)
  • cannot replicate (6)
  • question (5)
  • fixed (4)

Detailed Description

Grav is a flat-file content management system built on PHP that requires no installation—extract and run immediately. It uses Markdown for content, YAML for configuration, and Twig for templating, combined with Symfony components for caching, event dispatching, and CLI functionality. The architecture emphasizes simplicity and extensibility through a dependency injection container and event-driven plugin system.

The tool solves the problem of managing website content without a database by storing everything as files on the filesystem. This approach eliminates database setup complexity and makes content portable and version-control friendly. Performance is handled through Symfony's caching layer, while dynamic image manipulation is provided through the Gregwar Image Library. The package management system allows one-command installation and updates of plugins, themes, and Grav itself.

Grav suits developers and content creators who want a lightweight alternative to database-driven CMS platforms and prefer working with flat files, Markdown, and configuration files. It works well for documentation sites, blogs, portfolios, and small-to-medium websites where the simplicity of file-based storage outweighs the need for complex database queries. Teams already familiar with Symfony components will find the architecture natural to extend.

The project maintains steady activity with regular updates addressing both maintenance and feature development. Development includes ongoing work to support current PHP versions and modernize dependencies. The codebase receives consistent attention to performance optimization and architectural improvements. Community contributions are actively integrated alongside core team development efforts.