PHPackages                             lbarulski/rapidu-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. lbarulski/rapidu-sdk

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

lbarulski/rapidu-sdk
====================

Unofficial rapidu.net SDK

06PHP

Since Sep 10Pushed 11y ago1 watchersCompare

[ Source](https://github.com/lbarulski/RapiduSDK)[ Packagist](https://packagist.org/packages/lbarulski/rapidu-sdk)[ RSS](/packages/lbarulski-rapidu-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

RapiduSDK [![wercker status](https://camo.githubusercontent.com/59aedabad315ff6c9a86f56e0b36c517e9809bb1074276931e7d400eb3e923ae/68747470733a2f2f6170702e776572636b65722e636f6d2f7374617475732f38333138306231346265353462666238643166316537346563306362326561652f732f6d6173746572 "wercker status")](https://app.wercker.com/project/bykey/83180b14be54bfb8d1f1e74ec0cb2eae)
============================================================================================================================================================================================================================================================================================================================================================================

[](#rapidusdk-)

Unofficial rapidu.net SDK

Composer installation
---------------------

[](#composer-installation)

`"lbarulski/rapidu-sdk": "dev-master"`

Example
-------

[](#example)

### Get Account Details

[](#get-account-details)

```
$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$accountDetails = $rapidu->getAccountDetails();
```

### Get File Details

[](#get-file-details)

```
$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$fileDetails = $rapidu->getFileDetails('FILE_ID');
```

### Get File Download

[](#get-file-download)

```
$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$fileDownload = $rapidu->getFileDownload('FILE_ID');
```

### File Upload

[](#file-upload)

```
$rapidu = new LB\Rapidu\RapiduClient('LOGIN', 'PASSWORD');

$uploadServer = $rapidu->getUploadServer();

$url = $rapidu->upload($uploadServer, '/path/to/file');
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/10ae2527ad43745ea12faa6b628461b5eadd38cc4135d7eb534f29a374f9759e?d=identicon)[lukasz.barulski](/maintainers/lukasz.barulski)

---

Top Contributors

[![lbarulski](https://avatars.githubusercontent.com/u/2803144?v=4)](https://github.com/lbarulski "lbarulski (11 commits)")

### Embed Badge

![Health badge](/badges/lbarulski-rapidu-sdk/health.svg)

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

###  Alternatives

[derrabus/ereg-shim

Replacement for the ereg legacy php extension.

11103.0k](/packages/derrabus-ereg-shim)

PHPackages © 2026

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