2017 © Pedro Peláez
 

library async

Simple way to make async operations using PHP

image

reich/async

Simple way to make async operations using PHP

  • Saturday, April 14, 2018
  • by edenreich
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

, (*1)

AsyncPHP

A simple way to make async operations using PHP, (*2)

Installation

in the terminal:, (*3)

composer require reich/async

Usage

To create a new thread:, (*4)

$thread = new \AsyncPHP\Thread(function);

To join the thread to the main context:, (*5)

$thread->join();

To get the currently running threads:, (*6)

echo \AsyncPHP\Thread::$count

Note

This can only be used from the command line atm., (*7)

The Versions

14/04 2018

dev-master

9999999-dev

Simple way to make async operations using PHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-pcntl *

 

The Development Requires

async thread threads

25/03 2018

1.0.x-dev

1.0.9999999.9999999-dev

Simple way to make async operations using PHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-pcntl *

 

The Development Requires

async thread threads

25/03 2018

dev-dev

dev-dev

Simple way to make async operations using PHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-pcntl *

 

The Development Requires

async thread threads

25/03 2018

v1.0

1.0.0.0

Simple way to make async operations using PHP

  Sources   Download

MIT

The Requires

  • php >=5.6.0
  • ext-pcntl *

 

The Development Requires

async thread threads