All Projects → phpffcms → Ffcms

phpffcms / Ffcms

Licence: mit
FFCMS 3 project distributive

Labels

Projects that are alternatives of or similar to Ffcms

Cms
Modular CMS powered by CakePHP
Stars: ✭ 163 (+986.67%)
Mutual labels:  cms, mvc
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (+306.67%)
Mutual labels:  cms, mvc
Masuit.myblogs
masuit.com个人博客站项目源码,https://masuit.com ,供参考、学习、引用、非商业性质的部署。基于.net5
Stars: ✭ 418 (+2686.67%)
Mutual labels:  cms, mvc
Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (+406.67%)
Mutual labels:  cms, mvc
Smartstorenet
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 2,363 (+15653.33%)
Mutual labels:  cms, mvc
Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (+1153.33%)
Mutual labels:  cms, mvc
Asp.net Mvc Cms
ZKEACMS,建网站就像搭积木一样
Stars: ✭ 448 (+2886.67%)
Mutual labels:  cms, mvc
Pallas
An Ancient PHP CMS Written in 2006
Stars: ✭ 23 (+53.33%)
Mutual labels:  cms
Mysrv
Yet another Node.js web framework, based on koa.js 又一个 Node.js MVC 框架,基于Koa2
Stars: ✭ 10 (-33.33%)
Mutual labels:  mvc
Intellij jahia plugin
Jahia's definitions.cnd files syntax highlighting, code completion, and other amazing stuff
Stars: ✭ 19 (+26.67%)
Mutual labels:  cms
Simplyedit
The first CMS designed for the decentralized web
Stars: ✭ 18 (+20%)
Mutual labels:  cms
Vms
VMS is your Video Subscription Platform. Add unlimited videos, posts, and pages to your subscription site. Earn re-curring revenue and require users to subscribe to access premium content on your website.
Stars: ✭ 23 (+53.33%)
Mutual labels:  cms
Blender
The Laravel template used for our CMS like projects
Stars: ✭ 862 (+5646.67%)
Mutual labels:  cms
Furion
Make .NET development easier, more versatile, and more popular.
Stars: ✭ 902 (+5913.33%)
Mutual labels:  mvc
Ssm redis template
An template based on Maven, using Spring + Spring MVC + mybatis + spring-data-redis frames. It can be used to construct a new Java Web Appliaction quickly
Stars: ✭ 13 (-13.33%)
Mutual labels:  mvc
Ios Architecture
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
Stars: ✭ 901 (+5906.67%)
Mutual labels:  mvc
Pro
ECStore Pro - Laravel 微信网店微服务框架
Stars: ✭ 14 (-6.67%)
Mutual labels:  cms
Heavycms
HeavyDots CMS - Open source CMS based on Yii2
Stars: ✭ 12 (-20%)
Mutual labels:  cms
Famework
Famework is a simple to use PHP Framwork to easily create splendid but lightweight web applications.
Stars: ✭ 8 (-46.67%)
Mutual labels:  mvc
Bestnote
👊 持续更新,Java Android 近几年最全面的技术点以及面试题 供自己学习使用
Stars: ✭ 841 (+5506.67%)
Mutual labels:  mvc

FFCMS 3

FFCMS - fast, flexibility content management system, based on MVC architecture. FFCMS contains many package to realise application building.

Scrutinizer Code Quality

REQUIREMENTS

FFCMS (sience 3.1 version) require php 7.1 or newest. FFCMS include 2 native engine:

INSTALLATION

To deploy ffcms software you must have composer and php-cli:

composer create-project phpffcms/ffcms ./path/to/document_root 3.1 --keep-vcs --prefer-dist
composer update
php console.php main:install

If you want to use developer version you must use "master" branch from developer repository with stability "-dev":

composer create-project phpffcms/ffcms ./path/to/document_root --stability="dev" --keep-vcs --prefer-dist
composer update
php console.php main:install

Docker run

Sience 3.1 version you can run ffcms in docker environment (with full builtin nginx-php.fpm webserver, mysql & phpmyadmin). Use docker-dev repository to get docker image and instructions.

Developer run

Since ffcms 3.1 version support native php built-in developer server. You can easy run ffcms as standalone app:

php -S 127.0.0.1:8000 index.php

and ffcms will be available on address http://127.0.0.1:8000

Authors

Owner: Piatinskii Mihail, Russian Federation.

Website: https://pmcore.ru/en.html#proj

License (MIT)

The MIT License (MIT)

Copyright (c) 2013-2019 FFCMS, Mihail Pyatinskiy

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].