Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 344 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 344 Bytes

README

Synetic/JsonApiClient

Installation

Use composer to require this module.

composer require synetic/json-api-client

Basic usage

To create a fully working basic Client:

$client = \Synetic\JsonApiClient\Factory::create()

Drupal 8 integration

See : https://github.com/SyneticNL/drupal8-json-api-client