5 Star 3 Fork 1

世界不可能那么远 / ypf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
furthestworld 提交于 2016-12-19 13:52 . 更新框架图

ypf

you know, yet php framework~

written in zephir and built as a PHP extension.

architecture

框架架构 Main features:

你可以把任意对象注册到YPF框架的容器中。在请求生命周期内,容器内的对象保持全局单例模式。

  • MVC

  • ROUTE

  • CONFIG

  • DB

Requirements

To compile ypf as PHP extension:

Installation

  • clone this project

  • install zephir

  • compile the extension:

    zephir build
  • restart php | php-fpm

External Links

License

Ypf is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

Demo

一个使用Ypf扩展作为php框架的演示系统: ypf-demo

TODO

  • 添加框架说明手册

  • 优化错误异常处理

  • 兼容PHP7

C
1
https://gitee.com/xuanskyer/ypf.git
git@gitee.com:xuanskyer/ypf.git
xuanskyer
ypf
ypf
master

搜索帮助