statamic/cms

The core Laravel CMS Composer package

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 14th, 2026
Created on November 21st, 2017
Open Issues & Pull Requests: 230 (+0)
GitHub issues: Enabled
Number of forks: 641
Total Stargazers: 4,893 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.7 hours
Mean response time: 35.0 days
90th percentile: 35.0 days
Tracked items: 1,608

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 3% of issues opened in the past year have never received a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "needs more info" is answered fastest, typically in about 5 hours, while "fieldtypes" waits about 2 days. 40% of tracked open issues have had no activity in three months. 94% of issues opened in the past year have since been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 108
New in 7 days: 10
Closed in 7 days: 11
Avg open age: 482 days
Stale 30+ days: 84
Stale 90+ days: 67

Recent activity

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

Top labels

  • ui (297)
  • fieldtypes (247)
  • assets (179)
  • bard (108)
  • multisite (80)
  • needs more info (75)
  • blueprints & fieldsets (70)
  • can't recreate (60)

Detailed Description

Statamic is a flat-first, Laravel-powered CMS designed for building and managing websites with content stored in Git and flat files.

Statamic solves the problem of content management for teams that want to keep their content version-controlled and closely integrated with their codebase. It takes a flat-file-first approach, storing content as files rather than in a database, which makes it natural to track changes in Git alongside application code. The system is built on Laravel, allowing developers to extend it using familiar Laravel patterns and PHP. It supports both traditional server-rendered sites and headless architectures, offering REST and GraphQL APIs for decoupled frontends.

Statamic suits teams already invested in Laravel who want a CMS that feels like part of their application rather than a separate system. It works well for projects where keeping content in version control is an advantage, such as documentation sites, marketing sites, or applications where developers and content editors work closely together. The tool is available as a Composer package that installs into an existing Laravel application, or developers can use a preconfigured Laravel application from the separate application repository for new projects. Official developer support is available through Statamic Pro, while community support operates through GitHub Discussions and Discord.

The project maintains extensive documentation that receives regular attention and improvement. Contributions are welcomed through a formal contribution guide and code of conduct. The tool supports static site generation alongside dynamic rendering, and includes Vue.js integration for its control panel interface.