{"id":21988657,"url":"https://github.com/graphqlbypop/graphql-voyager","last_synced_at":"2025-04-30T11:14:22.458Z","repository":{"id":62512334,"uuid":"235953850","full_name":"GraphQLByPoP/GraphQL-Voyager","owner":"GraphQLByPoP","description":"[READ ONLY] GraphQL Voyager client for GraphQL by PoP","archived":false,"fork":false,"pushed_at":"2025-04-30T10:02:17.000Z","size":1539,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T11:14:11.206Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GraphQLByPoP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2020-01-24T06:50:43.000Z","updated_at":"2025-04-30T10:02:21.000Z","dependencies_parsed_at":"2023-07-15T08:11:31.435Z","dependency_job_id":"e6861d9f-3ec2-46ed-a7be-82a9d5e8c6ee","html_url":"https://github.com/GraphQLByPoP/GraphQL-Voyager","commit_stats":{"total_commits":71,"total_committers":3,"mean_commits":"23.666666666666668","dds":0.295774647887324,"last_synced_commit":"86c364557d0c2d5b020d6bf02b8b495da32cddf3"},"previous_names":["leoloso/pop-graphql-voyager"],"tags_count":123,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphQL-Voyager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphQL-Voyager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphQL-Voyager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2FGraphQL-Voyager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphQLByPoP","download_url":"https://codeload.github.com/GraphQLByPoP/GraphQL-Voyager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251687190,"owners_count":21627538,"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":[],"created_at":"2024-11-29T19:20:53.066Z","updated_at":"2025-04-30T11:14:22.428Z","avatar_url":"https://github.com/GraphQLByPoP.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Voyager\n\n\u003c!--\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n--\u003e\n\n[GraphQL Voyager](https://github.com/APIs-guru/graphql-voyager) client, to be integrated with GraphQL by PoP\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require graphql-by-pop/graphql-voyager\n```\n\nIn order to copy the GraphQL Voyager client under a specific path, install package [Composer Installers Extender](https://github.com/oomphinc/composer-installers-extender):\n\n``` bash\n$ composer require oomphinc/composer-installers-extender\n```\n\nThen, add package type `\"graphql-voyager\"` in section `\"extra.installer-types\"`, and the custom path to the package in section `\"extra.installer-paths\"`. For instance, this configuration will add the GraphQL Voygar client under URL `/graphql-interactive/`:\n\n``` javascript\n{\n    ...\n    \"extra\": {\n        \"installer-types\": [\"graphql-voyager\"],\n        \"installer-paths\": {\n            \"graphql-interactive/\": [\n                \"graphql-by-pop/graphql-voyager\"\n            ]\n        }\n    }\n}\n```\n\n\u003c!--\n## Usage\n\n``` php\n```\n--\u003e\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email leo@getpop.org instead of using the issue tracker.\n\n## Credits\n\n- [Leonardo Losoviz][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/leoloso/pop-graphql-voyager.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/leoloso/pop-graphql-voyager/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/leoloso/pop-graphql-voyager.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/leoloso/pop-graphql-voyager.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/leoloso/pop-graphql-voyager.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/leoloso/pop-graphql-voyager\n[link-travis]: https://travis-ci.org/leoloso/pop-graphql-voyager\n[link-scrutinizer]: https://scrutinizer-ci.com/g/leoloso/pop-graphql-voyager/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/leoloso/pop-graphql-voyager\n[link-downloads]: https://packagist.org/packages/leoloso/pop-graphql-voyager\n[link-author]: https://github.com/leoloso\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphql-voyager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphqlbypop%2Fgraphql-voyager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphql-voyager/lists"}