An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Cadmium CMS

[![Build Status](https://scrutinizer-ci.com/g/cadmium-org/cadmium-cms/badges/build.png?b=master)](https://scrutinizer-ci.com/g/cadmium-org/cadmium-cms/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/cadmium-org/cadmium-cms/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/cadmium-org/cadmium-cms/?branch=master)
[![Gitter](https://badges.gitter.im/cadmium-org/cadmium-cms.svg)](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.