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 1mo ago

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

Maintenance29

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://www.gravatar.com/avatar/d10b74eb9595d4d340f054e013d70a23bfae9af25755fc1400b179be9e4294f4?d=identicon)[marwinintal](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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