PHPackages                             coderjerk/hubsnot - 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. coderjerk/hubsnot

ActiveLibrary[API Development](/categories/api)

coderjerk/hubsnot
=================

Hubspot API v3 Client

v0.2.2(2mo ago)164↓100%1MITPHP

Since May 12Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/danieldevine/hubsnot)[ Packagist](https://packagist.org/packages/coderjerk/hubsnot)[ GitHub Sponsors](https://github.com/danieldevine)[ RSS](/packages/coderjerk-hubsnot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

Hubsnot
=======

[](#hubsnot)

PHP client for the Hubspot API v3

[![Latest Packagist Version](https://camo.githubusercontent.com/05c476f718f606de64e19877638246e6ab6ef5e231f079c1d5c8ac1e2dfda41b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6465726a65726b2f687562736e6f743f6c6f676f3d676974687562266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://packagist.org/packages/coderjerk/hubsnot) [![Total Downloads](https://camo.githubusercontent.com/b79c9f46e1e53a33771852bbc7966df36575fb0d21ddd28feed4641bb7534709/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6465726a65726b2f687562736e6f742e7376673f6c6f676f3d676974687562266c6f676f436f6c6f723d7768697465267374796c653d666c61742d737175617265)](https://packagist.org/packages/coderjerk/hubsnot)

A very simple client because their own one looks unfinished and isn't really usable.

Just solving my own use case for now, which is simply to grab a list of available forms, more to come. Don't use in production unless this is all you want to do too.

```
$credentials = [
    'hubspot_access_token' => $_ENV['HUBSPOT_ACCESS_TOKEN']
];

$hubsnot = new Hubsnot($credentials);

$params = [
    'limit' => 200,
];

$forms = $hubsnot->forms()->getForms($params);

foreach ($forms->results as $form) {
    echo nl2br($form->name . "\r\n");
    echo nl2br($form->id . "\r\n");
}
```

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance90

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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 ~168 days

Recently: every ~251 days

Total

7

Last Release

83d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57a1b0f82fadf970d1068cd30fd72f6e85ea2abe3fc9e3ff082b32381e42db8f?d=identicon)[Coderjerk](/maintainers/Coderjerk)

---

Top Contributors

[![danieldevine](https://avatars.githubusercontent.com/u/5939939?v=4)](https://github.com/danieldevine "danieldevine (11 commits)")

---

Tags

hubspotphp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/coderjerk-hubsnot/health.svg)

```
[![Health](https://phpackages.com/badges/coderjerk-hubsnot/health.svg)](https://phpackages.com/packages/coderjerk-hubsnot)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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