PHPackages                             carpool-logistics/laravel-heymarket - 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. carpool-logistics/laravel-heymarket

ActiveLibrary[API Development](/categories/api)

carpool-logistics/laravel-heymarket
===================================

A Laravel package for Heymarket API

1.0.9(1y ago)02PHP

Since Aug 3Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/carpool-logistics/laravel-heymarket)[ Packagist](https://packagist.org/packages/carpool-logistics/laravel-heymarket)[ RSS](/packages/carpool-logistics-laravel-heymarket/feed)WikiDiscussions main Synced today

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

Laravel Heymarket Notification Channel
======================================

[](#laravel-heymarket-notification-channel)

A Laravel package for Heymarket API integration.

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

[](#installation)

```
composer require carpool-logistics/laravel-heymarket
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --provider="CarpoolLogistics\Heymarket\HeymarketServiceProvider"
```

Set your Heymarket API key in the `.env` file:

```
HEYMARKET_API_KEY=your_api_key
HEYMARKET_CREATOR_ID=creator_id
HEYMARKET_INBOX_ID=inbox_id

```

Usage
-----

[](#usage)

Use the package in your Laravel notifications:

```
use CarpoolLogistics\Heymarket\HeymarketChannel;
use CarpoolLogistics\Heymarket\HeymarketMessage;

class OrderShipped extends Notification
{
    public function via($notifiable)
    {
        return [HeymarketChannel::class];
    }

    public function toHeymarket($notifiable)
    {
        return [
            HeymarketMessage::create()
                ->to($notifiable->phone_number)
                ->body('Your order has been shipped!')
                ->creatorId('your_creator_id')
                ->inboxId('your_team_id'),

            HeymarketMessage::create()
                ->to($notifiable->phone_number)
                ->body('Your order tracking number is 12345')
                ->inboxId('your_inbox_id')
                ->creatorId('your_creator_id')
                ->mediaUrl('https://images.com/image')
        ];
    }
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance67

Regular maintenance activity

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Recently: every ~0 days

Total

10

Last Release

626d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/18307741?v=4)[Terrence Jackson](/maintainers/tcj123)[@tcj123](https://github.com/tcj123)

---

Top Contributors

[![tcj123](https://avatars.githubusercontent.com/u/18307741?v=4)](https://github.com/tcj123 "tcj123 (13 commits)")

### Embed Badge

![Health badge](/badges/carpool-logistics-laravel-heymarket/health.svg)

```
[![Health](https://phpackages.com/badges/carpool-logistics-laravel-heymarket/health.svg)](https://phpackages.com/packages/carpool-logistics-laravel-heymarket)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5022.0k](/packages/simplestats-io-laravel-client)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1348.7k1](/packages/jasara-php-amzn-selling-partner-api)

PHPackages © 2026

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