Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudtay/ripple
🚀 A modern, high-performance, native PHP coroutine engine.
https://github.com/cloudtay/ripple
async coroutine http-server php php-cli php-server php8 websocket
Last synced: 2 days ago
JSON representation
🚀 A modern, high-performance, native PHP coroutine engine.
- Host: GitHub
- URL: https://github.com/cloudtay/ripple
- Owner: cloudtay
- License: mit
- Created: 2024-06-27T10:26:10.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T02:47:33.000Z (3 months ago)
- Last Synced: 2024-10-25T04:43:02.688Z (3 months ago)
- Topics: async, coroutine, http-server, php, php-cli, php-server, php8, websocket
- Language: PHP
- Homepage: https://github.com/cloudtay/ripple
- Size: 1.32 MB
- Stars: 122
- Watchers: 4
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Ripple is a modern, high-performance native PHP coroutine engine designed to solve PHP's challenges in high concurrency, complex network communication and data operations.
The engine uses an innovative architecture and efficient programming model to provide powerful and flexible backend support for modern web and web applications.
By using ripple, you will experience the advantages of managing tasks from a global view of the system and efficiently handling network traffic and data.## Install
````bash
composer require cloudtay/ripple
````## Latest documentation
You can visit `ripple`’s [documentation](https://ripple.cloudtay.com/) to start reading
We recommend that you start with [Manual Installation](https://ripple.cloudtay.com/docs/install/professional) to better
understand the workflow of rippleIf you want to quickly deploy and use `ripple` services, you can directly
visit [Quick Deployment](https://ripple.cloudtay.com/docs/install/server)## Appendix
### Applicable component library
> We allow users to choose applicable component libraries by themselves. All components can be used as described in the
> document without additional configuration.**🚀 [Guzzle](https://docs.guzzlephp.org/en/stable/)**
PHP is the most widely used HTTP client**🔥 [AmPHP](https://amphp.org/)**
Provides rich PHP asynchronous components for users to encapsulate by themselves**🚀 [Driver](https://github.com/cloudtay/ripple-driver)**
The official high-performance driver library provides seamless access to your traditional applications.**🚀 [Webman-coroutine](https://github.com/workbunny/webman-coroutine)**
The workbunny team's integrated webman coroutine extension provides coroutine support for Webman.**🟢[ripple](https://github.com/cloudtay/ripple)**
Provides standard coroutine architecture and tools for rapid development or packaging of traditional applications### Event Library Guide
| Extension Types | Recommended Use | Compatibility | Description |
|:---------------:|:---------------:|:-------------:|:--------------------------------------------------------------------------------------------------------------------:|
| `libev` | 🏅️ | 🟢️ | `Ev` is a more efficient event extension that performs consistently in various systems and is recommended to be used |
| `Native` | ️ | 🟢 | Support the use of PHP's built-in select mechanism |
| `event` | | 🌗 | The event characteristics under different systems are not uniform, and their use is not recommended |## Special thanks
[Jetbrains](https://www.jetbrains.com/?from=ripple) provides free development tools for this project
### Contact information
`Email` [email protected]
`WeChat` jingnigg