1 Star 1 Fork 0

Howie / invo

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

INVO

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

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

开始

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

要求

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

安装

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

许可

Invo 是根据 MIT License 许可的开源软件。

MIT License Copyright (c) 2021 Howie 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.

简介

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

发行版

暂无发行版

贡献者

全部

近期动态

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

搜索帮助