PHPackages                             orchesty/php-sdk - 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. orchesty/php-sdk

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

orchesty/php-sdk
================

PHP sdk for Orchesty

4.0.5(1mo ago)01731Apache-2.0PHPPHP ^8.4CI passing

Since Jun 22Pushed 1mo ago2 watchersCompare

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

READMEChangelog (6)Dependencies (18)Versions (33)Used By (1)

PHP Orchesty SDK
================

[](#php-orchesty-sdk)

How to use ?
------------

[](#how-to-use-)

- Install package `orchesty/php-sdk`
- Register bundles from PHP SDK into your Symfony Application:

```
# config/Bundles.php

  ...
  HbPFApplicationBundle::class     => ['all' => TRUE],
  HbPFCommonsBundle::class         => ['all' => TRUE],
  HbPFConnectorBundle::class       => ['all' => TRUE],
  HbPFConnectorsBundle::class      => ['all' => TRUE],
  HbPFCustomNodeBundle::class      => ['all' => TRUE],
  ...

```

- Register routes from PHP SDK into your Symfony Application:

```
# config/routes/routing.yaml

...
hb_pf_applications:
    resource: "@HbPFApplicationBundle/Controller"
    type: annotation

hb_pf_connector:
    resource: "@HbPFConnectorBundle/Controller"
    type: annotation

hb_pf_custom_node:
    resource: "@HbPFCustomNodeBundle/Controller"
    type: annotation

hb_pf_batch:
    resource: "@HbPFBatchBundle/Controller"
    type: annotation

```

- Add parameters where will be your nodes and application registered:

```
# config/services.yaml
parameters:
    node_services_dirs:
        - '%kernel.project_dir%/config'
    applications:
        - '%kernel.project_dir%/config'

```

- Add required environment variables:

```
Example values:
BACKEND_DSN: 'http://127.0.0.10:8080'
STARTING_POINT_DSN: 'http://starting-point:8080'
WORKER_API_HOST: 'http://worker-api:8000'
ORCHESTY_API_KEY: 'ThisIsNotSoSecretApiKey'

```

How to develop
--------------

[](#how-to-develop)

1. Run `make init` for start dev environment
2. Tests can be run by `make test` or `make fasttest`

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance89

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 72.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~52 days

Recently: every ~9 days

Total

27

Last Release

55d ago

Major Versions

2.3.5 → 3.0.02023-02-24

3.2.1 → 4.0.02026-01-06

PHP version history (4 changes)2.0.0PHP ^8.1

3.0.0PHP ^8.2

3.1.1PHP ^8.3

3.2.1PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/8385e84b0ca8696bf6d4a5ddbe3df2513f4e2041cbc0dff4caf2e453c97f8a4e?d=identicon)[Orchesty](/maintainers/Orchesty)

---

Top Contributors

[![JirsaR](https://avatars.githubusercontent.com/u/15608377?v=4)](https://github.com/JirsaR "JirsaR (133 commits)")[![radek-bruha](https://avatars.githubusercontent.com/u/7072163?v=4)](https://github.com/radek-bruha "radek-bruha (36 commits)")[![robotmurlocz](https://avatars.githubusercontent.com/u/110885271?v=4)](https://github.com/robotmurlocz "robotmurlocz (10 commits)")[![Jacobsob](https://avatars.githubusercontent.com/u/84909372?v=4)](https://github.com/Jacobsob "Jacobsob (4 commits)")[![koubas](https://avatars.githubusercontent.com/u/1354930?v=4)](https://github.com/koubas "koubas (1 commits)")

### Embed Badge

![Health badge](/badges/orchesty-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/orchesty-php-sdk/health.svg)](https://phpackages.com/packages/orchesty-php-sdk)
```

###  Alternatives

[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k20](/packages/civicrm-civicrm-core)[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
