
Amp
Amp is a non-blocking concurrency framework for PHP. It provides an event loop, promises, and streams as a base for asynchronous programming.
-
- Sign up for GitHub or sign in to edit this page
- Created by Daniel Lowrey
- Released August 05, 2013
Here are 91 public repositories matching this topic...
A non-blocking HTTP application server for PHP based on Amp.
-
Updated
Oct 11, 2019 - 1 commits
- PHP
There are no enums in PHP, but it might be useful to add constants for available string values.
For example, in sendChatAction there is a parameter action with available values:
typing, upload_photo , record_video etc.
For this values it's possible to add constants in SendChatAction class:
const TYPE_TYPING = 'typing';
const TYPE_UPLOAD_PHOTO = 'upload_photo';
.
Add documentation
There should be at least a rough overview.
PHP Service Bus (publish-subscribe pattern) implementation
-
Updated
Sep 23, 2019 - 984 commits
- PHP
Simple and easy to use catch-all SMTP mail server and debugging tool
-
Updated
Oct 9, 2019 - 171 commits
- JavaScript
Async WebSocket client for PHP based on Amp.
-
Updated
Sep 27, 2019 - 135 commits
- PHP
Async Postgres client for PHP based on Amp.
-
Updated
Sep 30, 2019 - 182 commits
- PHP
Add examples
We should have a few examples, a producer and a consumer at least.
Synchronization primitives for PHP based on Amp.
-
Updated
Sep 27, 2019 - 50 commits
- PHP
Building multi-core network applications with PHP.
-
Updated
Oct 8, 2019 - 80 commits
- PHP
Pure asynchronous PHP implementation of the AMQP 0-9-1 protocol.
-
Updated
Sep 28, 2019 - 17 commits
- PHP
Add documentation
Documentation should be added, see https://github.com/amphp/amphp.github.io#setup-for-a-new-repository for a guide and have a look at other repositories for how it works.
Trying to learn Amp is difficult for someone new to coroutines and async in the context of PHP. Although I appreciate the work that has been done on the documentation so far, I still find it lacking for giving good background to the topic and its use.
For me, it has been helpful to start thinking about the "async context". It seems to me that in Amp, in order to do anything with async you must