Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipublikuj/json-api-client
Extension for creating json:api client for Nette Framework (2.4+)
https://github.com/ipublikuj/json-api-client
ipub ipublikuj json-api json-api-client jsonapi jsonapiclient nette nette-framework php php7 php71 php72
Last synced: about 2 months ago
JSON representation
Extension for creating json:api client for Nette Framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj/json-api-client
- Owner: ipublikuj
- License: other
- Created: 2018-05-11T18:23:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T10:09:52.000Z (over 6 years ago)
- Last Synced: 2024-10-17T22:22:13.267Z (2 months ago)
- Topics: ipub, ipublikuj, json-api, json-api-client, jsonapi, jsonapiclient, nette, nette-framework, php, php7, php71, php72
- Language: PHP
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# JSON:API client
[![Build Status](https://img.shields.io/travis/iPublikuj/json-api-client.svg?style=flat-square)](https://travis-ci.org/iPublikuj/json-api-client)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/iPublikuj/json-api-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/json-api-client/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/iPublikuj/json-api-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/json-api-client/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/json-api-client.svg?style=flat-square)](https://packagist.org/packages/ipub/json-api-client)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/json-api-client.svg?style=flat-square)](https://packagist.org/packages/ipub/json-api-client)
[![License](https://img.shields.io/packagist/l/ipub/json-api-client.svg?style=flat-square)](https://packagist.org/packages/ipub/json-api-client)Extension for creating [json:api](http://jsonapi.org) client for [Nette Framework](http://nette.org/)
## Installation
The best way to install ipub/json-api-client is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/json-api-client
```After that you have to register extension in config.neon.
```neon
extensions:
jsonApiClient: IPub\JsonAPIClient\DI\JsonAPIClientExtension
```## Documentation
Learn how to use smart confirmation dialogs in [documentation](https://github.com/iPublikuj/json-api-client/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/json-api-client](http://github.com/iPublikuj/json-api-client).