digraphcms/digraph-core

Source and API version of a CMS that emphasizes flexibility and content permanence. Generally this package is only used for development.

Installs: 5 969

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:digraph-core

v2.x-dev 2024-12-04 17:32 UTC

This package is auto-updated.

Last update: 2024-12-04 17:32:59 UTC


README

A CMS that treats content as a generalized directed graph (generalized to the point of even gracefully handling cyclical site maps). Nodes in the graph may have different types, different data structures, and may be connected to each other by any number of edges in any structure imagineable. This CMS is intended for extreme flexibility, and prioritizes flexibility above performance.

This repo contains the source code of the core of the CMS. This is intended for more advanced development by users who are comfortable setting up their own entire system, and maintaining their own update schedule using Composer.

Under active development

For the love of glob, don't use this thing in production yet.

It's getting to be in the ballpark of production-ready, but the interfaces honestly still don't feel stable enough for me to subject other people to it.