Giter VIP home page Giter VIP logo

yona-cms's Introduction

#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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.