phpffcms/ffcms

基于 MVC 核心ffcms-core 的 FFCMS 3 版本。

安装: 297

依赖项: 0

建议者: 0

安全: 0

星星: 16

关注者: 5

分支: 1

开放问题: 0

类型:项目

3.1.0 2019-02-01 16:53 UTC

This package is auto-updated.

Last update: 2024-09-09 15:20:43 UTC


README

FFCMS - 基于 MVC 架构的快速、灵活的内容管理系统。FFCMS 包含许多组件以实现应用程序构建。

Scrutinizer Code Quality

需求

自 3.1 版本起,FFCMS 需要 php 7.1 或更高版本。FFCMS 包含 2 个原生引擎

安装

要部署 ffcms 软件,您必须拥有 composer 和 php-cli。

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

如果您想使用 开发者版本,您必须使用开发者仓库中的 "master" 分支,并带有稳定性 "-dev"。

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

Docker 运行

自 3.1 版本起,您可以在 Docker 环境中运行 ffcms(包含内置的 nginx-php.fpm 网络服务器、mysql 和 phpmyadmin)。使用 docker-dev 仓库 获取 Docker 镜像和说明。

开发者运行

自 ffcms 3.1 版本起,支持原生 PHP 内置的开发者服务器。您可以轻松地将 ffcms 作为独立应用程序运行

php -S 127.0.0.1:8000 index.php

并且 ffcms 将在地址 http://127.0.0.1:8000 上可用。

作者

所有者:Piatinskii Mihail,俄罗斯。

网站: https://pmcore.ru/en.html#proj

许可证(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.