longnz / yona-cms

CMS based on Phalcon PHP Framework with modular structure

Home Page:http://yonacms.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Yona CMS

Build Status Scrutinizer Code Quality

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (version 1.3.x or 2.x supported)

Has a convenient modular structure. Has simple configuration and architecture. Can be easily modified for any task with any loads.

Project website
Documentation
Demo

Installation

Via Composer Create-Project

Run this in your terminal to get the latest Composer version:

curl -sS https://getcomposer.org/installer | php

Or if you don't have curl:

php -r "readfile('https://getcomposer.org/installer');" | php

This installer script will simply check some php.ini settings, warn you if they are set incorrectly, and then download the latest composer.phar in the current directory

Then run

php composer.phar create-project oleksandr-torosh/yona-cms -s dev

If you have already installed composer

composer create-project oleksandr-torosh/yona-cms -s dev

Via Composer json file

Create a composer.json file as follows:

{  
    "require": {  
        "oleksandr-torosh/yona-cms": "dev-master"  
    }  
}

Run the composer installer:

php composer.phar install

or

composer install

Installing via GitHub

Just clone the repository:

git clone git@github.com:oleksandr-torosh/yona-cms.git

Full installation guide

##Features

  • Yona CMS saves a lot of time in starting necessary basic functionality for any project
  • The modular structure with a convenient hierarchy that is based on namespaces
  • Each module can serve as a separate independent component. Have its own routes, helpers, css, js assets
  • Multi-lingual. Manage an unlimited number of languages and translations directly from admin
  • Yona CMS is really fast!

Current version and updates in CHANGELOG.md

##Requirements

  • php 5.4+
  • phalcon 1.3.2+
  • mysql
  • php-intl
  • apache (+mod_rewrite) or nginx

About

CMS based on Phalcon PHP Framework with modular structure

http://yonacms.com/

License:Other


Languages

Language:PHP 75.3%Language:Volt 13.9%Language:JavaScript 5.5%Language:HTML 3.0%Language:CSS 2.3%Language:ApacheConf 0.0%