Skip to content

CMS based on Phalcon PHP Framework with modular structure

Notifications You must be signed in to change notification settings

RomanRogut/yona-cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Yona CMS

Yona CMS - open source content management system (CMS). Written in Phalcon PHP Framework (v 1.3.x)

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

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!

Project website
Documentation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.8%
  • Volt 12.5%
  • JavaScript 5.9%
  • HTML 3.7%
  • CSS 2.1%