All Projects → amphp → Sync

amphp / Sync

Licence: mit
Synchronization primitives for PHP based on Amp.

Projects that are alternatives of or similar to Sync

Redis
Async Redis Client for PHP based on Amp.
Stars: ✭ 107 (+59.7%)
Mutual labels:  async, amphp
Futures Intrusive
Synchronization primitives for Futures and async/await based on intrusive collections
Stars: ✭ 137 (+104.48%)
Mutual labels:  async, synchronization
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+2550.75%)
Mutual labels:  async, amphp
Http Server
A non-blocking HTTP application server for PHP based on Amp.
Stars: ✭ 1,122 (+1574.63%)
Mutual labels:  async, amphp
Amp
A non-blocking concurrency framework for PHP applications. 🐘
Stars: ✭ 3,457 (+5059.7%)
Mutual labels:  async, amphp
Acme
Async ACME library written in PHP based on the Amp concurrency framework.
Stars: ✭ 102 (+52.24%)
Mutual labels:  async, amphp
Socket
Non-blocking socket and TLS functionality for PHP based on Amp.
Stars: ✭ 122 (+82.09%)
Mutual labels:  async, amphp
Websocket Client
Async WebSocket client for PHP based on Amp.
Stars: ✭ 83 (+23.88%)
Mutual labels:  async, amphp
Service Bus
PHP Service Bus (publish-subscribe pattern) implementation
Stars: ✭ 290 (+332.84%)
Mutual labels:  async, amphp
Mysql
Async MySQL client for PHP based on Amp.
Stars: ✭ 235 (+250.75%)
Mutual labels:  async, amphp
Dns
Async DNS resolution for PHP based on Amp.
Stars: ✭ 82 (+22.39%)
Mutual labels:  async, amphp
Demo Chat
A small demo chat based on Aerys.
Stars: ✭ 18 (-73.13%)
Mutual labels:  async, amphp
Process
An async process dispatcher for Amp.
Stars: ✭ 119 (+77.61%)
Mutual labels:  async, amphp
Byte Stream
A non-blocking stream abstraction for PHP based on Amp.
Stars: ✭ 208 (+210.45%)
Mutual labels:  async, amphp
Http Client
Async HTTP/1.1+2 client for PHP based on Amp.
Stars: ✭ 553 (+725.37%)
Mutual labels:  async, amphp
Postgres
Async Postgres client for PHP based on Amp.
Stars: ✭ 56 (-16.42%)
Mutual labels:  async, amphp
Graphyte
Python 3 compatible library to send data to a Graphite metrics server (Carbon)
Stars: ✭ 59 (-11.94%)
Mutual labels:  async
Avenue
Wrapper around URLSession and URLSessionTask to enable seamless integration with Operation / OperationQueue.
Stars: ✭ 58 (-13.43%)
Mutual labels:  async
Ktor
Framework for quickly creating connected applications in Kotlin with minimal effort
Stars: ✭ 9,190 (+13616.42%)
Mutual labels:  async
Promised Pipe
A ramda.pipe-like utility that handles promises internally with zero dependencies
Stars: ✭ 64 (-4.48%)
Mutual labels:  async

sync

Build Status Code Coverage Release License

Synchronization primitives for PHP applications and libraries using Amp.

Installation

This package can be installed as a Composer dependency.

composer require amphp/sync

Documentation

Documentation can be found on amphp.org/sync as well as in the ./docs directory.

Versioning

amphp/sync follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].