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
·
daylightstudio avatar

daylightstudio/FUEL-CMS

0
View on GitHub↗
1,021 Stars·446 Forks·PHP·5 Aufrufewww.getfuelcms.com↗

FUEL CMS

Fuel CMS is a modular content management platform built on the CodeIgniter framework, designed for managing structured data and administrative workflows. It functions as a server-side application that provides a centralized dashboard for organizing site-wide variables, custom data models, and reusable content blocks.

The system distinguishes itself through model-driven administrative generation, which automatically creates management interfaces by inspecting database schemas. It supports granular security through hierarchical permission access control and user activity auditing, allowing administrators to manage module-level rights and verify user behaviors. The platform also incorporates automated content versioning, which serializes state snapshots into audit tables to facilitate data recovery.

Beyond its core management capabilities, the system includes tools for multi-language localization, custom input field configuration, and template-driven content composition. It also provides diagnostic utilities for validating page markup and link integrity, alongside integrated dashboards for monitoring site performance metrics and traffic statistics. The architecture is extensible, supporting the installation of community-developed modules and custom code to adapt the platform to specific project requirements.

Features

  • Content Management Systems - Provides a modular content management platform built on the CodeIgniter framework for managing structured data.
  • PHP Content Management Systems - Provides a modular content management platform built on the CodeIgniter framework for managing structured data and administrative workflows.
  • Content Administration Interfaces - Converts data models into managed modules that provide a user interface for editing structured information.
  • Content Management Frameworks - Builds dynamic websites using the CodeIgniter framework with a focus on structured content and administrative workflows.
  • Website Content Management - Organizes site elements into reusable blocks and global variables to ensure consistent updates across layouts.
  • Model-Driven Form Generators - Automatically builds management interfaces by inspecting database schemas to define input forms.
  • User Access Management - Enables assigning granular create, edit, and delete rights to users to control access to specific modules and administrative actions.
  • Administrative Dashboards - Offers a centralized interface for managing site-wide variables, custom data models, and reusable content blocks.
  • Reusable Content Blocks - Stores repeatable elements like headers and footers as modular blocks for central updates.
  • Content Versioning - Archives previous versions of data automatically to allow restoration to prior states.
  • Multi-Language Websites - Translates page content into various languages to reach global audiences while maintaining search engine optimization.
  • Database State Snapshots - Provides automated content versioning by serializing state snapshots into audit tables for data recovery.
  • Hierarchical Access Controls - Enforces granular security policies by mapping user roles to specific administrative modules and actions.
  • Plugin-Based Architectures - Supports injecting custom logic and functionality through a structured directory-based plugin loading mechanism.
  • Administrative Site Generators - Creates tailored management dashboards that automatically convert database models into user-friendly forms.
  • Site Health Monitors - Displays key performance metrics and traffic statistics on a centralized dashboard to provide an immediate overview of site health.
  • Page Content Injections - Assembles complex web pages by injecting modular content blocks and localized strings into predefined layouts.
  • Content Translation - Provides tools to translate text into multiple languages for diverse global audiences.

Star-Verlauf

Star-Verlauf für daylightstudio/fuel-cmsStar-Verlauf für daylightstudio/fuel-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 FUEL CMS

Handverlesene Sammlungen, in denen FUEL CMS vorkommt.
  • Headless CMS

Häufig gestellte Fragen

Was macht daylightstudio/fuel-cms?

Fuel CMS is a modular content management platform built on the CodeIgniter framework, designed for managing structured data and administrative workflows. It functions as a server-side application that provides a centralized dashboard for organizing site-wide variables, custom data models, and reusable content blocks.

Was sind die Hauptfunktionen von daylightstudio/fuel-cms?

Die Hauptfunktionen von daylightstudio/fuel-cms sind: Content Management Systems, PHP Content Management Systems, Content Administration Interfaces, Content Management Frameworks, Website Content Management, Model-Driven Form Generators, User Access Management, Administrative Dashboards.

Welche Open-Source-Alternativen gibt es zu daylightstudio/fuel-cms?

Open-Source-Alternativen zu daylightstudio/fuel-cms sind unter anderem: getgrav/grav — Grav is a flat-file content management system that eliminates the need for a traditional database by storing site… picocms/pico — Pico is a lightweight PHP content manager and Markdown website generator that functions as a flat-file CMS. It… keystonejs/keystone — Keystone is a GraphQL headless content management system and Node.js backend framework. It functions as a… marmelab/react-admin — React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL… emdash-cms/emdash — EmDash is an open-source content management system built on Astro that combines a visual admin panel with a… area17/twill — Twill is a Laravel CMS toolkit and admin panel generator designed for building custom administrative consoles and…

Open-Source-Alternativen zu FUEL CMS

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit FUEL CMS.
  • getgrav/gravAvatar von getgrav

    getgrav/grav

    15,395Auf GitHub ansehen↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    PHPcmscontentcontent-management
    Auf GitHub ansehen↗15,395
  • 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
  • keystonejs/keystoneAvatar von keystonejs

    keystonejs/keystone

    9,893Auf GitHub ansehen↗

    Keystone is a GraphQL headless content management system and Node.js backend framework. It functions as a schema-driven data manager that automatically generates a GraphQL API and a React administrative dashboard based on a central data model configuration. The system uses an adapter-based database abstraction to decouple core logic from storage layers and a storage-provider abstraction for managing media assets via local or cloud drivers. It distinguishes itself through a component-based field rendering system and a hook-based middleware pipeline for data validation and automation. The fram

    TypeScriptcmscms-frameworkgraphql
    Auf GitHub ansehen↗9,893
  • marmelab/react-adminAvatar von marmelab

    marmelab/react-admin

    26,780Auf GitHub ansehen↗

    React-admin is a framework for building data-driven administrative interfaces that connect to REST or GraphQL backends. It provides a comprehensive suite of tools for managing the full lifecycle of administrative applications, including resource-oriented routing, declarative form scaffolding, and context-driven state management. By utilizing a modular adapter-based architecture, the framework abstracts backend communication, allowing developers to build consistent CRUD interfaces that handle data fetching, authentication, and synchronization automatically. The project distinguishes itself thr

    TypeScriptadminadmin-dashboardadmin-on-rest
    Auf GitHub ansehen↗26,780
  • Alle 30 Alternativen zu FUEL CMS anzeigen→