No description
Find a file
Michael J. Manley 217b2bfba7
All checks were successful
Ethernium Builder / build (push) Successful in 10s
Merge branch 'dev' of ssh://dev.wisesourcery.com/eternium/eternium into dev
2025-09-29 13:18:53 -07:00
.devcontainer Switched to Symfony 6.4 and PHP 8.1. Doing initial build to verify it is still functional. 2025-04-17 21:59:41 +00:00
.forgejo/workflows [skip ci] Backported rel_build.yaml 2025-09-29 13:18:38 -07:00
.idea Merge Message Code from v1 to dev 2025-05-01 02:20:55 +00:00
bin Fixed error in captcha refresh code used by GD. Updated Readme and copyrights/name for Wise Rename. 2025-04-17 18:35:01 +00:00
config Fixed error in captcha refresh code used by GD. Updated Readme and copyrights/name for Wise Rename. 2025-04-17 18:35:01 +00:00
docker Fixed dockerfile to add Composer, and also fixed Actions to just call Composer since the other tool does weird things 2025-09-27 16:04:58 -07:00
install Fixed error in captcha selection code in Installer. 2025-04-17 18:47:30 +00:00
site Fixed Typo 2025-04-30 21:59:08 -07:00
src Prevent HTML Injection in Forms 2025-04-30 23:53:06 -07:00
.env Added hCaptcha support. Corrected spelling error of Captcha. 2025-04-16 23:03:58 +00:00
.gitattributes Added GD Capcha Service 2025-02-18 00:05:39 -08:00
.gitignore Added GD Capcha Service 2025-02-18 00:05:39 -08:00
.htaccess Added DevContainer Code 2024-12-01 09:13:18 +00:00
composer.json Switched to Symfony 6.4 and PHP 8.1. Doing initial build to verify it is still functional. 2025-04-17 21:59:41 +00:00
composer.lock Switched to Symfony 6.4 and PHP 8.1. Doing initial build to verify it is still functional. 2025-04-17 21:59:41 +00:00
index.php Fixed error in captcha refresh code used by GD. Updated Readme and copyrights/name for Wise Rename. 2025-04-17 18:35:01 +00:00
LICENSE Added Licensing Things. 2023-07-19 02:11:39 -07:00
README.md [skip ci] Edited README.md 2025-09-28 03:12:44 +00:00
symfony.lock Added Logger 2023-09-08 23:19:16 -07:00

Wise Eternium

Wise Eternium is a CMS written for PHP that is not like your typical CMS'es. Eternium uses more of a Site Builder design where we provide you with services and a templating engine and you can write your pages in simple PHP and generate things like menus and sitemaps. Think of it as an anti-CMS.

Requirements

To install Wise Eternium, here is the system requirements

  • PHP 8.1+
  • The following PHP Extensions must be installed
    • ctype
    • dom
    • iconv
    • json
    • pcre
    • SimpleXML
    • session
    • tokenizer
  • The following PHP Extensions is optional, only required when you enable certain services
    • curl, only required if using hCaptcha
    • gd, only required if using GD Internal Captcha