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: 8 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-15T10:09:52.000Z (over 7 years ago)
- Last Synced: 2025-02-15T03:14:09.930Z (10 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
[](https://travis-ci.org/iPublikuj/json-api-client)
[](https://scrutinizer-ci.com/g/iPublikuj/json-api-client/?branch=master)
[](https://scrutinizer-ci.com/g/iPublikuj/json-api-client/?branch=master)
[](https://packagist.org/packages/ipub/json-api-client)
[](https://packagist.org/packages/ipub/json-api-client)
[](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).