1 Star 1 Fork 0

Howie / vokuro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause

Vökuró

Phalcon 是作为 C 扩展提供的 Web 框架,提供高性能和低资源消耗。

这是 Phalcon PHP 框架的示例应用程序。 我们希望实现尽可能多的功能来展示框架及其潜力。

开始

master 分支将始终包含最新的稳定版本。如果你希望要检查当前正在开发的旧版本或新版本,请切换到相关 分支。

要求

  • PHP >= 8.0
  • Phalcon >= 5.0
  • MySQL >= 8.0
  • 启用了 mod_rewriteApache Web Server 或 Nginx Web Server
  • 启用最新的稳定 Phalcon 框架发布扩展

安装

  1. 将项目复制到本地环境 - git clone git@github.com:yohowie/vokuro.git
  2. 进入项目根目录 cd ./vokuro
  3. 运行 composer install
  4. 复制文件 cp .env.example .env
  5. 使用您的数据库连接信息编辑 .env 文件
  6. 运行数据库迁移 ./vendor/bin/phinx migrate
  7. 运行插入默认数据 ./vendor/bin/phinx seed:run

许可

Vökuró 是根据 BSD 3-Clause License 许可的开源软件。

BSD 3-Clause License Copyright (c) 2022-2023, Howie All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

Phalcon 是作为 C 扩展提供的 Web 框架,提供高性能和低资源消耗。 这是 Phalcon PHP 框架的示例应用程序。我们希望实现尽可能多的功能来展示框架及其潜力。 展开 收起
PHP 等 3 种语言
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/yohowie/vokuro.git
git@gitee.com:yohowie/vokuro.git
yohowie
vokuro
vokuro
master

搜索帮助