PHPackages                             germania-kg/jsonapi-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. [API Development](/categories/api)
4. /
5. germania-kg/jsonapi-client

ActiveLibrary[API Development](/categories/api)

germania-kg/jsonapi-client
==========================

Convenience wrapper for simple retrievals from Germania's JSON APIs with Cache support

0.1.2(3y ago)11PHPPHP ^7.0

Since Jul 17Pushed 3y ago1 watchersCompare

[ Source](https://github.com/GermaniaKG/jsonapi-client-php)[ Packagist](https://packagist.org/packages/germania-kg/jsonapi-client)[ RSS](/packages/germania-kg-jsonapi-client/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (9)Versions (5)Used By (0)

[![](https://camo.githubusercontent.com/cac3140c0c6e758f67a1ba689683ced67aa2d534e2187d6e03c5c721ffe3b976/68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a)](https://camo.githubusercontent.com/cac3140c0c6e758f67a1ba689683ced67aa2d534e2187d6e03c5c721ffe3b976/68747470733a2f2f7374617469632e6765726d616e69612d6b672e636f6d2f6c6f676f732f67612d6c6f676f2d323031362d7765622e7376677a)

---

Germania KG · JsonAPI Client
============================

[](#germania-kg--jsonapi-client)

**Server-side PHP wrapper for simple retrievals from Germania's JSON APIs with Cache support.**

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

[](#installation)

```
$ composer require germania-kg/jsonapi-client
```

Usage
-----

[](#usage)

### The Guzzle Factory

[](#the-guzzle-factory)

The *JsonApiClient* requires a **Guzzle Client** which will perform the API requests. You may either bring your own Guzzle instance or use the **GuzzleFactory**, which is useful for *API endpoints* that require a “bearer” *Access token*.

```
