awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
statamic avatar

statamic/cms

0
View on GitHub↗
4,832 星标·630 分支·PHP·6 次浏览statamic.com↗

Cms

Statamic 是一个基于 Laravel 构建的内容管理系统,它使用平面文件存储方法而不是传统的关系数据库。它作为用于管理站点内容和开发自定义后端插件的可定制管理框架。

该系统将网站数据存储在文件中并与 Git 集成以进行版本控制,从而允许通过存储库跟踪和回滚内容更改。它采用模板引擎将结构化数据转换为用于前端渲染的动态 HTML 布局。

该平台包括一个构建为单页应用程序的控制面板和一个事件驱动的扩展系统。用户可以构建自定义管理界面,并通过底层的 PHP 框架集成额外的逻辑。

Features

  • CMS Frameworks - Functions as a modular framework for building custom content management systems and administrative interfaces.
  • Content Versioning - Provides systems for storing and versioning site content using a file-based approach.
  • Flat-File CMS - A content management system built on Laravel that stores site data in files and integrates with Git.
  • Flat-File Storage - Uses flat-file storage in YAML format to persist website data without requiring a relational database.
  • Git-Based Repositories - Integrates with Git to track content changes and enable versioning and rollbacks via flat files.
  • Admin Panel Frameworks - Provides a customizable administrative framework for managing site content and developing backend addons.
  • Framework Core Integrations - Built on the Laravel framework to handle routing, middleware, and dependency injection for all system logic.
  • Laravel Integrations - Leverages the Laravel ecosystem to extend website functionality with custom PHP logic and services.
  • Admin UI Extensibility - Allows the creation of custom administrative interfaces and backend addons using a dedicated UI library.
  • Dynamic Page Renderings - Generates HTML pages at request time to serve data-driven content through templates.
  • Event-Driven Hook Systems - Provides an event-driven system allowing custom addons to react to internal system events and modify behavior.
  • Vue-Based Admin Interfaces - Features a control panel built as a Vue-based single-page application communicating via a JSON API.
  • HTML Template Renderers - Implements a Blade-based system to render structured content into HTML layouts for the front end.
  • Dynamic Template Rendering - Transforms structured data into dynamic HTML layouts using a flexible templating engine.
  • HTML Templating Engines - Uses a PHP-based templating engine to transform structured data into dynamic HTML layouts.

Star 历史

statamic/cms 的 Star 历史图表statamic/cms 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Cms 的精选搜索

收录 Cms 的精选合集。
  • 自托管扁平文件 CMS
  • 静态网站生成器
  • 无头内容管理系统 (Headless CMS)

常见问题解答

statamic/cms 是做什么的?

Statamic 是一个基于 Laravel 构建的内容管理系统,它使用平面文件存储方法而不是传统的关系数据库。它作为用于管理站点内容和开发自定义后端插件的可定制管理框架。

statamic/cms 的主要功能有哪些?

statamic/cms 的主要功能包括:CMS Frameworks, Content Versioning, Flat-File CMS, Flat-File Storage, Git-Based Repositories, Admin Panel Frameworks, Framework Core Integrations, Laravel Integrations。

statamic/cms 有哪些开源替代品?

statamic/cms 的开源替代品包括: picocms/pico — Pico is a lightweight PHP content manager and Markdown website generator that functions as a flat-file CMS. It… revel/revel — Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a… bottlepy/bottle — Bottle is a lightweight Python web micro-framework and template engine. It functions as a WSGI web framework that… perwendel/spark — Spark is a lightweight Java web framework and embedded server designed for building web applications with minimal… bolt/bolt — Bolt is a flat-file content management system that stores site data in structured text files on disk instead of a… keyvanakbary/learning-notes — This project is a curated repository of technical learning materials and a personal knowledge base. It consists of…

Cms 的开源替代方案

相似的开源项目,按与 Cms 的功能重合度排序。
  • picocms/picopicocms 的头像

    picocms/Pico

    3,905在 GitHub 上查看↗

    Pico is a lightweight PHP content manager and Markdown website generator that functions as a flat-file CMS. It transforms Markdown files into a structured website by using the server file system for URL routing and avoids the use of a relational database for storing content and metadata. The system is distinguished by its support for multilingual website deployment and a static site cache that saves rendered pages as HTML to reduce server load. It employs a Git-based content workflow to synchronize and deploy updates across different environments. The platform covers a broad range of capabil

    PHP
    在 GitHub 上查看↗3,905
  • revel/revelrevel 的头像

    revel/revel

    13,224在 GitHub 上查看↗

    Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati

    Go
    在 GitHub 上查看↗13,224
  • bottlepy/bottlebottlepy 的头像

    bottlepy/bottle

    8,772在 GitHub 上查看↗

    Bottle is a lightweight Python web micro-framework and template engine. It functions as a WSGI web framework that routes HTTP requests to Python functions to generate dynamic content. The framework is distributed as a single Python file with no external dependencies. This minimalist distribution model allows for rapid application prototyping and the creation of web services with a small footprint. The project provides capabilities for dynamic request routing, REST API development, and dynamic HTML rendering. It includes a built-in HTTP development server for web application hosting and a plu

    Pythonbottlepythonrest
    在 GitHub 上查看↗8,772
  • perwendel/sparkperwendel 的头像

    perwendel/spark

    9,657在 GitHub 上查看↗

    Spark is a lightweight Java web framework and embedded server designed for building web applications with minimal boilerplate. It functions as an HTTP routing engine that maps URL paths and methods to handler functions, providing a specialized domain specific language for web development in Kotlin. The framework enables the implementation of REST APIs and web services through the definition of HTTP routes. It supports the extraction of dynamic path parameters and the transformation of response data into formats such as JSON. Additional capabilities include the ability to serve static files a

    Java
    在 GitHub 上查看↗9,657
  • 查看 Cms 的所有 30 个替代方案→