PHPackages                             marwinintal/hubspot-object-collections - 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. marwinintal/hubspot-object-collections

ActiveLibrary[API Development](/categories/api)

marwinintal/hubspot-object-collections
======================================

PHP package for the HubSpot V3

00PHP

Since Oct 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/marwinintal/hs-object-collections)[ Packagist](https://packagist.org/packages/marwinintal/hubspot-object-collections)[ RSS](/packages/marwinintal-hubspot-object-collections/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

HubSpot CRM object collection
=============================

[](#hubspot-crm-object-collection)

A Laravel package can help to collect the HubSpot CRM objects properties.

Inspiration
-----------

[](#inspiration)

Here are a few examples of well-documented code:

- [HubSpot](https://developers.hubspot.com/docs/api/crm/companies)

Usage &amp; formatting
----------------------

[](#usage--formatting)

### Using an OAUTH

[](#using-an-oauth)

$hubSpotObjectCollection = new HubSpotObjectCollection($api\_token);

### Using the Private Application

[](#using-the-private-application)

Set the API token to your .env file HUBSPOT\_PRIVATE\_APP\_API\_TOKEN

$hubSpotObjectCollection = new HubSpotObjectCollection();

```
Project Name: HubSpot Object Collection
Description: To collect the HubSpot CRM objects[companies, contacts, deals, feedback_submissions, line_items, products, quotes, discounts, fees, taxes, tickets, goals] and return only the properties.

### Dependencies
- php ^8.1
- Guzzle ^7.4

## Demo
/**
 * The private API key set in the .env file
 */
$sourceSdk = new HubSpotObjectCollection();
$contacts = $sourceSdk->getCollection('contacts', ['hs_object_id', 'email']);

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity17

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/46316101?v=4)[Marwin Intal](/maintainers/marwinintal)[@marwinintal](https://github.com/marwinintal)

---

Top Contributors

[![marwinintal](https://avatars.githubusercontent.com/u/46316101?v=4)](https://github.com/marwinintal "marwinintal (3 commits)")

### Embed Badge

![Health badge](/badges/marwinintal-hubspot-object-collections/health.svg)

```
[![Health](https://phpackages.com/badges/marwinintal-hubspot-object-collections/health.svg)](https://phpackages.com/packages/marwinintal-hubspot-object-collections)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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