All Projects → swoole → Swoole Wiki

swoole / Swoole Wiki

Licence: apache-2.0
📖Swoole全量Markdown文档, Swoole-Doc, Swoole-Wiki

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Swoole Wiki

wikicr
Wiki in crystal, using Markdown and Git, inspired by dokuwiki. Last features to build are pretty hard, if you have some time to help... :)
Stars: ✭ 20 (-92.34%)
Mutual labels:  wiki
swoole-futures
⏳ Futures, Streams & Async/Await for PHP's Swoole asynchronous run-time.
Stars: ✭ 100 (-61.69%)
Mutual labels:  swoole
blockchainer-roadmap
Roadmap of learning blockchain technology and business knowledge summarized by ZJUBCA(浙大区块链协会总结的区块链知识学习路线). Welcome to contribute!!!
Stars: ✭ 167 (-36.02%)
Mutual labels:  wiki
King.Azure.Imaging
Image API & processing for Azure Web Apps
Stars: ✭ 20 (-92.34%)
Mutual labels:  wiki
wiki
KISS Linux - Wiki (The wiki is now a part of the website)
Stars: ✭ 27 (-89.66%)
Mutual labels:  wiki
emailkit
EmailKit for Android - This is a powerful, excellent and simple Email framework💌.
Stars: ✭ 99 (-62.07%)
Mutual labels:  wiki
OpenCL
The content of the OpenCL.org website
Stars: ✭ 18 (-93.1%)
Mutual labels:  wiki
sqlmap-wiki-zhcn
可能是最完整的 sqlmap 中文文档。
Stars: ✭ 51 (-80.46%)
Mutual labels:  wiki
wiki
Open-source Wiki documentation app.
Stars: ✭ 14 (-94.64%)
Mutual labels:  wiki
sw crontab
基于swoole的定时器程序,支持秒级处理,去中心化架构,可横向扩展
Stars: ✭ 24 (-90.8%)
Mutual labels:  swoole
wiki
Free and Open Source Wiki built on top of Frappe
Stars: ✭ 63 (-75.86%)
Mutual labels:  wiki
octane
Supercharge your Laravel application's performance.
Stars: ✭ 3,038 (+1063.98%)
Mutual labels:  swoole
vimwiki-skel
Skeleton for seeding new Vimwiki instances
Stars: ✭ 18 (-93.1%)
Mutual labels:  wiki
php7-alpine
Docker container for PHP 7 in Alpine Linux, with almost all extensions that you may need
Stars: ✭ 20 (-92.34%)
Mutual labels:  swoole
yeswiki
YesWiki is a wiki system written in PHP, including extensions making collaboration more simple (databases, maps, easy editing, bootstrap themes,...).
Stars: ✭ 74 (-71.65%)
Mutual labels:  wiki
PHPMailer-Swoole
安装最新版Swoole,开启一键协程化,使用原版phpmailer就可以实现协程化了。本项目已经没有维护下去的意义。
Stars: ✭ 25 (-90.42%)
Mutual labels:  swoole
docker-laravel-appengine
Laravel dockerized with official Google App Engine flexible php environment + swoole.
Stars: ✭ 66 (-74.71%)
Mutual labels:  swoole
Framework
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Stars: ✭ 259 (-0.77%)
Mutual labels:  swoole
swoole api framework 2
swoole
Stars: ✭ 20 (-92.34%)
Mutual labels:  swoole
bitnami-docker-dokuwiki
Bitnami Docker Image for DokuWiki
Stars: ✭ 98 (-62.45%)
Mutual labels:  wiki

Swoole中文文档

全量MarkDown版本

简介

PHP的异步、并行、高性能网络通信引擎,使用纯C语言编写,提供了PHP语言的异步多线程服务器异步TCP/UDP网络客户端异步MySQL异步Redis数据库连接池AsyncTask消息队列毫秒定时器异步文件读写异步DNS查询。 Swoole内置了Http/WebSocket服务器端/客户端Http2.0服务器端/客户端

Swoole底层内置了异步非阻塞、多线程的网络IO服务器。PHP程序员仅需处理事件回调即可,无需关心底层。与Nginx/Tornado/Node.js等全异步的框架不同,Swoole既支持全异步,也支持同步。

除了异步IO的支持之外,Swoole为PHP多进程的模式设计了多个并发数据结构和IPC通信机制,可以大大简化多进程并发编程的工作。其中包括了并发原子计数器并发HashTableChannelLock进程间通信IPC等丰富的功能特性。

Swoole从2.0版本开始支持了内置协程,可以使用完全同步的代码实现异步程序。PHP代码无需额外增加任何关键词,底层自动进行协程调度,实现异步。

Swoole可以广泛应用于互联网、移动通信、企业软件、网络游戏、物联网、车联网、智能家庭等领域。 使用PHP+Swoole作为网络通信框架,可以使企业IT研发团队的效率大大提升,更加专注于开发创新产品。

Swoole是开源免费的自由软件,授权协议是Apache2.0。企业和个人开发者均可免费使用Swoole的代码,并且在Swoole之上所作的修改可用于商业产品,无需开源(注:必须保留原作者的版权声明)。

1.8.7或更高版本已完全兼容PHP7
2.0.12版本开始不再支持PHP5

快速索引

全量目录

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].