very/framework

The verystar php framework

v3.0.10 2019-07-11 14:57 UTC

README

68747470733a2f2f7374617469632e76657279737461722e636e2f732f6c6f676f2e706e67

Build Status Total Downloads Latest Stable Version License

The Verystar php framework

About

这是一个简单的遵循PSR-4的框架,借鉴了Laravel的DI思想,采用了优秀的开源组件(symfony,monolog)设计的轻量级MVC框架,目前为了兼容老的项目代码精简了Laravel的设计,后续会逐步的完善

Install

你可以使用composer来安装框架,添加依赖到composer.json文件,内容如下:

"require": {
    "very/framework": "3.0.*"
}

执行composer install来安装,然后引入include PATH . '/vendor/autoload.php'

Example

https://github.com/verystar/very

TODO

  • Sqlite数据库连接器完善
  • Event事件监听模型开发

Test

 ./vendor/bin/phpunit

目前测试文档还没有来得及编写,欢迎补充测试文档

Thanks

License

The Very framework is open-sourced software licensed under the MIT license.