高性能模块化程序 Raichu

码农软件 · 软件分类 · 其他开发相关 · 2019-10-17 07:28:35

软件介绍

Raichu

高性能的模块化程序使用原生写的框架。

项目简介

  1. 灵活的compoer核心系统加载

  2. 模块化/微服务化, 各模块完全解耦, 互不影响, 提升可维护性

  3. 命名空间完全按照psr-4规范

  4. 整合了yield异步处理, 代码规范清真

目录结构规范

├── App
│   ├── Bootstrap.php
│   ├── Console
│   │   ├── HelloCommand.php
│   │   └── WorldCommand.php
│   ├── Middleware
│   │   ├── AsyncMiddleware.php
│   │   ├── CSRFMiddleware.php
│   │   └── FilterMiddleware.php
│   └── Modules
│   ├── Hello
│   │   ├── Controller
│   │   │   └── HelloController.php
│   │   ├── Model
│   │   │   └── HelloModel.php
│   │   ├── Provider
│   │   │   └── HelloProvider.php
│   │   └── route.php
│   └── World
│   ├── Controller
│   │   └── WorldController.php
│   ├── Model
│   │   └── WorldModel.php
│   ├── Provider
│   │   └── WorldProvider.php
│   └── router.php
├── Config
│   ├── config.php
│   ├── database.php
│   └── defined.php
├── Public
│   └── index.php
├── README.md
├── System
│   ├── Engine
│   │   ├── AbstructController.php
│   │   ├── AbstructModel.php
│   │   ├── App.php
│   │   ├── Container.php
│   │   ├── Controller.php
│   │   ├── Dispatcher.php
│   │   ├── Loader.php
│   │   ├── Middleware.php
│   │   ├── Model.php
│   │   ├── Request.php
│   │   ├── Response.php
│   │   ├── Router.php
│   │   └── View.php
│   ├── Middleware
│   │   └── Clockwork
│   │   ├── CacheStorage.php
│   │   ├── DataSource.php
│   │   └── Monitor.php
│   └── Provider
│   ├── Async
│   │   ├── CoroutineReturnValue.php
│   │   ├── Schedule.php
│   │   ├── SysCall.php
│   │   ├── Task.php
│   │   └── test.php
│   ├── Elk.php
│   ├── Http.php
│   ├── Logger.php
│   └── Session.php
├── composer.json
└── tool

本文地址:https://www.codercto.com/soft/d/16930.html

Building Websites with Joomla!

Building Websites with Joomla!

H Graf / Packt Publishing / 2006-01-20 / USD 44.99

This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具