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

ActiveLibrary[API Development](/categories/api)

sotechnology/laravel-hubspot
============================

This will create contact in hubspot and list contacts. Forked for Laravel 5.1 support

1.0.1(4y ago)03MITPHP

Since Jul 6Pushed 4y agoCompare

[ Source](https://github.com/sotechnology/laravel-hubspot)[ Packagist](https://packagist.org/packages/sotechnology/laravel-hubspot)[ RSS](/packages/sotechnology-laravel-hubspot/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

This will create contact in hubspot and get all contacts from hubspot for Laravel 5
-----------------------------------------------------------------------------------

[](#this-will-create-contact-in-hubspot-and-get-all-contacts-from-hubspot-for-laravel-5)

Forked from nirbhay94/laravel-hubspot to support Laravel 5.1

### Installation

[](#installation)

1.`composer require nirbhay94/laravel-hubspot:dev-master`

2.Get a HubSpot API Key from the Intergrations page of your HubSpot account.

3.Add your HubSpot API key into the your `.env` file: `HAPI_KEY=yourApiKey`

4.Add `Nirbhay\Hubspot\HubspotServiceProvider::class` to your providers in your config/app.php file.

5.Add `'HubSpot' => Nirbhay\Hubspot\Facades\Hubspot::class` to your aliases in your config/app.php file.

6.`php artisan vendor:publish --provider="Nirbhay\Hubspot\HubspotServiceProvider"` will create a config/hubspot.php file.

### Usage

[](#usage)

You can use the facade as a dependency:

### Facade

[](#facade)

```
//Echo all contacts
$response = HubSpot::contacts();

```

```
//Create a contact
$response = HubSpot::createContact($request->only(['firstname', 'lastname', 'email','phone','website','company','address','city','state','zip']));

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~0 days

Total

2

Last Release

1776d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d069cf07b38bf2aecf60d94091f488b2ab366aca4055d851a7f34d3a10ebb12?d=identicon)[stephengraysotech](/maintainers/stephengraysotech)

---

Top Contributors

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

---

Tags

apilaravelhubspot

### Embed Badge

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

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

###  Alternatives

[rossjcooper/laravel-hubspot

Adds a Laravel specific wrapper for the Hubspot client package

65696.6k](/packages/rossjcooper-laravel-hubspot)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[d-scribe/laraquick

A collection of classes to be extended/used in laravel applications for quick development

371.8k1](/packages/d-scribe-laraquick)

PHPackages © 2026

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