# 简介

ePHP 是一个「极简」的开发 WEB 应用的 PHP 框架，可以快速的开发一个WEB后台，RESTful API以及各种应用。「极简」意味着简单、易用、极少的约束、更贴近原生PHP的性能。

ePHP项目开始用2009年，经过多年的发展，已经十分成熟稳定。\
最近，新版 ePHP v7 重装亮相，更现代、贴近实战。摈弃了一些历史不清晰、不明确的框架设计，化繁为简，避免臃肿，拒绝「黑魔法」，为企业应用开发助力。

## 更新日志

2017-02-01

> 1. ePHP v7 重新发布，新版重新亮相
> 2. 重新编写了开发文档

## 核心特性 <a href="#license" id="license"></a>

1. 极简不臃肿
2. 完全基于 Composer，不强制 class 命名空间约束
3. 强大且安全的数据库CURD操作
4. 数据库连接池
5. 强大而简单的路由模式
6. 基于 Swoole 实现非阻塞I/O服务
7. 高效且强大的View组件（支持多级layout, 直接include, 视图cache，多视图模式）
8. 少即是多的扩展组件

## License <a href="#license" id="license"></a>

[MIT License](https://opensource.org/licenses/MIT)


---

# 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://ephp.xiqiu.top/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.
