PHPackages                             keboola/storage-api-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/storage-api-client

ActiveLibrary[API Development](/categories/api)

keboola/storage-api-client
==========================

Keboola Storage API PHP Client

v18.8.2(2w ago)10397.4k↓40.8%920MITAPI BlueprintPHP &gt;=8.2CI failing

Since Jul 24Pushed today16 watchersCompare

[ Source](https://github.com/keboola/storage-api-php-client)[ Packagist](https://packagist.org/packages/keboola/storage-api-client)[ Docs](http://keboola.com)[ RSS](/packages/keboola-storage-api-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (10)Dependencies (36)Versions (1442)Used By (20)

Keboola Storage API PHP Client
==============================

[](#keboola-storage-api-php-client)

[![Latest Stable Version](https://camo.githubusercontent.com/e588e27b315fd14dbb294fe6b609c9adf2a5e9d9703d7f2f381a86c024e50395/68747470733a2f2f706f7365722e707567782e6f72672f6b65626f6f6c612f73746f726167652d6170692d636c69656e742f762f737461626c652e737667)](https://packagist.org/packages/keboola/storage-api-client)[![License](https://camo.githubusercontent.com/b901b9e2709472e518dac1c416e14328d56bbc28658bdf28e86288605175c8c0/68747470733a2f2f706f7365722e707567782e6f72672f6b65626f6f6c612f73746f726167652d6170692d636c69656e742f6c6963656e73652e737667)](https://packagist.org/packages/keboola/storage-api-client)[![Total Downloads](https://camo.githubusercontent.com/4b9f7739b6b5a52514a98335b0bbfe5e4a96c5652220adbf471fd3266b28e9a5/68747470733a2f2f706f7365722e707567782e6f72672f6b65626f6f6c612f73746f726167652d6170692d636c69656e742f646f776e6c6f6164732e737667)](https://packagist.org/packages/keboola/storage-api-client)[![Build on tag](https://github.com/keboola/storage-api-php-client/actions/workflows/tag.yml/badge.svg)](https://github.com/keboola/storage-api-php-client/actions/workflows/tag.yml)

Simple PHP wrapper library for [Keboola Storage API](http://docs.keboola.apiary.io/).

Installation
------------

[](#installation)

Library is available as composer package. To start using composer in your project follow these steps:

**Install composer**

```
curl -s http://getcomposer.org/installer | php
mv ./composer.phar ~/bin/composer # or /usr/local/bin/composer
```

**Create composer.json file in your project root folder:**

```
{
    "require": {
        "php" : ">=8.1",
        "keboola/storage-api-client": "^14.0"
    }
}
```

**Install package:**

```
composer install
```

**Add autoloader in your bootstrap script:**

```
require 'vendor/autoload.php';
```

Read more in [Composer documentation](http://getcomposer.org/doc/01-basic-usage.md).

Usage examples
--------------

[](#usage-examples)

Table write:

```
require 'vendor/autoload.php';

use Keboola\StorageApi\Client;
use Keboola\Csv\CsvFile;

$client = new Client([
  'token' => 'YOUR_TOKEN',
  'url' => 'https://connection.keboola.com'
]);
$csvFile = new CsvFile(__DIR__ . '/my.csv', ',', '"');
$client->writeTableAsync('in.c-main.my-table', $csvFile);
```

Table export to file:

```
require 'vendor/autoload.php';

use Keboola\StorageApi\Client;
use Keboola\StorageApi\TableExporter;

$client = new Client([
  'token' => 'YOUR_TOKEN',
  'url' => 'https://connection.keboola.com'
]);

$exporter = new TableExporter($client);
$exporter->exportTable('in.c-main.my-table', './in.c-main.my-table.csv', []);
```

License
-------

[](#license)

See [LICENSE](./LICENSE) file.

###  Health Score

72

—

ExcellentBetter than 100% of packages

Maintenance98

Actively maintained with recent releases

Popularity43

Moderate usage in the ecosystem

Community40

Growing community involvement

Maturity95

Battle-tested with a long release history

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~12 days

Recently: every ~34 days

Total

395

Last Release

18d ago

Major Versions

v13.4.3 → v14.0.02022-08-23

v14.21.0 → v15.0.02024-07-24

v15.5.0 → v16.0.02025-03-03

v16.1.0 → v17.0.02025-03-05

v17.0.0 → v18.0.02025-04-25

PHP version history (4 changes)10.9.2PHP &gt;=5.6

v13.0.0PHP &gt;=7.4

v15.0.0PHP &gt;=8.1

v18.3.0PHP &gt;=8.2

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/f20f5be7cd67e3836d58407d46e2b083b1dd4c7e32c48c578128e5a78550794d?d=identicon)[Halama](/maintainers/Halama)

---

Top Contributors

[![Halama](https://avatars.githubusercontent.com/u/903531?v=4)](https://github.com/Halama "Halama (1019 commits)")[![romanbracinik](https://avatars.githubusercontent.com/u/6448364?v=4)](https://github.com/romanbracinik "romanbracinik (989 commits)")[![tomasfejfar](https://avatars.githubusercontent.com/u/642928?v=4)](https://github.com/tomasfejfar "tomasfejfar (525 commits)")[![ErikZigo](https://avatars.githubusercontent.com/u/1726727?v=4)](https://github.com/ErikZigo "ErikZigo (494 commits)")[![martinjunger](https://avatars.githubusercontent.com/u/84506613?v=4)](https://github.com/martinjunger "martinjunger (382 commits)")[![ondrejhlavacek](https://avatars.githubusercontent.com/u/497675?v=4)](https://github.com/ondrejhlavacek "ondrejhlavacek (226 commits)")[![pivnicek](https://avatars.githubusercontent.com/u/569139?v=4)](https://github.com/pivnicek "pivnicek (195 commits)")[![yustme](https://avatars.githubusercontent.com/u/5272798?v=4)](https://github.com/yustme "yustme (130 commits)")[![zajca](https://avatars.githubusercontent.com/u/180148?v=4)](https://github.com/zajca "zajca (44 commits)")[![ujovlado](https://avatars.githubusercontent.com/u/419849?v=4)](https://github.com/ujovlado "ujovlado (43 commits)")[![martinjandl](https://avatars.githubusercontent.com/u/18183860?v=4)](https://github.com/martinjandl "martinjandl (43 commits)")[![MiroCillik](https://avatars.githubusercontent.com/u/1488015?v=4)](https://github.com/MiroCillik "MiroCillik (31 commits)")[![pepamartinec](https://avatars.githubusercontent.com/u/271753?v=4)](https://github.com/pepamartinec "pepamartinec (24 commits)")[![vojtabiberle](https://avatars.githubusercontent.com/u/528942?v=4)](https://github.com/vojtabiberle "vojtabiberle (21 commits)")[![devin-ai-integration[bot]](https://avatars.githubusercontent.com/in/811515?v=4)](https://github.com/devin-ai-integration[bot] "devin-ai-integration[bot] (21 commits)")[![martinsifra](https://avatars.githubusercontent.com/u/1210906?v=4)](https://github.com/martinsifra "martinsifra (18 commits)")[![themark147](https://avatars.githubusercontent.com/u/17779619?v=4)](https://github.com/themark147 "themark147 (17 commits)")[![Actimel](https://avatars.githubusercontent.com/u/4041679?v=4)](https://github.com/Actimel "Actimel (11 commits)")[![odinuv](https://avatars.githubusercontent.com/u/4319320?v=4)](https://github.com/odinuv "odinuv (8 commits)")[![jirkasemmler](https://avatars.githubusercontent.com/u/13363655?v=4)](https://github.com/jirkasemmler "jirkasemmler (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/keboola-storage-api-client/health.svg)

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

###  Alternatives

[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k11](/packages/tempest-framework)[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k532.1M2.5k](/packages/aws-aws-sdk-php)[laravel/framework

The Laravel Framework.

34.7k532.1M19.2k](/packages/laravel-framework)[sylius/sylius

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

8.5k5.8M710](/packages/sylius-sylius)[drupal/core

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

21764.8M1.6k](/packages/drupal-core)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)

PHPackages © 2026

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