PHPackages                             siestacat/upload-api-client-bundle - 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. siestacat/upload-api-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

siestacat/upload-api-client-bundle
==================================

1.0.4(2y ago)09MITPHPPHP ^8.1

Since Jan 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/SiestaCat/php-upload-api-client-bundle)[ Packagist](https://packagist.org/packages/siestacat/upload-api-client-bundle)[ RSS](/packages/siestacat-upload-api-client-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (5)Versions (6)Used By (0)

PHP upload api client bundle
============================

[](#php-upload-api-client-bundle)

Symfony bundle for  library

Install:

```
composer require siestacat/upload-api-client-bundle

```

Usage:

```
use Siestacat\PhpUploadApiClient\Client;

$upload_token = $client->request();

//

//Get the uploaded files:

// Siestacat\PhpUploadApiClient\File[]
$files = $client->getFiles($upload_token);

//Download single file. Get the tmp path of downloaded file:

$downloaded_file = $client->download($upload_token, $file[0]->hash);

```

Tests:

```
git clone https://github.com/SiestaCat/php-upload-api-client-bundle.git
cd php-upload-api-client-bundle
composer install
composer run-script test

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

5

Last Release

865d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/siestacat-upload-api-client-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)

PHPackages © 2026

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