chenkexv / CQuickFrameworkLinks
一个使用C语言开发的PHP MVC框架.包含自动加载、路由重写、Hooks、DB封装、Di容器、视图引擎、消息队列、消费者管理、调试器等核心功能.核心之外还包含了诸多日常开发所常用的类库,如图片水印处理、FTP封装、Linux性能检测与告警、Telnet探测、邮件发送、验证码、验证器、Redis、分页、曲线拟合等.此外框架包含如多安全特性,在C层面对webshell提供拦截和防护.使用简单、性能强大.
☆12Updated 3 years ago
Alternatives and similar repositories for CQuickFramework
Users that are interested in CQuickFramework are comparing it to the libraries listed below
Sorting:
- C语言实现封装的服务器框架,多进程+单线程+libevent+openssl+ORMSQL☆10Updated 6 years ago
- ☆11Updated 9 years ago
- C语言版的STL,包含set,list,map等基本数据结构和算法☆47Updated 9 years ago
- 锥型NAT下,实现基于udp 协议的内网穿透p2p通信 (协议由protobuf生成)☆58Updated 6 years ago
- branch new for vs2017+/gcc-9.2.0+. with xcodecvt, xlog, xhook, xsig etc. branch old for VS2013.☆16Updated last month
- C语言写的Http Server,J. David Blackstone在1999年写的一个不到 500 行的超轻量型HTTP服务器Http Server。