PHPackages                             ody/process - 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. [Framework](/categories/framework)
4. /
5. ody/process

ActiveLibrary[Framework](/categories/framework)

ody/process
===========

Manage Swoole processes in ODY framework

0.1.2(1y ago)041proprietaryPHP

Since Mar 23Pushed 1y ago1 watchersCompare

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

READMEChangelog (3)DependenciesVersions (5)Used By (1)

Ody/Process Documentation
=========================

[](#odyprocess-documentation)

Introduction
------------

[](#introduction)

Ody/Process is a PHP package designed to manage background processes within the ODY framework. This package allows you to create and manage background processes that run alongside your main application, leveraging Swoole's powerful coroutine capabilities for high-performance concurrent processing.

Installation
------------

[](#installation)

Install the package via Composer:

```
composer require ody/process
```

Configuration
-------------

[](#configuration)

Create a `process.php` configuration file in your `config` directory:

```
