# Kaliphp

## Kaliphp框架概览

KaliPHP 是一款高性能的轻量级PHP框架\
遵循 MVC 模式，用于快速开发现代 Web 应用程序\
KaliPHP 代码简洁优雅，对应用层，数据层，模板渲染层的封装简单易懂，能够快速上手使用\
高性能，框架响应时间在1ms以内，单机qps轻松上3000

## Kaliphp框架介绍

支持跨库连表，条件复合筛选，查询PK缓存等\
同步异步请求分离，类的自动化加载管理\
支持Form表单验证，支持事件触发机制 支持浏览器端调试，快速定位程序问题和性能瓶颈\
具有sql防注入，html自动防xss等特性\
GitHub 地址：<https://github.com/owner888/kaliphp>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.kaliphp.com/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
