{"id":15167206,"url":"https://github.com/fastybird/json-api","last_synced_at":"2026-02-16T20:09:53.585Z","repository":{"id":56981805,"uuid":"269783869","full_name":"FastyBird/json-api","owner":"FastyBird","description":":nut_and_bolt: {JSON:API} api tools with data hydration","archived":false,"fork":false,"pushed_at":"2024-08-22T08:54:55.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T19:05:51.175Z","etag":null,"topics":["api","data-hydration","extension","fastybird","hydrator","json-api","json-api-factory","library","middleware","nette","nette-framework","psr-7"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FastyBird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"akadlec"}},"created_at":"2020-06-05T21:33:58.000Z","updated_at":"2024-08-22T08:53:11.000Z","dependencies_parsed_at":"2024-02-20T10:50:22.440Z","dependency_job_id":"21cb448b-1bfc-4245-afdb-ad626137d4ad","html_url":"https://github.com/FastyBird/json-api","commit_stats":{"total_commits":124,"total_committers":1,"mean_commits":124.0,"dds":0.0,"last_synced_commit":"bd2d19d11451cdf4f62f65e474198a985979cc46"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/FastyBird/json-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fjson-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fjson-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fjson-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fjson-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FastyBird","download_url":"https://codeload.github.com/FastyBird/json-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastyBird%2Fjson-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279012641,"owners_count":26085158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","data-hydration","extension","fastybird","hydrator","json-api","json-api-factory","library","middleware","nette","nette-framework","psr-7"],"created_at":"2024-09-27T05:41:41.026Z","updated_at":"2025-10-12T19:06:07.165Z","avatar_url":"https://github.com/FastyBird.png","language":"PHP","funding_links":["https://github.com/sponsors/akadlec"],"categories":[],"sub_categories":[],"readme":"# FastyBird {JSON:API} library\n\n[![Build Status](https://badgen.net/github/checks/FastyBird/json-api/main?cache=300\u0026style=flast-square)](https://github.com/FastyBird/json-api/actions)\n[![Licence](https://badgen.net/github/license/FastyBird/json-api?cache=300\u0026style=flast-square)](https://github.com/FastyBird/json-api/blob/main/LICENSE.md)\n[![Code coverage](https://badgen.net/coveralls/c/github/FastyBird/json-api?cache=300\u0026style=flast-square)](https://coveralls.io/r/FastyBird/json-api)\n\n![PHP](https://badgen.net/packagist/php/FastyBird/json-api?cache=300\u0026style=flast-square)\n[![Latest stable](https://badgen.net/packagist/v/FastyBird/json-api/latest?cache=300\u0026style=flast-square)](https://packagist.org/packages/FastyBird/json-api)\n[![Downloads total](https://badgen.net/packagist/dt/FastyBird/json-api?cache=300\u0026style=flast-square)](https://packagist.org/packages/FastyBird/json-api)\n[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)\n\n***\n\n## What is FastyBird {JSON:API} library?\n\nThis is a [Nette framework](https://nette.org) extension which is implementing [{JSON:API}](https://jsonapi.org/)\nhydrator and schema factory.\n\n### Features:\n\n- [PSR-7](http://www.php-fig.org/psr/psr-7/) middleware for transforming exceptions to [{JSON:API}](https://jsonapi.org/)\n  v1.1 response\n- [Doctrine2](https://www.doctrine-project.org) data hydration from [{JSON:API}](https://jsonapi.org/) documents\n- [{JSON:API}](https://jsonapi.org/) schemas for building valid responses\n\n## Installation\n\nThe best way to install **fastybird/json-api** is using [Composer](http://getcomposer.org/):\n\n```sh\ncomposer require fastybird/json-api\n```\n\n## Documentation\n\nLearn how to use {JSON:API} data hydrators \u0026 document builders\nin [documentation](https://github.com/FastyBird/json-api/blob/main/.docs/en/index.md).\n\n***\nHomepage [https://www.fastybird.com](https://www.fastybird.com) and\nrepository [https://github.com/FastyBird/json-api](https://github.com/FastyBird/json-api).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastybird%2Fjson-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastybird%2Fjson-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastybird%2Fjson-api/lists"}