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

ActiveLibrary[API Development](/categories/api)

nirbhay94/laravel-hubspot
=========================

This will create contact in hubspot and list contacts

32152PHP

Since Nov 12Pushed 7y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)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)

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

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/14d47ac74575117d6cf5013baa331771dfdf51d209c73c58b635d7455d864c63?d=identicon)[nirbhay94](/maintainers/nirbhay94)

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/nirbhay94-laravel-hubspot/health.svg)](https://phpackages.com/packages/nirbhay94-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)
