PHPackages                             concept7/hubspot-webhook-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. concept7/hubspot-webhook-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

concept7/hubspot-webhook-client
===============================

Receive HubSpot webhooks in Laravel apps

1.2.3(10mo ago)029[4 PRs](https://github.com/concept7/hubspot-webhook-client/pulls)MITPHPPHP ^8.4CI passing

Since Feb 3Pushed 1mo ago3 watchersCompare

[ Source](https://github.com/concept7/hubspot-webhook-client)[ Packagist](https://packagist.org/packages/concept7/hubspot-webhook-client)[ Docs](https://github.com/concept7/hubspot-webhook-client)[ GitHub Sponsors](https://github.com/Concept7)[ RSS](/packages/concept7-hubspot-webhook-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (14)Versions (12)Used By (0)

Receive HubSpot webhooks in Laravel apps
========================================

[](#receive-hubspot-webhooks-in-laravel-apps)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5cf814ccaf7152dd558afc0dccfd72c9982a894cc046d798a436941f5a2fbdb1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f6e63657074372f68756273706f742d776562686f6f6b2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/concept7/hubspot-webhook-client)[![GitHub Tests Action Status](https://camo.githubusercontent.com/4069954007443eaa18e95a268d232961edb5a7ea0dcaabb803ca29744580f647/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f6e63657074372f68756273706f742d776562686f6f6b2d636c69656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/concept7/hubspot-webhook-client/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/b5c7cd969bfe3995e0bd7c2dc99af890fb17ba6fbf8768a3a9097c80fb7f15a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f636f6e63657074372f68756273706f742d776562686f6f6b2d636c69656e742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/concept7/hubspot-webhook-client/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/380d35aa93bc85398e741481ae86abdc04bfe16163b0a3a97e63309db57673d7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f6e63657074372f68756273706f742d776562686f6f6b2d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/concept7/hubspot-webhook-client)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/12cb33e594fa7721dfb9ed12796d4ef416fec0c771653c16aa92ebfe601ffe30/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f68756273706f742d776562686f6f6b2d636c69656e742e6a70673f743d31)](https://spatie.be/github-ad-click/hubspot-webhook-client)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require concept7/hubspot-webhook-client
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="hubspot-webhook-client-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="hubspot-webhook-client-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="hubspot-webhook-client-views"
```

Usage
-----

[](#usage)

```
$hubspotWebhookClient = new Concept7\HubspotWebhookClient();
echo $hubspotWebhookClient->echoPhrase('Hello, Concept7!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jan Henk Hazelaar](https://github.com/jhhazelaar)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance74

Regular maintenance activity

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 68.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 ~25 days

Total

7

Last Release

316d ago

Major Versions

0.0.1 → 1.0.02025-02-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/9c8436fa940b097bc16a3da74b6d85a4070816e19070a5bdc1a6f733a61f75fc?d=identicon)[concept7](/maintainers/concept7)

---

Top Contributors

[![jhhazelaar](https://avatars.githubusercontent.com/u/215711?v=4)](https://github.com/jhhazelaar "jhhazelaar (30 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (9 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelhubspotwebhook-clientconcept7

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/concept7-hubspot-webhook-client/health.svg)

```
[![Health](https://phpackages.com/badges/concept7-hubspot-webhook-client/health.svg)](https://phpackages.com/packages/concept7-hubspot-webhook-client)
```

###  Alternatives

[binaryk/laravel-restify

Laravel REST API helpers

651399.1k](/packages/binaryk-laravel-restify)[lomkit/laravel-rest-api

A package to build quick and robust rest api for the Laravel framework.

59152.2k](/packages/lomkit-laravel-rest-api)[sunchayn/nimbus

A Laravel package providing an in-browser API client with automatic schema generation, live validation, and built-in authentication with a touch of Laravel-tailored magic for effortless API testing.

29428.0k](/packages/sunchayn-nimbus)[muhammadhuzaifa/telescope-guzzle-watcher

Telescope Guzzle Watcher provide a custom watcher for intercepting http requests made via guzzlehttp/guzzle php library. The package uses the on\_stats request option for extracting the request/response data. The watcher intercept and log the request into the Laravel Telescope HTTP Client Watcher.

98239.8k1](/packages/muhammadhuzaifa-telescope-guzzle-watcher)[binary-cats/laravel-mailgun-webhooks

Handle Mailgun webhooks in a Laravel application

64299.4k](/packages/binary-cats-laravel-mailgun-webhooks)[basement-chat/basement-chat

Add a real-time chat widget to your Laravel application.

4983.9k](/packages/basement-chat-basement-chat)

PHPackages © 2026

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