PHPackages                             keboola/sync-actions-client - 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. [API Development](/categories/api)
4. /
5. keboola/sync-actions-client

ActiveLibrary[API Development](/categories/api)

keboola/sync-actions-client
===========================

Sync actions PHP Client

3.0.0(10mo ago)0649MITPHPPHP ^8.4

Since Sep 17Pushed 4w agoCompare

[ Source](https://github.com/keboola/sync-actions-api-php-client)[ Packagist](https://packagist.org/packages/keboola/sync-actions-client)[ RSS](/packages/keboola-sync-actions-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (11)Versions (24)Used By (0)

Sync Actions PHP Client
=======================

[](#sync-actions-php-client)

PHP client for the Keboola sync actions API, built on top of [`keboola/php-api-client-base`](../php-api-client-base).

Usage
-----

[](#usage)

```
composer require keboola/sync-actions-client
```

```
use Keboola\SyncActionsClient\ActionData;
use Keboola\SyncActionsClient\SyncActionsApiClient;

$client = new SyncActionsApiClient(
    'https://sync-actions.keboola.com/',
    'xxx-xxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
);

// Invoke a component action; $response->data is a stdClass with the raw action payload.
$response = $client->callAction(new ActionData(
    'keboola.ex-db-snowflake',
    'getTables',
));
var_dump($response->data);

// List the actions a component exposes.
$actions = $client->getActions('keboola.ex-db-snowflake');
var_dump($actions->actions);
```

Failures throw `Keboola\SyncActionsClient\Exception\SyncActionsClientException`.

Development
-----------

[](#development)

Clone this repository and init the workspace with following command:

```
git clone https://github.com/keboola/sync-actions-api-php-client
cd sync-actions-api-php-client
docker-compose build
docker-compose run --rm dev composer install --no-scripts

```

Create `.env.local` file with following contents:

```
HOSTNAME_SUFFIX=keboola.com
STORAGE_API_TOKEN=xxx-xxxxx-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```

Run the test suite using this command:

```
docker-compose run --rm dev composer tests

```

Integration
===========

[](#integration)

For information about deployment and integration with KBC, please refer to the [deployment section of developers documentation](https://developers.keboola.com/extend/component/deployment/)

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance77

Regular maintenance activity

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 63.6% 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 ~1 days

Total

2

Last Release

322d ago

Major Versions

0.0.1 → 3.0.02025-09-19

PHP version history (2 changes)0.0.1PHP ^8.2

3.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/101dbf2551a0709ddab522f97669f13a2c4cc2d0a1e8d009f3af6ba80accb1a9?d=identicon)[Keboola](/maintainers/Keboola)

---

Top Contributors

[![odinuv](https://avatars.githubusercontent.com/u/4319320?v=4)](https://github.com/odinuv "odinuv (7 commits)")[![pepamartinec](https://avatars.githubusercontent.com/u/271753?v=4)](https://github.com/pepamartinec "pepamartinec (3 commits)")[![ondrajodas](https://avatars.githubusercontent.com/u/12143866?v=4)](https://github.com/ondrajodas "ondrajodas (1 commits)")

---

Tags

phpapiclientkeboolasync-actions

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/keboola-sync-actions-client/health.svg)

```
[![Health](https://phpackages.com/badges/keboola-sync-actions-client/health.svg)](https://phpackages.com/packages/keboola-sync-actions-client)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M766](/packages/sylius-sylius)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M650](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k18.3M414](/packages/easycorp-easyadmin-bundle)[drupal/core

Drupal is an open source content management platform powering millions of websites and applications.

19467.3M1.9k](/packages/drupal-core)

PHPackages © 2026

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