PHPackages                             rapttor/threads - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rapttor/threads

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rapttor/threads
===============

Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications

010.1k—1.9%PHP

Since Jul 7Pushed 1y ago1 watchersCompare

[ Source](https://github.com/rapttor/threads)[ Packagist](https://packagist.org/packages/rapttor/threads)[ RSS](/packages/rapttor-threads/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Threads library for PHP
=======================

[](#threads-library-for-php)

Threads is a powerful and user-friendly PHP library designed to simplify parallel processing in PHP applications. By abstracting complex threading capabilities into straightforward, easy-to-use functions, Threads enables developers to enhance performance and efficiency in their applications with minimal effort.

We encourage you to enbrace passing parameters to the method as array of key-values. Use descriptive keys and provide \[$defaults\] always to avoid need for documentation/manual(s)

Install
-------

[](#install)

> composer require rapttor/threads

may need to add to composer.json

> "minimum-stability": "dev", "prefer-stable": true,

Features
--------

[](#features)

- PSR-4 autoloading compliant structure
- Unit-Testing with PHPUnit
- Comprehensive Guides and tutorial
- Easy to use to any framework or even a plain php file

I encourage that you put more information on this readme file instead of leaving it as is. See [rapttor.com](http://www.rapttor.com/) for more info.

Licence (Available in a separate file)
--------------------------------------

[](#licence-available-in-a-separate-file)

MIT License

Example
-------

[](#example)

```
