Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ipublikuj/json-api-document
:page_with_curl: Super light {JSON:API} document factory
https://github.com/ipublikuj/json-api-document
ipub ipublikuj json-api json-api-factory jsonapi
Last synced: 2 days ago
JSON representation
:page_with_curl: Super light {JSON:API} document factory
- Host: GitHub
- URL: https://github.com/ipublikuj/json-api-document
- Owner: ipublikuj
- License: other
- Created: 2019-04-12T19:37:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-03T19:47:16.000Z (about 3 years ago)
- Last Synced: 2024-10-26T13:43:32.623Z (20 days ago)
- Topics: ipub, ipublikuj, json-api, json-api-factory, jsonapi
- Language: PHP
- Homepage:
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# {JSON:API} document
[![Build Status](https://badgen.net/github/checks/ipublikuj/json-api-document/master?cache=300&style=flast-square)](https://github.com/ipublikuj/json-api-document)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/json-api-document?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/json-api-document)
![PHP](https://badgen.net/packagist/php/ipub/json-api-document?cache=300&style=flast-square)
[![Licence](https://badgen.net/packagist/license/ipub/json-api-document?cache=300&style=flast-square)](https://github.com/ipublikuj/json-api-document/blob/master/LICENSE.md)
[![Downloads total](https://badgen.net/packagist/dt/ipub/json-api-document?cache=300&style=flast-square)](https://packagist.org/packages/ipub/json-api-document)
[![Latest stable](https://badgen.net/packagist/v/ipub/json-api-document/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/json-api-document)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)Small library for creating [{JSON:API}](http://jsonapi.org) document from object.
## Installation
The best way to install **ipub/json-api-document** is using [Composer](http://getcomposer.org/):
```sh
composer require ipub/json-api-document
```## Documentation
Learn how to create document and handle it in [documentation](https://github.com/iPublikuj/json-api-document/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/json-api-document](http://github.com/iPublikuj/json-api-document).