xuanskyer / zephir-ypf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Zephir 95.2%Language:Smarty 4.5%Language:PHP 0.2%