{"id":14976264,"url":"https://github.com/graphqlbypop/graphql-query","last_synced_at":"2025-08-24T01:07:12.112Z","repository":{"id":56983096,"uuid":"232521945","full_name":"GraphQLByPoP/graphql-query","owner":"GraphQLByPoP","description":"[READ ONLY] Utilities to transform the query from the GraphQL syntax to the Field query syntax","archived":false,"fork":false,"pushed_at":"2022-08-15T07:22:37.000Z","size":197,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-02T03:34:37.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","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":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-08T09:02:11.000Z","updated_at":"2022-01-07T13:06:49.000Z","dependencies_parsed_at":"2022-08-21T08:30:05.881Z","dependency_job_id":null,"html_url":"https://github.com/GraphQLByPoP/graphql-query","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/GraphQLByPoP/graphql-query","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphQLByPoP","download_url":"https://codeload.github.com/GraphQLByPoP/graphql-query/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-query/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271778236,"owners_count":24819265,"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-08-23T02:00:09.327Z","response_time":69,"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":[],"created_at":"2024-09-24T13:53:35.753Z","updated_at":"2025-08-24T01:07:12.084Z","avatar_url":"https://github.com/GraphQLByPoP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Query\n\n\u003c!--\n[![Build Status][ico-travis]][link-travis]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Software License][ico-license]](LICENSE.md)\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Total Downloads][ico-downloads]][link-downloads]\n--\u003e\n\nUtilities to transform the query from the GraphQL syntax to the Field query syntax\n\n## Install\n\nVia Composer\n\n``` bash\ncomposer require graphql-by-pop/graphql-query\n```\n\n## Development\n\nThe source code is hosted on the [PoP monorepo](https://github.com/leoloso/PoP), under [`GraphQLByPoP/packages/graphql-query`](https://github.com/leoloso/PoP/tree/master/layers/GraphQLByPoP/packages/graphql-query).\n\n## Usage\n\nInitialize the component:\n\n``` php\n\\PoP\\Root\\App::stockAndInitializeModuleClasses([([\n    \\GraphQLByPoP\\GraphQLQuery\\Module::class,\n]);\n```\n\n## PHP versions\n\nRequirements:\n\n- PHP 8.1+ for development\n- PHP 7.1+ for production\n\n### Supported PHP features\n\nCheck the list of [Supported PHP features in `leoloso/PoP`](https://github.com/leoloso/PoP/blob/master/docs/supported-php-features.md)\n\n### Preview downgrade to PHP 7.1\n\nVia [Rector](https://github.com/rectorphp/rector) (dry-run mode):\n\n```bash\ncomposer preview-code-downgrade\n```\n\n## Standards\n\n[PSR-1](https://www.php-fig.org/psr/psr-1), [PSR-4](https://www.php-fig.org/psr/psr-4) and [PSR-12](https://www.php-fig.org/psr/psr-12).\n\nTo check the coding standards via [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer), run:\n\n``` bash\ncomposer check-style\n```\n\nTo automatically fix issues, run:\n\n``` bash\ncomposer fix-style\n```\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\nTo execute [PHPUnit](https://phpunit.de/), run:\n\n``` bash\ncomposer test\n```\n\n## Static Analysis\n\nTo execute [PHPStan](https://github.com/phpstan/phpstan), run:\n\n``` bash\ncomposer analyse\n```\n\n## Report issues\n\nTo report a bug or request a new feature please do it on the [PoP monorepo issue tracker](https://github.com/leoloso/PoP/issues).\n\n## Contributing\n\nWe welcome contributions for this package on the [PoP monorepo](https://github.com/leoloso/PoP) (where the source code for this package is hosted).\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\nGNU General Public License v2 (or later). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/graphql-by-pop/graphql-query.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-GPLv2-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/graphql-by-pop/graphql-query/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/graphql-by-pop/graphql-query.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/graphql-by-pop/graphql-query.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/graphql-by-pop/graphql-query.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/graphql-by-pop/graphql-query\n[link-travis]: https://travis-ci.org/graphql-by-pop/graphql-query\n[link-scrutinizer]: https://scrutinizer-ci.com/g/graphql-by-pop/graphql-query/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/graphql-by-pop/graphql-query\n[link-downloads]: https://packagist.org/packages/graphql-by-pop/graphql-query\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-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphqlbypop%2Fgraphql-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphql-query/lists"}