PHPackages                             guilty/hubspot-connector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. guilty/hubspot-connector

ActiveCraft-plugin[API Development](/categories/api)

guilty/hubspot-connector
========================

Expose Hubspot API features in Twig and pull in content from your HubSpot Portal.

1.0.4(7y ago)85.6k3[4 issues](https://github.com/guilty-as/hubspot-connector/issues)[1 PRs](https://github.com/guilty-as/hubspot-connector/pulls)MITPHP

Since Oct 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/guilty-as/hubspot-connector)[ Packagist](https://packagist.org/packages/guilty/hubspot-connector)[ RSS](/packages/guilty-hubspot-connector/feed)WikiDiscussions master Synced yesterday

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

HubSpot Connector plugin for Craft CMS 3.x
==========================================

[](#hubspot-connector-plugin-for-craft-cms-3x)

Expose Hubspot API features in Twig and pull in content from your HubSpot Portal.

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require guilty/hubspot-connector

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for HubSpot Connector.

Configuring HubSpot Connector
-----------------------------

[](#configuring-hubspot-connector)

1. Go the the admin panel
2. Go to the settings page
3. Click on "HubSpot Connector" under the "Plugins" section
4. Enter your [Hubspot API key](https://knowledge.hubspot.com/articles/kcs_article/integrations/how-do-i-get-my-hubspot-api-key) and click Save.
5. Done

Using HubSpot Connector
-----------------------

[](#using-hubspot-connector)

Here is a basic example, for more comprehensive examples and documentation check the [wiki](https://github.com/guilty-as/hubspot-connector/wiki/Introduction)

```
 {% for blog in craft.hubspot.blogs %}

        {{ blog.id }} - {{ blog.name }}

    {% for post in  craft.hubspot.blogPosts(blog.id) %}

                    {{ post.html_title }}

            {{ post.post_summary | striptags }}

    {% endfor %}
{% endfor %}
```

Brought to you by [Guilty AS](https://guilty.no)

*The HubSpot logo and Trademark is the property of Hubspot Inc*

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 96.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~23 days

Total

4

Last Release

2703d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/68f3958f40262d577ddc0596e4ba78b42c0409ebc7de948bab47edee392d5f68?d=identicon)[HelgeSverre](/maintainers/HelgeSverre)

---

Top Contributors

[![HelgeSverre](https://avatars.githubusercontent.com/u/1089652?v=4)](https://github.com/HelgeSverre "HelgeSverre (28 commits)")[![thunder87](https://avatars.githubusercontent.com/u/13064503?v=4)](https://github.com/thunder87 "thunder87 (1 commits)")

---

Tags

craft-pluginhubspothubspot-apicmsCraftcraftcmscraft-pluginhubspot connector

### Embed Badge

![Health badge](/badges/guilty-hubspot-connector/health.svg)

```
[![Health](https://phpackages.com/badges/guilty-hubspot-connector/health.svg)](https://phpackages.com/packages/guilty-hubspot-connector)
```

###  Alternatives

[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[craftpulse/craft-typesense

Craft Plugin that synchronises with Typesense

122.7k](/packages/craftpulse-craft-typesense)[jsmrtn/craftagram

Grab Instagram content through the Instagram API

141.3k](/packages/jsmrtn-craftagram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
