PHPackages                             evaneos/gringotts-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. [API Development](/categories/api)
4. /
5. evaneos/gringotts-sdk

AbandonedArchivedLibrary[API Development](/categories/api)

evaneos/gringotts-sdk
=====================

SDK for Gringotts

v0.10.0(9y ago)019.3k1proprietaryPHP

Since Dec 29Pushed 9y ago17 watchersCompare

[ Source](https://github.com/Evaneos/gringotts-sdk)[ Packagist](https://packagist.org/packages/evaneos/gringotts-sdk)[ RSS](/packages/evaneos-gringotts-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (6)Versions (15)Used By (0)

gringotts-sdk
=============

[](#gringotts-sdk)

Evaneos assets storage SDK

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

[](#installation)

In order to be up and running with the SDK you'll need to require it via composer

`composer require evaneos/gringotts-sdk`

and then create a new instance with the URL of your Gringotts instance :

```
$gringotts = new GringottsClient('http://your-gringotts-instance.com');
```

Storing an asset
----------------

[](#storing-an-asset)

Gringotts SDK allows to store assets through different forms : String, [PHP resource](http://php.net/manual/en/language.types.resource.php) or [PSR StreamInterface](http://www.php-fig.org/psr/psr-7/#3-4-psr-http-message-streaminterface) and will respond with the asset id.

```
$gringotts = new GringottsClient('http://your-gringotts-instance.com');

$assetId = $gringotts->store('Some data as string');
```

You can even force your own uuid:

```
$assetId = $gringotts->storeWithId('871CDC92-A75B-43E7-A38E-FC22AA5450CA', 'Some data as string');
```

Retrieving an asset
-------------------

[](#retrieving-an-asset)

You can retrieve a previously stored asset using the id provided while storing it. Gringotts SDK will return a stream implementing [PSR StreamInterface](http://www.php-fig.org/psr/psr-7/#3-4-psr-http-message-streaminterface).

```
$gringotts = new GringottsClient('http://your-gringotts-instance.com');

$asset = $gringotts->get('871CDC92-A75B-43E7-A38E-FC22AA5450CA');
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~25 days

Recently: every ~57 days

Total

14

Last Release

3459d ago

### Community

Maintainers

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

---

Top Contributors

[![SelrahcD](https://avatars.githubusercontent.com/u/1864786?v=4)](https://github.com/SelrahcD "SelrahcD (3 commits)")[![oliviermadre](https://avatars.githubusercontent.com/u/1543271?v=4)](https://github.com/oliviermadre "oliviermadre (1 commits)")[![qpautrat](https://avatars.githubusercontent.com/u/1844413?v=4)](https://github.com/qpautrat "qpautrat (1 commits)")[![regisbelson](https://avatars.githubusercontent.com/u/1843182?v=4)](https://github.com/regisbelson "regisbelson (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/evaneos-gringotts-sdk/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sylius/sylius

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

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

Generate API documentation for humans from your Laravel codebase.✍

2.3k12.2M45](/packages/knuckleswtf-scribe)[wheelpros/fitment-platform-api

Magento 2 (Open Source)

12.1k1.2k](/packages/wheelpros-fitment-platform-api)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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