PHPackages                             nickdaelemans/bring-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. nickdaelemans/bring-sdk

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

nickdaelemans/bring-sdk
=======================

SDK package for connection with Bring Shopping list

215PHP

Since Dec 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/NickDaelemans/bring-sdk-php)[ Packagist](https://packagist.org/packages/nickdaelemans/bring-sdk)[ RSS](/packages/nickdaelemans-bring-sdk/feed)WikiDiscussions main Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Bring Shopping List PHP SDK
===========================

[](#bring-shopping-list-php-sdk)

Why
---

[](#why)

This is a personal project where I wanted to use a smart button to allow me to add stuff to my Bring shopping list, by pressing the button.

At the time of creation, there were no integrations that I could use, so I decided to write my own. I based myself on the  repository.

How to install
--------------

[](#how-to-install)

Simply run `composer require nickdaelemans/bring-sdk`

How to use
----------

[](#how-to-use)

### Example usage

[](#example-usage)

```
// Initiate the BringApi class with your e-mailaddress and password.
$bring = new BringApi('info@example.com', 'PASSWORD');
$bring->login();

// Get all lists for the logged in user.
$lists = $bring->getLists();

// Get all items from a list.
$list_items = $bring->getItemsFromList('536bb7f3-e3f7-4b7f-af05-253cc47b1dd5');

// Add item to the list using the list's uuid.
$bring->addItem('536bb7f3-e3f7-4b7f-af05-253cc47b1dd5', 'Item name');

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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/293fd54156e6d48b9660aaf93be85f6f5977fbd9eeb64a2d8696491ef280f970?d=identicon)[NickDaelemans](/maintainers/NickDaelemans)

---

Top Contributors

[![NickDaelemans](https://avatars.githubusercontent.com/u/5577308?v=4)](https://github.com/NickDaelemans "NickDaelemans (9 commits)")

### Embed Badge

![Health badge](/badges/nickdaelemans-bring-sdk/health.svg)

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

###  Alternatives

[ctidigital/magento2-configurator

Keep magento persistently configured using files

174317.4k](/packages/ctidigital-magento2-configurator)[comcast/php-legal-licenses

A utility to generate a Licenses file containing the full license text for every dependency in your project for legal purposes.

821.1M9](/packages/comcast-php-legal-licenses)[xfra35/f3-cron

Job scheduling for the PHP Fat-Free Framework

73107.5k](/packages/xfra35-f3-cron)[bagusindrayana/laravel-coordinate

get nearby location from eloquent laravel

3019.7k](/packages/bagusindrayana-laravel-coordinate)

PHPackages © 2026

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