PHPackages                             nimbella/nimbella - 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. [Caching](/categories/caching)
4. /
5. nimbella/nimbella

ActiveLibrary[Caching](/categories/caching)

nimbella/nimbella
=================

Nimbella SDK for PHP

1.1.0(5y ago)02.4k[1 issues](https://github.com/nimbella/nimbella-sdk-php/issues)Apache-2.0PHP

Since Sep 3Pushed 5y ago2 watchersCompare

[ Source](https://github.com/nimbella/nimbella-sdk-php)[ Packagist](https://packagist.org/packages/nimbella/nimbella)[ Docs](https://nimbella.com)[ RSS](/packages/nimbella-nimbella/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Nimbella SDK for PHP
====================

[](#nimbella-sdk-for-php)

A PHP library to interact with Nimbella.com services.

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

[](#installation)

```
composer require nimbella/nimbella

```

Usage
-----

[](#usage)

```
use Nimbella\Nimbella;

$nim = new Nimbella();

// Get configured \Predis|Client (https://github.com/predis/predis).
$redis = $nim->redis();
$redis->set('foo', 'bar');
$value = $redis->get('foo');

// Get a configured Google\Cloud\Storage\Bucket (https://github.com/googleapis/google-cloud-php-storage).
$bucket = $nim->storage();
// Upload a file to the bucket.
$bucket->upload(
    fopen('/data/file.txt', 'r')
);
```

Support
-------

[](#support)

We're always happy to help you with any issues you encounter. You may want to [join our Slack community](https://nimbella-community.slack.com/) to engage with us for a more rapid response.

License
-------

[](#license)

Apache-2.0. See [LICENSE](LICENSE) to learn more.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80% 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 ~0 days

Total

2

Last Release

2074d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/37512cae89b1be4529e416853b0af508a1a0aad5419c6a8e62eaad85039a7896?d=identicon)[nimbella](/maintainers/nimbella)

---

Top Contributors

[![satyarohith](https://avatars.githubusercontent.com/u/29819102?v=4)](https://github.com/satyarohith "satyarohith (4 commits)")[![rabbah](https://avatars.githubusercontent.com/u/4959922?v=4)](https://github.com/rabbah "rabbah (1 commits)")

---

Tags

faasnimbellaphpsdkserverlessredisserverlessopenwhisknimbella

### Embed Badge

![Health badge](/badges/nimbella-nimbella/health.svg)

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

###  Alternatives

[predis/predis-async

Asynchronous version of Predis

366348.4k](/packages/predis-predis-async)[rhubarbgroup/redis-cache

A persistent object cache backend for WordPress powered by Redis. Supports Predis, PhpRedis, Relay, replication, sentinels, clustering and WP-CLI.

51795.3k1](/packages/rhubarbgroup-redis-cache)[monospice/laravel-redis-sentinel-drivers

Redis Sentinel integration for Laravel and Lumen.

103830.5k](/packages/monospice-laravel-redis-sentinel-drivers)[predis/service-provider

Predis service provider for the Silex microframework

68546.6k1](/packages/predis-service-provider)[jamescauwelier/psredis

Sentinel client for the popular php redis client

77392.9k5](/packages/jamescauwelier-psredis)[cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

272.6M13](/packages/cache-predis-adapter)

PHPackages © 2026

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