{"id":21988664,"url":"https://github.com/graphqlbypop/graphql-request","last_synced_at":"2025-07-06T16:06:46.487Z","repository":{"id":56983097,"uuid":"232525651","full_name":"GraphQLByPoP/graphql-request","owner":"GraphQLByPoP","description":"[READ ONLY] Enables GraphQL for PoP to process the GraphQL query using the standard syntax","archived":false,"fork":false,"pushed_at":"2025-05-24T06:55:01.000Z","size":323,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T11:35:18.107Z","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-08T09:21:31.000Z","updated_at":"2025-05-24T06:55:04.000Z","dependencies_parsed_at":"2024-01-11T06:07:31.363Z","dependency_job_id":"173c893c-c883-4ad8-8f8f-0382848d5f42","html_url":"https://github.com/GraphQLByPoP/graphql-request","commit_stats":{"total_commits":306,"total_committers":3,"mean_commits":102.0,"dds":"0.16993464052287577","last_synced_commit":"bcdc5859a196b4aed48217037e9d30225b8e094b"},"previous_names":[],"tags_count":127,"template":false,"template_full_name":null,"purl":"pkg:github/GraphQLByPoP/graphql-request","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-request","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-request/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-request/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-request/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphQLByPoP","download_url":"https://codeload.github.com/GraphQLByPoP/graphql-request/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-request/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263932020,"owners_count":23531709,"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:59.487Z","updated_at":"2025-07-06T16:06:46.443Z","avatar_url":"https://github.com/GraphQLByPoP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Request\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\nEnables GraphQL for PoP to process the GraphQL query using the standard syntax\n\n## Install\n\nVia Composer\n\n``` bash\ncomposer require graphql-by-pop/graphql-request\n```\n\n## Development\n\nThe source code is hosted on the [GatoGraphQL monorepo](https://github.com/GatoGraphQL/GatoGraphQL), under [`GraphQLByPoP/packages/graphql-request`](https://github.com/GatoGraphQL/GatoGraphQL/tree/master/layers/GraphQLByPoP/packages/graphql-request).\n\n## Usage\n\nInitialize the component:\n\n``` php\n\\PoP\\Root\\App::stockAndInitializeModuleClasses([([\n    \\GraphQLByPoP\\GraphQLRequest\\Module::class,\n]);\n```\n\n## PHP versions\n\nRequirements:\n\n- PHP 8.1+ for development\n- PHP 7.4+ for production\n\n### Supported PHP features\n\nCheck the list of [Supported PHP features in `GatoGraphQL/GatoGraphQL`](https://github.com/GatoGraphQL/GatoGraphQL/blob/master/docs/supported-php-features.md)\n\n### Preview downgrade to PHP 7.4\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 [GatoGraphQL monorepo issue tracker](https://github.com/GatoGraphQL/GatoGraphQL/issues).\n\n## Contributing\n\nWe welcome contributions for this package on the [GatoGraphQL monorepo](https://github.com/GatoGraphQL/GatoGraphQL) (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-request.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-request/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/graphql-by-pop/graphql-request.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/graphql-by-pop/graphql-request.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/graphql-by-pop/graphql-request.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/graphql-by-pop/graphql-request\n[link-travis]: https://travis-ci.org/graphql-by-pop/graphql-request\n[link-scrutinizer]: https://scrutinizer-ci.com/g/graphql-by-pop/graphql-request/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/graphql-by-pop/graphql-request\n[link-downloads]: https://packagist.org/packages/graphql-by-pop/graphql-request\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-request","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphqlbypop%2Fgraphql-request","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphql-request/lists"}