mirror of
https://github.com/danog/awesome-amphp.git
synced 2024-11-26 11:54:41 +01:00
added some more manually from topic search
This commit is contained in:
parent
52e001ee99
commit
3aac1cec8d
60
README.md
60
README.md
@ -2,6 +2,14 @@
|
||||
A curated list of amphp packages
|
||||
|
||||
|
||||
## Arduino
|
||||
|
||||
- [amphp-arduino](https://github.com/kelunik/amphp-arduino) - Demo for controlling an Arduino with PHP
|
||||
|
||||
## Cache
|
||||
|
||||
- [amphp/cache](https://github.com/amphp/cache) - A fiber-aware cache API
|
||||
|
||||
## Database
|
||||
|
||||
- [amphp/mysql](https://github.com/amphp/mysql) - Async MySQL client
|
||||
@ -10,6 +18,7 @@ A curated list of amphp packages
|
||||
## HTTP
|
||||
|
||||
### Server
|
||||
|
||||
- [amphp/http-server](https://github.com/amphp/http-server) - A non-blocking HTTP application server.
|
||||
- [amphp/http-server-form-parser](https://github.com/http-server-form-parser) - A form parser
|
||||
- [amphp/http-server-router](https://github.com/amphp/http-server-router) - A router
|
||||
@ -17,18 +26,19 @@ A curated list of amphp packages
|
||||
- [amphp/http-server-static-content](https://github.com/amphp/http-server-static-content) - A static content responder for amphp/http-server
|
||||
|
||||
### Client
|
||||
|
||||
- [amphp/http-client](https://github.com/amphp/http-client) - Async HTTP/1.1+2 client
|
||||
- [amphp/http-client-cookies](https://github.com/amphp/http-client-cookies) - Automatic cookie handling for amphp/http-client
|
||||
- [amphp/http-client-cache](https://github.com/amphp/http-client-cache) - Async HTTP cache for amphp/http-client
|
||||
- [amphp/http-client-psr7](https://github.com/amphp/http-client-psr7) - PSR-7 adapter for amphp/http-client
|
||||
## Websocket
|
||||
|
||||
- [amphp/websocket-server](https://github.com/amphp/websocket-server) - WebSocket component for amphp/http-server
|
||||
- [amphp/websocket-client](https://github.com/amphp/websocket-client) - Async WebSocket client
|
||||
## JSON
|
||||
|
||||
## Music
|
||||
- [streaming-json](https://github.com/kelunik/streaming-json) - A streaming JSON parser
|
||||
|
||||
- [gitamp](https://github.com/ekinhbayar/gitamp) - Listen to music generated by events across github
|
||||
## Logging
|
||||
|
||||
- [amphp/log](https://github.com/amphp/log) - Non-blocking logging for PHP based on Amp and Monolog
|
||||
|
||||
## Multiprocessing
|
||||
|
||||
@ -37,13 +47,51 @@ A curated list of amphp packages
|
||||
- [amphp/parallel-functions](https://github.com/amphp/parallel-functions) - Simplified parallel processing
|
||||
- [amphp/cluster](https://github.com/amphp/cluster) - Building multi-core network applications
|
||||
|
||||
## Music
|
||||
|
||||
- [gitamp](https://github.com/ekinhbayar/gitamp) - Listen to music generated by events across github
|
||||
|
||||
## SSH
|
||||
|
||||
- [amphp/ssh](https://github.com/amphp/ssh) - Async SSH client
|
||||
|
||||
## Telegram
|
||||
|
||||
- [MadelineProto](https://github.com/danog/MadelineProto) - Client/Server API for the telegram MTProto protocol
|
||||
|
||||
## Testing
|
||||
|
||||
- [asynit](https://github.com/jolicode/asynit) - Asynchronous HTTP Request Testing Library for API or more
|
||||
|
||||
## Websocket
|
||||
|
||||
- [amphp/websocket-server](https://github.com/amphp/websocket-server) - WebSocket component for amphp/http-server
|
||||
- [amphp/websocket-client](https://github.com/amphp/websocket-client) - Async WebSocket client
|
||||
|
||||
|
||||
## Unsorted yet
|
||||
|
||||
- [amphp/file](https://github.com/amphp/file) - Access to the filesystem
|
||||
- [amphp/redis](https://github.com/amphp/redis) - Redis Client
|
||||
- [amphp/beanstalk](https://github.com/amphp/beanstalk) - Beanstalk client
|
||||
- [Service bus](https://github.com/php-service-bus/service-bus) - Service Bus (publish-subscribe pattern) implementation
|
||||
- [amphp/byte-stream](https://github.com/amphp/byte-stream) - A non-blocking stream abstraction
|
||||
- [ACME](https://github.com/kelunik/acme) - Async ACME library
|
||||
- [amphp/dns](https://github.com/amphp/dns) - Async DNS resolution
|
||||
- [ridge](https://github.com/phpinnacle/ridge) - Pure asynchronous PHP implementation of the AMQP 0-9-1 protocol
|
||||
- [cassis](https://github.com/phpinnacle/cassis) - Pure PHP asynchronous implementation of the Cassandra V4 binary protocol
|
||||
- [Wind frameowrk](https://github.com/wind-framework/wind-framework) - Pure PHP Coroutine Framework based on Workerman and Amphp
|
||||
- [ESB](https://github.com/webgriffe/esb) - Simple, beanstalkd powered, ESB framework
|
||||
- [retry](https://github.com/kelunik/retry) - A tiny library for retrying failed operations
|
||||
- [rate-limit](https://github.com/kelunik/rate-limit) - Rate Limiting
|
||||
|
||||
|
||||
## Projects using amphp
|
||||
|
||||
- [stdinho](https://github.com/ostrolucky/stdinho) - Turn any STDIN/STDOUT into HTTP server
|
||||
- [stdinho](https://github.com/ostrolucky/stdinho) - Turn any STDIN/STDOUT into HTTP server
|
||||
- [mailgrab](https://github.com/PeeHaa/mailgrab) - Simple and easy to use catch-all SMTP mail server and debugging tool
|
||||
- [psalm](https://github.com/vimeo/psalm) - A static analysis tool for finding errors in PHP applications
|
||||
|
||||
## Guides / Tutorials
|
||||
|
||||
- [amphp/getting-started](https://github.com/amphp/getting-started) - A getting started guide for Amp
|
Loading…
Reference in New Issue
Block a user