1
0
mirror of https://github.com/danog/process.git synced 2024-11-30 04:39:04 +01:00
Go to file
Aaron Piotrowski c818f508d3
Add coverage annotations
Windows only classes cause havoc with coverage numbers… open to suggestions on how to fix but at least now it won't look like we didn't even try testing. :-P
2017-11-24 19:08:30 -06:00
bin/windows Refactor for full Windows compatibility 2017-11-24 18:43:56 -06:00
examples Add ping count to example 2017-11-24 18:50:25 -06:00
lib Add coverage annotations 2017-11-24 19:08:30 -06:00
test Refactor for full Windows compatibility 2017-11-24 18:43:56 -06:00
.gitattributes Add Makefile and update git files 2017-11-24 18:47:59 -06:00
.gitignore Add Makefile and update git files 2017-11-24 18:47:59 -06:00
.php_cs Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
.travis.yml Update Travis config and fix code style 2017-11-24 18:43:57 -06:00
appveyor.yml Disable coverage submission on AppVeyor for now 2017-11-24 18:43:58 -06:00
composer.json Update Travis config and fix code style 2017-11-24 18:43:57 -06:00
LICENSE Merge branch 'master' into amp_v2 2017-06-15 12:16:54 -05:00
Makefile Add Makefile and update git files 2017-11-24 18:47:59 -06:00
phpunit.xml.dist Refactor for full Windows compatibility 2017-11-24 18:43:56 -06:00
README.md Update badges 2017-11-24 19:03:29 -06:00

Process

An async process dispatcher built on the amp concurrency framework

Build Status Coverage Status Semantic Version License

Installation

This package can be installed as a Composer dependency.

composer require amphp/process

Requirements

Versioning

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

Security

If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.

License

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