PHPackages                             apility/bring-client - 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. apility/bring-client

ActiveLibrary

apility/bring-client
====================

Bring API Client for the Netflex SDK

v0.0.1(5y ago)041MITPHP

Since Mar 23Pushed 4y agoCompare

[ Source](https://github.com/apility/bring-client)[ Packagist](https://packagist.org/packages/apility/bring-client)[ RSS](/packages/apility-bring-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Bring API Client for the Netflex SDK
====================================

[](#bring-api-client-for-the-netflex-sdk)

Setup
-----

[](#setup)

Add `config/bring.php` like the following example:

```
return [
    'login_id' => 'user@example.com',
    'api_key' => '00000000-000-0000-0000-000000000000'
];
```

or simply create the following .ENV variables:

```
BRING_LOGIN_ID=user@example.com
BRING_API_KEY=00000000-000-0000-0000-000000000000

```

Usage
-----

[](#usage)

```
