All Projects → dazzle-php → Dazzle

dazzle-php / Dazzle

Licence: mit
Next-Gen Async Library for PHP

Labels

Projects that are alternatives of or similar to Dazzle

Keshi
A better in-memory cache for Node and the browser
Stars: ✭ 75 (-16.67%)
Mutual labels:  async
Websocket Client
Async WebSocket client for PHP based on Amp.
Stars: ✭ 83 (-7.78%)
Mutual labels:  async
Ctrlsf.vim
An ack.vim alternative mimics Ctrl-Shift-F on Sublime Text 2
Stars: ✭ 1,283 (+1325.56%)
Mutual labels:  async
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+1230%)
Mutual labels:  async
Linq Async
C# LINQ Async extension methods library for async/await task.
Stars: ✭ 82 (-8.89%)
Mutual labels:  async
Branchy
🍃 Execute a Node.js function in a separate process
Stars: ✭ 84 (-6.67%)
Mutual labels:  async
C Ares
A C library for asynchronous DNS requests
Stars: ✭ 1,193 (+1225.56%)
Mutual labels:  async
Object Observer
Object Observer functionality of JavaScript objects/arrays via native Proxy
Stars: ✭ 88 (-2.22%)
Mutual labels:  async
Dns
Async DNS resolution for PHP based on Amp.
Stars: ✭ 82 (-8.89%)
Mutual labels:  async
Datakernel
Alternative Java platform, built from the ground up - with its own async I/O core and DI. Ultra high-performance, simple and minimalistic - redefines server-side programming, web-development and highload!
Stars: ✭ 87 (-3.33%)
Mutual labels:  async
Javelin
[Mirror] RTMP streaming server written in Rust
Stars: ✭ 77 (-14.44%)
Mutual labels:  async
Radon
Object oriented state management solution for front-end development.
Stars: ✭ 80 (-11.11%)
Mutual labels:  async
Igropyr
a async http server base on libuv for Chez Scheme
Stars: ✭ 85 (-5.56%)
Mutual labels:  async
Suave
Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
Stars: ✭ 1,196 (+1228.89%)
Mutual labels:  async
Magpie
🐦 Successor of my monkey Interpreter(support for class, linq, sql, net, http, fmt, json and A realtime syntax highlighting REPL).
Stars: ✭ 88 (-2.22%)
Mutual labels:  async
Pfun
Functional, composable, asynchronous, type-safe Python.
Stars: ✭ 75 (-16.67%)
Mutual labels:  async
Run Waterfall
Run an array of functions in series, each passing its results to the next function
Stars: ✭ 83 (-7.78%)
Mutual labels:  async
Alecrimasynckit
async and await for Swift.
Stars: ✭ 89 (-1.11%)
Mutual labels:  async
Multitasking
Non-blocking Python methods using decorators
Stars: ✭ 87 (-3.33%)
Mutual labels:  async
Async Retry
Retrying made simple, easy and async
Stars: ✭ 1,262 (+1302.22%)
Mutual labels:  async

Dazzle Project

License

Introducing Next-Gen Async PHP Today !


Description

Dazzle Project is an open-source movement and a set of libraries designed specially for the purpose of allowing developers to write non-blocking, asynchronous code in PHP. Dazzle provides a variety of straight-forward, yet powerful components to ensure the implementation of such architecture will be possible in any application easily and rapidly. The project aims to create the complete asynchronous, environment with all the tools necessary to build working applications from the scratch. All of the packages included are interoperable with each other, secure, effective and efficient. Each package is provided with a set of working examples, tests and well-formed documentation on at least minimum required level.

Components

Dazzle is a set of libraries meaning that each component can be required by your application indepentently. The current releases provides following packages:

Component Status Quality Coverage Version Download
# Dazzle\Cache Build Status Code Quality Code Coverage WIP Download
# Dazzle\Channel Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Channel-Socket Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Channel-Zmq Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Event Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Filesystem Build Status Code Quality Code Coverage WIP Download
# Dazzle\Loop Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Mysql Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Promise Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Redis Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Socket Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\SSH Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Stream Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Throwable Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Util Build Status Code Quality Code Coverage Latest Stable Version Download
# Dazzle\Zmq Build Status Code Quality Code Coverage Latest Stable Version Download

Requirements

  • PHP-5.6 or PHP-7.0+,
  • UNIX or Windows OS,
  • Additional constraints based on which components you do plan to use.

Installation

Dazzle components can be installed separately, allowing you to build your own technology stack. To install any of them, simply visit their repositories and follow the installation instructions posted there. Some of the packages can be used instantly with event minimal configuration of PHP, some require additional libraries.

Versioning

Versioning of Dazzle libraries is being shared between all packages included in Dazzle Project. That means the releases are being made concurrently for all of them. On one hand this might lead to "empty" releases for some packages at times, but don't worry. In the end it is far much easier for contributors to maintain and -- what's the most important -- much more straight-forward for users to understand the compatibility and inter-operability of the packages.

Contributing

Thank you for considering contributing to Dazzle Project! To contribue visit the repository of the package you would like to introduce changes to, read the attached contributing guide and create PR. To contribute with the new, non-existing repository, contact author directly using the information provided in composer.json file.

License

Dazzle Project is open-sourced software licensed under the MIT license. The documentation is provided under FDL-1.3 license.

Going Further

Whenever you feel your projects using Dazzle start to become huge and complicated you might find yourself in a need of a tool that provides more possibilites than library can. If that happens, don't worry and try the Kraken Framework. It is fully asynchronous and distributed framework working on top of dazzle libraries that was created to contain most of the boilerplate and implement solutions which you need when creating services and service-oriented applications.



"Everything is possible. The impossible just takes longer." ― Dan Brown

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].