{"id":21988655,"url":"https://github.com/graphqlbypop/graphql-endpoint-for-wp","last_synced_at":"2025-04-30T11:14:13.432Z","repository":{"id":57001927,"uuid":"272374143","full_name":"GraphQLByPoP/graphql-endpoint-for-wp","owner":"GraphQLByPoP","description":"[READ ONLY] Add pretty permalinks for the single GraphQL endpoint, for WordPress","archived":false,"fork":false,"pushed_at":"2025-04-30T10:02:29.000Z","size":262,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T11:13:59.774Z","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-06-15T07:45:25.000Z","updated_at":"2025-04-30T10:02:33.000Z","dependencies_parsed_at":"2024-01-11T06:07:25.151Z","dependency_job_id":"87909ba3-c344-448a-8381-6688855a7ffa","html_url":"https://github.com/GraphQLByPoP/graphql-endpoint-for-wp","commit_stats":{"total_commits":196,"total_committers":1,"mean_commits":196.0,"dds":0.0,"last_synced_commit":"194b26cda125364911070038337dcd0ff5d9c80a"},"previous_names":[],"tags_count":117,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-endpoint-for-wp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-endpoint-for-wp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-endpoint-for-wp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GraphQLByPoP%2Fgraphql-endpoint-for-wp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GraphQLByPoP","download_url":"https://codeload.github.com/GraphQLByPoP/graphql-endpoint-for-wp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251687168,"owners_count":21627534,"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:52.654Z","updated_at":"2025-04-30T11:14:13.399Z","avatar_url":"https://github.com/GraphQLByPoP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API endpoints for WordPress\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\nAdd pretty permalinks for the PoP API endpoints, for WordPress\n\n## Install\n\nVia Composer\n\n``` bash\ncomposer require graphql-by-pop/graphql-endpoint-for-wp\n```\n\n## Development\n\nThe source code is hosted on the [GatoGraphQL monorepo](https://github.com/GatoGraphQL/GatoGraphQL), under [`GraphQLByPoP/packages/graphql-endpoint-for-wp`](https://github.com/GatoGraphQL/GatoGraphQL/tree/master/layers/GraphQLByPoP/packages/graphql-endpoint-for-wp).\n\n## Usage\n\nInitialize the component:\n\n``` php\n\\PoP\\Root\\App::stockAndInitializeModuleClasses([([\n    \\GraphQLByPoP\\GraphQLEndpointForWP\\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## 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-endpoint-for-wp.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-endpoint-for-wp/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/graphql-by-pop/graphql-endpoint-for-wp.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/graphql-by-pop/graphql-endpoint-for-wp.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/graphql-by-pop/graphql-endpoint-for-wp.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/graphql-by-pop/graphql-endpoint-for-wp\n[link-travis]: https://travis-ci.org/graphql-by-pop/graphql-endpoint-for-wp\n[link-scrutinizer]: https://scrutinizer-ci.com/g/graphql-by-pop/graphql-endpoint-for-wp/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/graphql-by-pop/graphql-endpoint-for-wp\n[link-downloads]: https://packagist.org/packages/graphql-by-pop/graphql-endpoint-for-wp\n[link-author]: https://github.com/getpop\n[link-contributors]: ../../../../../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphql-endpoint-for-wp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphqlbypop%2Fgraphql-endpoint-for-wp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphqlbypop%2Fgraphql-endpoint-for-wp/lists"}