obozdag/easycms

Create and manage websites easily

0.1.3 2024-11-14 14:35 UTC

This package is auto-updated.

Last update: 2025-03-14 15:23:24 UTC


README

What is EasyCMS?

EasyCMS is a content management system created by fklavye.net. More information can be found at the official site.

This repository holds the distributable version of easycms. It has been built on the development repository.

You can read the user guide corresponding to the latest version of easycms.

Contributing

We welcome contributions from the community.

Please read the Contributing to EasyCMS section in the development repository.

Server Requirements

PHP version 8.1 or higher is required, with the following extensions installed:

Warning

  • The end of life date for PHP 7.4 was November 28, 2022.
  • The end of life date for PHP 8.0 was November 26, 2023.
  • If you are still using PHP 7.4 or 8.0, you should upgrade immediately.
  • The end of life date for PHP 8.1 will be December 31, 2025.

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mysqlnd if you plan to use MySQL
  • libcurl if you plan to use the HTTP\CURLRequest library