Download the PHP package roki/weekii without Composer
On this page you can find all versions of the php package roki/weekii. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package weekii
weekii
基于 MorePHP
框架的应用模板
composer 安装
特性
- 常驻进程,支持协程(
Context
管理) - 简单的依赖注入容器
- MVC,简单的路由(支持
RESTful
风格) - 对象池
- MySQL ORM
- 基于对象池+协程
Context
管理器实现协程连接池 - 使用
laravel
blade 模板引擎
框架使用要求
- swoole4.x
- PHP7.x
- 面向对象,尽量避免过多使用全局变量、类静态变量
开发计划
- Facade
- Middleware
- RPC
配置
{projectroot}/Config/app.conf.php
示例
启动服务
运行 {projectroot}/Weekii/Bin/server.php
文件
路由
{projectroot}/App/Http/Routes/*.php
控制器
Http 控制器位于 {projectroot}/App/Http/Controller
目录
命名方式为 IndexController.php
需要继承 \More\Src\Core\Http\Controller
类
模型
TestController.php
其他用法请参照框架源码~
All versions of weekii with dependencies
PHP Build Version
Package Version
The package roki/weekii contains the following files
Loading the files please wait ....