https://github.com/yuinijika/anon
This is an API&CMS development framework for PHP.
https://github.com/yuinijika/anon
api api-framework api-system blog blog-system cms cms-framework cms-systeme php restapi
Last synced: 22 days ago
JSON representation
This is an API&CMS development framework for PHP.
- Host: GitHub
- URL: https://github.com/yuinijika/anon
- Owner: YuiNijika
- License: mit
- Created: 2025-07-28T18:21:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-02-03T09:14:57.000Z (23 days ago)
- Last Synced: 2026-02-03T11:47:00.923Z (23 days ago)
- Topics: api, api-framework, api-system, blog, blog-system, cms, cms-framework, cms-systeme, php, restapi
- Language: PHP
- Homepage: https://yuinijika.github.io/Anon/
- Size: 7.66 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anon Framework
> 一个简洁优雅的 PHP `API&CMS` 开发框架
>
> 当然你也可以直接安装`CMS`模式把它当作博客系统来使用。
## PHP 版本要求
PHP 7.4 - 8.4
> **注意**:当前分支代码为开发版,生产环境请使用[稳定版](https://github.com/YuiNijika/Anon/releases)
---
## 文档导航
### 快速入门
- [快速开始](https://yuinijika.github.io/Anon/guide/quick-start) - 5分钟上手
- [API 参考](https://yuinijika.github.io/Anon/api/api-reference) - 完整方法调用参考
### 核心功能
- [路由处理](https://yuinijika.github.io/Anon/guide/routing) - 自动路由、路由配置
- [数据库操作](https://yuinijika.github.io/Anon/guide/database) - 查询构建器、Repository模式
- [请求与响应](https://yuinijika.github.io/Anon/guide/request-response) - 请求处理、响应处理
- [用户认证](https://yuinijika.github.io/Anon/guide/authentication) - 登录检查、Token验证
### 工具与功能
- [工具类](https://yuinijika.github.io/Anon/guide/tools) - 辅助函数、工具集
- [高级功能](https://yuinijika.github.io/Anon/guide/advanced) - Widget组件、权限系统、钩子
- [现代特性](https://yuinijika.github.io/Anon/guide/modern-features) - 依赖注入、中间件、缓存
### 配置与调试
- [配置说明](https://yuinijika.github.io/Anon/guide/configuration) - 系统配置、应用配置
- [调试工具](https://yuinijika.github.io/Anon/guide/debugging) - 代码调试、Web控制台
### 参考文档
- [开发规范](https://yuinijika.github.io/Anon/guide/coding-standards) - 代码风格、命名规范、最佳实践
- [API 端点](https://yuinijika.github.io/Anon/api/api-endpoints) - 系统端点列表
- [自定义代码](https://yuinijika.github.io/Anon/guide/custom-code) - 在useCode.php中添加代码
- [Token策略](https://yuinijika.github.io/Anon/guide/token-strategy) - Token刷新策略说明
- [大数据处理](https://yuinijika.github.io/Anon/guide/big-data) - 游标分页、批量操作、查询优化
- [安全功能](https://yuinijika.github.io/Anon/guide/security) - CSRF防护、XSS过滤、SQL注入防护
---
## 📄 许可证
MIT License
Copyright (c) 2024-2026 鼠子(YuiNijika)