A process manager for PHP that allows you to run multiple processes in parallel using the fork system call.
    • Fast-Forward-Fork
      • Getting Started
        • Installation
        • Quickstart
      • Usage
        • Getting Services
        • Worker Groups
        • Output and Errors
        • Signals
        • Use Cases
      • Advanced Topics
        • Integration
        • Extending and Customizing
        • Troubleshooting
      • API Reference
        • Fork Manager
        • Workers and Worker Groups
        • Signals API
        • Exceptions
      • Links and References
        • Dependencies
        • Coverage and Reports
      • FAQ
      • Compatibility
    • Namespaces
      • FastForward
        • Fork
          • Exception
          • Manager
          • Signal
          • Worker
    • Packages
      • FastForward
        • Fork
    • Reports
      • Deprecated
      • Errors
      • Markers
    • Indices
      • Files

    Getting Started

    This section introduces the runtime requirements, installation flow, and the smallest possible working example for the library.

    You should start here if you want to understand:

    • when this package is the right fit
    • what the runtime must provide
    • how the manager, workers, and worker groups fit together
    • how to get your first forked callback running safely
    • Installation
      • Requirements
      • Installation command
      • Direct runtime dependency
      • What happens on unsupported runtimes
      • Environment notes
      • Integration tip
    • Quickstart
      • Minimal working example
      • What happens here
      • Expected behavior
      • Next steps
    Search results