1
0
mirror of https://github.com/danog/awesome-amphp.git synced 2024-11-30 04:19:25 +01:00

fix formatting

This commit is contained in:
thgs 2022-01-18 06:10:30 +00:00
parent cd48264694
commit 52e001ee99

View File

@ -4,45 +4,46 @@ A curated list of amphp packages
## Database ## Database
[amphp/mysql](https://github.com/amphp/mysql) - Async MySQL client - [amphp/mysql](https://github.com/amphp/mysql) - Async MySQL client
[amphp/postgres](https://github.com/amphp/postgres) - Async Postgres client - [amphp/postgres](https://github.com/amphp/postgres) - Async Postgres client
## HTTP ## HTTP
### Server ### Server
[amphp/http-server](https://github.com/amphp/http-server) - A non-blocking HTTP application 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-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 - [amphp/http-server-router](https://github.com/amphp/http-server-router) - A router
[amphp/http-server-session](https://github.com/amphp/http-server-session) - Session management - [amphp/http-server-session](https://github.com/amphp/http-server-session) - Session management
[amphp/http-server-static-content](https://github.com/amphp/http-server-static-content) - A static content responder for amphp/http-server - [amphp/http-server-static-content](https://github.com/amphp/http-server-static-content) - A static content responder for amphp/http-server
### Client ### Client
[amphp/http-client](https://github.com/amphp/http-client) - Async HTTP/1.1+2 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-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-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 - [amphp/http-client-psr7](https://github.com/amphp/http-client-psr7) - PSR-7 adapter for amphp/http-client
## Websocket ## Websocket
[amphp/websocket-server](https://github.com/amphp/websocket-server) - WebSocket component for amphp/http-server - [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 - [amphp/websocket-client](https://github.com/amphp/websocket-client) - Async WebSocket client
## Music ## Music
[gitamp](https://github.com/ekinhbayar/gitamp) - Listen to music generated by events across github - [gitamp](https://github.com/ekinhbayar/gitamp) - Listen to music generated by events across github
## Multiprocessing ## Multiprocessing
[amphp/process](https://github.com/amphp/process) - Async process dispatcher - [amphp/process](https://github.com/amphp/process) - Async process dispatcher
[amphp/parallel](https://github.com/amphp/parallel) - Parallel processing - [amphp/parallel](https://github.com/amphp/parallel) - Parallel processing
[amphp/parallel-functions](https://github.com/amphp/parallel-functions) - Simplified parallel processing - [amphp/parallel-functions](https://github.com/amphp/parallel-functions) - Simplified parallel processing
[amphp/cluster](https://github.com/amphp/cluster) - Building multi-core network applications - [amphp/cluster](https://github.com/amphp/cluster) - Building multi-core network applications
## Unsorted yet ## Unsorted yet
[amphp/file](https://github.com/amphp/file) - Access to the filesystem - [amphp/file](https://github.com/amphp/file) - Access to the filesystem
[amphp/redis](https://github.com/amphp/redis) - Redis Client - [amphp/redis](https://github.com/amphp/redis) - Redis Client
[amphp/beanstalk](https://github.com/amphp/beanstalk) - Beanstalk client - [amphp/beanstalk](https://github.com/amphp/beanstalk) - Beanstalk client
## Projects using amphp ## 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