awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
statamic avatar

statamic/cms

0
View on GitHub↗
4,832 Stars·630 Forks·PHP·11 Aufrufestatamic.com↗

Cms

Statamic ist ein auf Laravel basierendes Content-Management-System, das einen Flat-File-Speicheransatz anstelle einer traditionellen relationalen Datenbank verwendet. Es fungiert als anpassbares Administrations-Framework für die Verwaltung von Website-Inhalten und die Entwicklung benutzerdefinierter Backend-Addons.

Das System speichert Website-Daten in Dateien und integriert sich mit Git für die Versionierung, wodurch Inhaltsänderungen nachverfolgt und über ein Repository zurückgesetzt werden können. Es verwendet eine Template-Engine, um strukturierte Daten für das Frontend-Rendering in dynamische HTML-Layouts umzuwandeln.

Die Plattform umfasst ein Control Panel, das als Single-Page-Application (SPA) erstellt wurde, sowie ein ereignisgesteuertes Erweiterungssystem. Benutzer können benutzerdefinierte administrative Interfaces erstellen und zusätzliche Logik über das zugrunde liegende PHP-Framework integrieren.

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-Verlauf

Star-Verlauf für statamic/cmsStar-Verlauf für statamic/cms

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Kuratierte Suchen mit Cms

Handverlesene Sammlungen, in denen Cms vorkommt.
  • Self-Hosted Flat-File-CMS
  • Static Site Generators
  • Headless Content-Management-Systeme

Häufig gestellte Fragen

Was macht statamic/cms?

Statamic ist ein auf Laravel basierendes Content-Management-System, das einen Flat-File-Speicheransatz anstelle einer traditionellen relationalen Datenbank verwendet. Es fungiert als anpassbares Administrations-Framework für die Verwaltung von Website-Inhalten und die Entwicklung benutzerdefinierter Backend-Addons.

Was sind die Hauptfunktionen von statamic/cms?

Die Hauptfunktionen von statamic/cms sind: CMS Frameworks, Content Versioning, Flat-File CMS, Flat-File Storage, Git-Based Repositories, Admin Panel Frameworks, Framework Core Integrations, Laravel Integrations.

Welche Open-Source-Alternativen gibt es zu statamic/cms?

Open-Source-Alternativen zu statamic/cms sind unter anderem: 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…

Open-Source-Alternativen zu Cms

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Cms.
  • picocms/picoAvatar von picocms

    picocms/Pico

    3,905Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,905
  • revel/revelAvatar von revel

    revel/revel

    13,224Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,224
  • bottlepy/bottleAvatar von bottlepy

    bottlepy/bottle

    8,772Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,772
  • perwendel/sparkAvatar von perwendel

    perwendel/spark

    9,657Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,657
  • Alle 30 Alternativen zu Cms anzeigen→