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(3mo ago)01751Apache-2.0PHPPHP ^8.4CI passing

Since Jun 22Pushed 3mo 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 today

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

49

—

FairBetter than 94% of packages

Maintenance81

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

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

101d 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

[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[prestashop/prestashop

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

9.1k17.8k](/packages/prestashop-prestashop)[civicrm/civicrm-core

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

751291.4k43](/packages/civicrm-civicrm-core)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

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