PHPackages                             nexuslifeline/laravel-hubspot - 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. nexuslifeline/laravel-hubspot

ActiveLibrary[API Development](/categories/api)

nexuslifeline/laravel-hubspot
=============================

v1.1.3(6y ago)07Apache-2.0PHP

Since Jun 18Pushed 6y agoCompare

[ Source](https://github.com/nexuslifeline/laravel-hubspot-api)[ Packagist](https://packagist.org/packages/nexuslifeline/laravel-hubspot)[ RSS](/packages/nexuslifeline-laravel-hubspot/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (1)Versions (13)Used By (0)

Modified Fungku\\HubSpot to support Laravel 5.5+
================================================

[](#modified-fungkuhubspot-to-support-laravel-55)

HubSpot API package for [Laravel 5.5+](http://laravel.com/)

Most of the hard-working code is modified classes from [HubSpot/haPiHP](https://github.com/HubSpot/haPiHP). This is a modified version of Fungku\\HubSpot() to support Laravel version 5.5+.

Setup
-----

[](#setup)

1.) clone the repository to your project vendor folder

2.) then run

```
php artisan vendor:publish --provider="Fungku\HubSpot\HubSpotServiceProvider"

```

3.) Open `app/config/app.php` and add this to the providers array:

```
Fungku\HubSpot\HubSpotServiceProvider::class,

```

and on the Class Aliases add this

```
'HubSpot' => Fungku\HubSpot\Facades\HubSpot::class,

```

TO SET YOUR API KEY: Open your environment variables file(.env) and add this

```
HUBSPOT_KEY=YOUR_API_KEY_HERE
HUBSPOT_USER_AGENT=USER_AGENT_HERE

```

Examples
--------

[](#examples)

### Contacts:

[](#contacts)

```
$contacts = HubSpot::contacts();

// Get 100 contacts
$contacts->get_all_contacts(array('count'=>100));

// Get a contact by email address
$contacts->get_contact_by_email('example@somedomain.com');
```

### Lists

[](#lists)

```
$lists = HubSpot::lists();

// Get 20 lists
$lists->get_lists(array('count'=>20));
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% 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 ~167 days

Recently: every ~458 days

Total

12

Last Release

2514d ago

Major Versions

v0.9.2 → v1.0.12014-06-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/06d09fdd4e28c66edf82b95516489f29daa9085ccf1b5689ea843a28b1b35fc0?d=identicon)[nexuslifeline](/maintainers/nexuslifeline)

---

Top Contributors

[![ryanwinchester](https://avatars.githubusercontent.com/u/2897340?v=4)](https://github.com/ryanwinchester "ryanwinchester (25 commits)")[![jlabresh1](https://avatars.githubusercontent.com/u/476751?v=4)](https://github.com/jlabresh1 "jlabresh1 (1 commits)")

### Embed Badge

![Health badge](/badges/nexuslifeline-laravel-hubspot/health.svg)

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

###  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)
