Download the PHP package fortyfive/hubspot-graphql without Composer
On this page you can find all versions of the php package fortyfive/hubspot-graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fortyfive/hubspot-graphql
More information about fortyfive/hubspot-graphql
Files in fortyfive/hubspot-graphql
Package hubspot-graphql
Short Description This plugin adds a GraphQL definition to have access to the Blog HubSpot API using CraftQL plugin.
License MIT
Informations about the package hubspot-graphql
HubSpot GraphQL plugin for Craft CMS 3.x
This plugin adds a Hubspot GraphQL definition to Craft CMS. It allows to query Hubspot data and add it to your existing Craft queries making it simpler to gather data from multiple sources as it facilitates integration with javascript frameworks used to build modern websites that heavily rely on GraphQL queries.
This plugin uses the HubSpot PHP API client and it allows to query resources from the CMS Blog API (i.e. posts, authors, topics) with more resources becoming available in the future.
Requirements
- This plugin requires Craft CMS 3.0.0-beta.23 or later.
- CraftQL plugin
- A HubSpot Api Key
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require fortyfive/hubspot-graphql
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for HubSpot GraphQL.
- Now in the Control Panel, go to Settings → HubSpot GraphQL and set your HubSpot Api Key
HubSpot GraphQL Overview
Here's an example query with all the possible information you can get.
HubSpot GraphQL Roadmap
- [x] Integration with CraftQL plugin
- [ ] Integration with CraftCMS GraphQL
From the desk of 45RPM