1
0
mirror of https://github.com/danog/awesome-amphp.git synced 2024-11-30 04:19:25 +01:00
awesome-amphp/README.md
2022-01-20 08:53:12 +00:00

9.2 KiB

awesome-amphp

A curated list of amphp packages

Arduino

Cache

CSV

  • amp-csv - CSV library to use with Amp PHP framework

Database

DNS

Event loop

HTTP

Server

Client

Jira

JSON

Kafka

Logging

  • amphp/log - Non-blocking logging for PHP based on Amp and Monolog

Multiprocessing

Music

  • gitamp - Listen to music generated by events across github

PDF

ReactPHP

Redis

  • amphp/redis - Redis Client
  • rpq-server - RPQ: Simple, efficient, prioritized background processing for PHP

RPC

  • rpc-demo - Simple RPC demo to handle socket input in worker processes

SSH

Telegram

  • MadelineProto - Client/Server API for the telegram MTProto protocol

Testing

  • amphp/php-unit-util - Helper package to ease testing with PHPUnit
  • async-unit - A PHP8 unit and integration testing framework with first-class support for the amphp Loop
  • asynit - Asynchronous HTTP Request Testing Library for API or more
  • mock-server - Flexible HTTP mocking application for testing and fast prototyping

Websocket

Unsorted yet

Projects using amphp

  • stdinho - Turn any STDIN/STDOUT into HTTP server
  • mailgrab - Simple and easy to use catch-all SMTP mail server and debugging tool
  • psalm - A static analysis tool for finding errors in PHP applications
  • grumphp - A composer plugin that enables source code quality checks

Guides / Tutorials

Alternative libraries

  • ReactPHP - Event-driven, non-blocking I/O
  • Tornado - A library for asynchronous programming