HyperFlowHyperFlow
Home
Guide
Examples
GitHub
Home
Guide
Examples
GitHub
  • Guide

    • Installation
    • Basic concepts
    • Advanced concepts and architecture
    • Limitations
    • Examples
    • Contributing
    • Citation

Contributing

First off, thanks for taking the time to contribute to HyperFlow!

How to Contribute

  1. Reporting Bugs: Use GitHub Issues.
  2. Feature Requests: Check existing issues before opening a new one.
  3. Pull Requests:
    • Fork the repo.
    • Create a new branch.
    • Ensure code passes lints (if applicable).
    • Submit the PR!

Environment Setup

To begin hacking on the local components (GenerateLoopConfig, the local DOMs and executors):

# Clone the repository
git clone https://github.com/lablnet/hyperflow-php.git
cd hyperflow-php

# Install dependencies
composer install

Linting

We use php-cs-fixer to maintain a very clean code base. Formatting must be identical to the internal styles. Run the linting targets manually before pushing code:

composer run lint
Edit this page
Last Updated: 4/29/26, 5:05 AM
Contributors: Muhammad Umer Farooq
Prev
Examples
Next
Citation