awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
statamic avatar

statamic/cms

0
View on GitHub↗
4,832 stars·630 forks·PHP·10 vuesstatamic.com↗

Cms

Statamic est un système de gestion de contenu construit sur Laravel qui utilise une approche de stockage par fichiers plats (flat-file) au lieu d'une base de données relationnelle traditionnelle. Il fonctionne comme un framework administratif personnalisable pour gérer le contenu du site et développer des addons backend personnalisés.

Le système stocke les données du site web dans des fichiers et s'intègre à Git pour le versionnage, permettant aux changements de contenu d'être suivis et annulés via un dépôt. Il utilise un moteur de template pour transformer les données structurées en mises en page HTML dynamiques pour le rendu front-end.

La plateforme inclut un panneau de contrôle construit comme une application monopage et un système d'extension piloté par événements. Les utilisateurs peuvent construire des interfaces administratives personnalisées et intégrer une logique supplémentaire via le framework PHP sous-jacent.

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.

Historique des stars

Graphique de l'historique des stars pour statamic/cmsGraphique de l'historique des stars pour statamic/cms

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Collections incluant Cms

Sélections manuelles où Cms apparaît.
  • CMS flat-file auto-hébergés
  • Générateurs de sites statiques
  • Systèmes de gestion de contenu (CMS) headless

Questions fréquentes

Que fait statamic/cms ?

Statamic est un système de gestion de contenu construit sur Laravel qui utilise une approche de stockage par fichiers plats (flat-file) au lieu d'une base de données relationnelle traditionnelle. Il fonctionne comme un framework administratif personnalisable pour gérer le contenu du site et développer des addons backend personnalisés.

Quelles sont les fonctionnalités principales de statamic/cms ?

Les fonctionnalités principales de statamic/cms sont : CMS Frameworks, Content Versioning, Flat-File CMS, Flat-File Storage, Git-Based Repositories, Admin Panel Frameworks, Framework Core Integrations, Laravel Integrations.

Quelles sont les alternatives open-source à statamic/cms ?

Les alternatives open-source à statamic/cms incluent : 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…

Alternatives open source à Cms

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cms.
  • picocms/picoAvatar de picocms

    picocms/Pico

    3,905Voir sur 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
    Voir sur GitHub↗3,905
  • revel/revelAvatar de revel

    revel/revel

    13,224Voir sur 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
    Voir sur GitHub↗13,224
  • bottlepy/bottleAvatar de bottlepy

    bottlepy/bottle

    8,772Voir sur 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
    Voir sur GitHub↗8,772
  • perwendel/sparkAvatar de perwendel

    perwendel/spark

    9,657Voir sur 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
    Voir sur GitHub↗9,657
  • Voir les 30 alternatives à Cms→