Skip to content

UnderDogg/yonainvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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 [email protected]: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

YonaCMS Invo Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published