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
Requires
- php: ^8.5
- ext-curl: *
- ext-dom: *
- ext-gd: *
- ext-intl: *
- ext-pgsql: *
- ext-xml: *
- duon/core: ^0.1
- duon/error: ^0.1
- duon/quma: ^0.1
- duon/session: ^0.1
- duon/sire: ^0.2
- gumlet/php-image-resize: 2.0.*
- hidehalo/nanoid-php: ^2
- laminas/laminas-httphandlerrunner: ^2.4
- psr/http-message-implementation: ^1.0
Requires (Dev)
- duon/cms-boiler: ^0.1
- duon/dev: ^2.5
- laminas/laminas-diactoros: ^3
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.