PHPackages                             enm/json-api-client-bundle - 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. enm/json-api-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

enm/json-api-client-bundle
==========================

Symfony integration for enm/json-api-client

5.0.0(6y ago)03.2k1[3 PRs](https://github.com/eosnewmedia/JSON-API-Client-Bundle/pulls)MITPHPPHP &gt;=7.2

Since Sep 4Pushed 3y ago5 watchersCompare

[ Source](https://github.com/eosnewmedia/JSON-API-Client-Bundle)[ Packagist](https://packagist.org/packages/enm/json-api-client-bundle)[ RSS](/packages/enm-json-api-client-bundle/feed)WikiDiscussions master Synced 2mo ago

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

JSON API Client Bundle
======================

[](#json-api-client-bundle)

The Symfony integration for [enm/json-api-client](https://eosnewmedia.github.io/JSON-API-Client/).

1. [Installation](#installation)
2. [Configuration](#configuration)
3. [Usage](#usage)

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

[](#installation)

```
composer require enm/json-api-client-bundle
```

It's recommended to install `kriswallsmith/buzz` as http-client and `nyholm/psr7` for http factories.

```
composer require kriswallsmith/buzz nyholm/psr7
```

You can also use any HTTP client which implements [PSR-18](https://www.php-fig.org/psr/psr-18/).

Configuration
-------------

[](#configuration)

```
