https://github.com/cadmium-org/cadmium-cms
Сontent management system for PHP7
https://github.com/cadmium-org/cadmium-cms
cms content-management-system mysql-database php php7
Last synced: 12 months ago
JSON representation
Сontent management system for PHP7
- Host: GitHub
- URL: https://github.com/cadmium-org/cadmium-cms
- Owner: cadmium-org
- License: mit
- Created: 2015-07-02T09:51:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T18:29:44.000Z (over 8 years ago)
- Last Synced: 2025-04-13T18:44:04.548Z (about 1 year ago)
- Topics: cms, content-management-system, mysql-database, php, php7
- Language: PHP
- Homepage: http://cadmium-cms.com
- Size: 4.66 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Cadmium CMS
[](https://scrutinizer-ci.com/g/cadmium-org/cadmium-cms/build-status/master)
[](https://scrutinizer-ci.com/g/cadmium-org/cadmium-cms/?branch=master)
[](https://gitter.im/cadmium-org/cadmium-cms?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
Cadmium CMS is PHP-based content management system for creating shiny and responsive websites!
*Current version is BETA. If you'll find a bug, please [create an issue](https://github.com/cadmium-org/cadmium-cms/issues/new).*
*If you have any usage questions or just want to discuss this CMS, join our [Gitter chatroom](https://gitter.im/cadmium-org/cadmium-cms).*
## Features
- Simple and lightweight.
- Easy to install and use.
- Fully mobile ready.
- Multi-level pages nesting.
- Multi-user.
- SEO friendly.
- Open-source.
## Coming soon
- Drag&drop editor for menus.
- Publications.
- Backups.
- Full-featured multi-language system.
- Caching system.
- Full documentation.
## System requirements
- Apache web server (mod_rewrite module required).
- PHP 7.0 or higher (Multibyte String, GD, SimpleXML, DOM extensions required).
- MySQL database.
## Installation
1. Download the [latest version](https://github.com/cadmium-org/cadmium-cms/releases) of Cadmium CMS and unzip it.
2. Upload contents of the *www* directory into the root directory of your web server.
3. CHMOD following directories to 755 (or 777):
- */engine/System/Classes/Addons*
- */engine/System/Data*
- */engine/System/Languages*
- */engine/System/Templates*
- */uploads*
4. Create a MySQL database.
5. Go to *your-site.com/install.php* and follow installation instructions.
### Installing via Composer
You can also install Cadmium CMS with Composer.
Run the following command:
```
composer create-project cadmium-org/cadmium-cms -s dev
```
or create the *composer.json* file:
```json
{
"require": {
"cadmium-org/cadmium-cms": "dev-master"
}
}
```
and then run:
```
composer install
```
----------
Official website: http://cadmium-cms.com
Copyright (c) 2017, Anton Romanov. All rights reserved.