# swoft **Repository Path**: AdolphGithub/swoft ## Basic Information - **Project Name**: swoft - **Description**: 首个基于 Swoole 原生协程的新时代 PHP 高性能协程全栈框架,内置协程网络服务器及常用的协程客户端,常驻内存,不依赖传统的 PHP-FPM,全异步非阻塞 IO 实现,以类似于同步客户端的写法实现异步客户端的使用,没有复杂的异步回调,没有繁琐的 yield, 有类似 Go 语言的协程、灵活的注解、强大的全局依赖注入容器、完善的服务治理、灵活强大的 AOP、标准的 PSR 规范实现等等,可以用于构建高性能的Web系统、API、中间件、基础服务等等。 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.swoft.org/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 133 - **Created**: 2019-05-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Swoft ⚡️ Modern High performance AOP and Coroutine PHP Framework, base on Swoole ## Notice > The **master** is version `2.0`. If you want to use the 1.x version, please choose the 1.x branch code.