byjoby / digraph-core
Source and API version of a CMS that emphasizes flexibility and content permanence. Generally this package is only used for development.
Requires
- php: >=7.1
- byjoby/destructr: ^1.4
- byjoby/formward: dev-master
- byjoby/html-object-strings: dev-master
- byjoby/sesh: ^0.1.0
- css-crush/css-crush: ^2.4
- digraphcms/digraph-core-themes: dev-master
- digraphcms/digraph-core-types: dev-master
- erusev/parsedown: ^1.7
- imagine/imagine: ^1.1
- lincanbin/white-html-filter: ^1.3
- phpmailer/phpmailer: ^6.0
- scrivo/highlight.php: ^9.14
- soundasleep/html2text: ^1.1
- symfony/cache: ^4.0
- twig/twig: ^2.0
This package is auto-updated.
Last update: 2022-02-01 13:14:25 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. There are no installation instructions or tools yet, and it's not even remotely ready for production use.