duon/cms

Duon content management system and framework

Installs: 65

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/duon/cms

0.1.0-beta.2 2026-02-01 13:39 UTC

This package is auto-updated.

Last update: 2026-02-01 20:15:18 UTC


README

Note: This library is under active development, some of the listed features are still experimental and subject to change. Large parts of the documentation are missing.

Settings

'session.authcookie' => '<app>_auth', // Name of the auth cookie
'session.expires' => 60 * 60 * 24,    // One day by default

Test database:

echo "duoncms" | createuser --pwprompt --createdb duoncms
createdb --owner duoncms duoncms

System Requirements:

apt install php8.5 php8.5-pgsql php8.5-gd php8.5-xml php8.5-intl php8.5-curl

For development

apt install php8.5 php8.5-xdebug

macOS/homebrew:

brew install php php-intl

License

This project is licensed under the MIT license.