{"id":19092080,"url":"https://github.com/eosnewmedia/json-api-client-bundle","last_synced_at":"2026-04-17T09:31:22.423Z","repository":{"id":56978016,"uuid":"93745109","full_name":"eosnewmedia/JSON-API-Client-Bundle","owner":"eosnewmedia","description":"Symfony integration for enm/json-api-client","archived":false,"fork":false,"pushed_at":"2023-02-01T18:56:21.000Z","size":65,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-02T23:14:32.176Z","etag":null,"topics":["api","api-client","client","json-api","symfony","symfony-bundle"],"latest_commit_sha":null,"homepage":"https://eosnewmedia.github.io/JSON-API-Client-Bundle/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eosnewmedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-08T12:08:37.000Z","updated_at":"2020-03-25T14:42:49.000Z","dependencies_parsed_at":"2023-02-17T09:30:57.910Z","dependency_job_id":null,"html_url":"https://github.com/eosnewmedia/JSON-API-Client-Bundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosnewmedia%2FJSON-API-Client-Bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosnewmedia%2FJSON-API-Client-Bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosnewmedia%2FJSON-API-Client-Bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eosnewmedia%2FJSON-API-Client-Bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eosnewmedia","download_url":"https://codeload.github.com/eosnewmedia/JSON-API-Client-Bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240142737,"owners_count":19754632,"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","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","api-client","client","json-api","symfony","symfony-bundle"],"created_at":"2024-11-09T03:18:01.745Z","updated_at":"2026-04-17T09:31:22.393Z","avatar_url":"https://github.com/eosnewmedia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"JSON API Client Bundle\n======================\n\nThe Symfony integration for [enm/json-api-client](https://eosnewmedia.github.io/JSON-API-Client/).\n\n1. [Installation](#installation)\n1. [Configuration](#configuration)\n1. [Usage](#usage)\n\n## Installation\n\n```bash\ncomposer require enm/json-api-client-bundle\n```\n\nIt's recommended to install `kriswallsmith/buzz` as http-client and `nyholm/psr7` for http factories.\n\n```sh\ncomposer require kriswallsmith/buzz nyholm/psr7\n```\n\nYou can also use any HTTP client which implements [PSR-18](https://www.php-fig.org/psr/psr-18/).\n\n## Configuration\n\n```php\n\u003c?php\n// config/bundles.php\n    return [\n        // ...\n         Enm\\Bundle\\JsonApi\\Client\\EnmJsonApiClientBundle::class =\u003e['all'=\u003etrue],\n        // ...\n    ];\n```\n\n```yaml\nenm_json_api_client:\n    clients: # requires at least one element, the key will be your client name\n        api: 'http://example.com/api'\n```\n\n## Usage\n\nThe bundle offers a private service (only used for dependency injection, not for direct calls via service container) for \neach configured client. The service name will be `enm.json_api_client.YOUR_CLIENT_NAME`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feosnewmedia%2Fjson-api-client-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feosnewmedia%2Fjson-api-client-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feosnewmedia%2Fjson-api-client-bundle/lists"}