wp-graphql-rank-math
Add GraphQL support for RankMath SEO
File Explorer
Download Latest Version (.zip)- Bug_report.yml
- config.yml
- Feature_request.yml
- code-quality.yml
- code-standard.yml
- integration-testing.yml
- schema-linter.yml
- upload-release.yml
- upload-schema-artifact.yml
- funding.yml
- PULL_REQUEST_TEMPLATE.md
- banner-1544x500.png
- banner-772x250.png
- icon-128x128.png
- icon-256x256.png
- built-with.png
- header.png
- _env.sh
- _lib.sh
- install-stan-env.sh
- install-test-env.sh
- run-docker.sh
- wp-cli.yml
- app.Dockerfile
- app.entrypoint.sh
- app.post-setup.sh
- app.setup.sh
- testing.Dockerfile
- testing.entrypoint.sh
- actions.md
- filters.md
- queries.md
- class-breadcrumbs.stub
- class-choices.stub
- class-database.stub
- class-helpers.stub
- class-singular.stub
- class-wp-post-type.stub
- class-wp-taxonomy.stub
- constants.php
- namespace-rank-math.stub
- rank-math.stub
- Settings.php
- .gitkeep
- .gitkeep
- .gitkeep
- .gitkeep
- SeoObjects.php
- WPGraphQLWooCommerce.php
- Extensions.php
- RootQuery.php
- ContentNodeSeo.php
- ContentTypeSeo.php
- Seo.php
- Settings.php
- TermNodeSeo.php
- UserSeo.php
- RedirectionConnection.php
- RedirectionConnectionResolver.php
- RedirectionCursor.php
- RedirectionsLoader.php
- GeneralSettings.php
- RootQuery.php
- Redirection.php
- RedirectionBehaviorEnum.php
- RedirectionComparisonTypeEnum.php
- RedirectionConnectionOrderByEnum.php
- RedirectionStatusEnum.php
- RedirectionTypeEnum.php
- RedirectionConnectionOrderbyInput.php
- Redirection.php
- RedirectionSettings.php
- RedirectionSource.php
- CoreSchemaFilters.php
- TypeRegistry.php
- .gitkeep
- ArticleTypeEnum.php
- BulkEditingTypeEnum.php
- ImagePreviewSizeEnum.php
- KnowledgeGraphTypeEnum.php
- OpenGraphLocaleEnum.php
- OpenGraphProductAvailabilityEnum.php
- RobotsMetaValueEnum.php
- SeoRatingEnum.php
- SeoScorePositionEnum.php
- SeoScoreTemplateTypeEnum.php
- SnippetTypeEnum.php
- TwitterCardTypeEnum.php
- ContentNodeSeo.php
- MetaSettingWithArchive.php
- MetaSettingWithRobots.php
- NodeWithSeo.php
- Seo.php
- Article.php
- Facebook.php
- Image.php
- Product.php
- SlackEnhancedData.php
- Twitter.php
- TwitterApp.php
- Video.php
- BreadcrumbsConfig.php
- FrontendSeoScore.php
- Links.php
- Webmaster.php
- AuthorArchiveMeta.php
- ContentTypeMeta.php
- DateArchiveMeta.php
- GlobalMeta.php
- HomepageMeta.php
- LocalMeta.php
- SocialMeta.php
- TaxonomyMeta.php
- Author.php
- ContentType.php
- General.php
- Taxonomy.php
- General.php
- Meta.php
- Sitemap.php
- AdvancedRobotsMeta.php
- Breadcrumbs.php
- JsonLd.php
- OpenGraphMeta.php
- SeoObjects.php
- SeoScore.php
- Settings.php
- .gitkeep
- .gitkeep
- RMUtils.php
- Utils.php
- Autoloader.php
- CoreSchemaFilters.php
- Main.php
- TypeRegistry.php
- .gitignore
- .gitkeep
- config.php
- docker.yml
- .gitignore
- .gitignore
- Acceptance.php
- Functional.php
- Unit.php
- Wpunit.php
- AcceptanceTester.php
- FunctionalTester.php
- UnitTester.php
- WpunitTester.php
- .gitkeep
- .gitkeep
- bootstrap.php
- ContentNodeSeoQueryCept.php
- ContentTypeSeoQueryCept.php
- TermNodeSeoQueryCept.php
- UserSeoQueryCept.php
- .gitkeep
- .gitkeep
- AccessFunctionsTest.php
- ContentNodeSeoQueryTest.php
- ContentTypeSeoQueryTest.php
- CoreSchemaFiltersTest.php
- CPTQueryTest.php
- MainTest.php
- RedirectionConnectionQueriesTest.php
- RedirectionQueriesTest.php
- SchemaTest.php
- SettingsQueriesTest.php
- SettingsRedirectionQueriesTest.php
- TermNodeSeoQueryTest.php
- TypeRegistryTest.php
- UserSeoQueryTest.php
- UtilsTest.php
- WooGraphQLTest.php
- acceptance.suite.dist.yml
- bootstrap.php
- functional.suite.dist.yml
- unit.suite.dist.yml
- wpunit.suite.dist.yml
- autoload_aliases.php
- autoload_classmap.php
- autoload_files.php
- autoload_namespaces.php
- autoload_psr4.php
- autoload_real.php
- autoload_static.php
- ClassLoader.php
- installed.json
- installed.php
- InstalledVersions.php
- LICENSE
- platform_check.php
- autoload.php
- ConnectionType.php
- EnumType.php
- FieldsType.php
- InputType.php
- InterfaceType.php
- MutationType.php
- ObjectType.php
- Type.php
- UnionType.php
- Compat.php
- Helper.php
- GraphQLType.php
- Registrable.php
- TypeWithConnections.php
- TypeWithFields.php
- TypeWithInputFields.php
- TypeWithInterfaces.php
- TypeNameTrait.php
- TypeResolverTrait.php
- LICENSE
- autoload_classmap.php
- autoload_files.php
- autoload_namespaces.php
- autoload_psr4.php
- autoload_real.php
- autoload_static.php
- ClassLoader.php
- installed.json
- LICENSE
- platform_check.php
- autoload.php
- .coveralls.yml
- .distignore
- .env.dist
- .gitattributes
- .gitignore
- .phpcs.xml.dist
- access-functions.php
- activation.php
- CHANGELOG.md
- codeception.dist.yml
- composer.json
- composer.lock
- deactivation.php
- docker-compose.yml
- LICENSE
- phpstan.neon.dist
- phpunit.xml.dist
- README.md
- readme.txt
- wp-graphql-rank-math.php
# Installation Guide
1. Get the code
git clone https://github.com/AxeWP/wp-graphql-rank-math
Downloads the entire project code from GitHub to your computer.
cd wp-graphql-rank-math
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. PHP (Composer)
EasyPrerequisites
composer require axepress/wp-graphql-rank-math
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
