PHPackages                             foodticket/jet-connect-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. [API Development](/categories/api)
4. /
5. foodticket/jet-connect-client

ActiveLibrary[API Development](/categories/api)

foodticket/jet-connect-client
=============================

A PHP client to integrate with the JET Connect API

1.0.4(6mo ago)110.1k↑16.7%1[1 PRs](https://github.com/food-ticket/jet-connect-client/pulls)MITPHPPHP ^8.2

Since Feb 21Pushed 6mo agoCompare

[ Source](https://github.com/food-ticket/jet-connect-client)[ Packagist](https://packagist.org/packages/foodticket/jet-connect-client)[ RSS](/packages/foodticket-jet-connect-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (8)Used By (0)

JET Connect API implementation for Laravel
==========================================

[](#jet-connect-api-implementation-for-laravel)

[![GitHub license](https://camo.githubusercontent.com/dcfd4525b3e95551691fd645e2123a32a45c957703d551bb36ed0aa0f2a116ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f4e61657265656e2f5374726170446f776e2e6a732e737667)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)

This package allows you to easily make requests to JustEatTakeaway's JET Connect API.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.2
- Laravel &gt;= 11.0

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

[](#installation)

You can install the package via composer:

```
composer require foodticket/jet-connect
```

The package will automatically register itself.

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

[](#configuration)

To start using the JET Connect API you will need an API key. Add the API key to your project's .env file:

```
JET_CONNECT_API_KEY=
```

Making requests
---------------

[](#making-requests)

### itemAvailability

[](#itemavailability)

To set an item's availability, you can use the following code:

```
$jetConnectApi = new JetConnectApi();
$jetConnectApi->setItemAvailability(
    Availability::UNAVAILABLE,
    ['itemReferences'],
    $restaurantId,
    $unavailableTill,
);
```

### menu

[](#menu)

To ingest a menu, you can use the following code:

```
$jetConnectApi = new JetConnectApi();
$jetConnectApi->ingestMenu(
    ['restaurantIds'],
    $menu,
    $callbackUrl,
);
```

### Create your own request

[](#create-your-own-request)

If you need to create your own request, you can use the following code:

```
$jetConnectApi = new JetConnectApi();
$jetConnectApi->request()->get('https://api.flytplatform.com/');
```

Webhooks
--------

[](#webhooks)

To start receiving webhooks from JET Connect, you need to add the following route the `App\Providers\RouteServiceProvider` file:

```
$this->routes(function () {
    // ...
    Route::jetConnectWebhooks();
});
```

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

[](#security-vulnerabilities)

If you discover a security vulnerability within this project, please report this by email to .

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance66

Regular maintenance activity

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Total

5

Last Release

203d ago

PHP version history (3 changes)1.0.0PHP ^8.1

1.0.2PHP ^8.1|^8.2|^8.3

1.0.3PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![foodticket-developer](https://avatars.githubusercontent.com/u/148194376?v=4)](https://github.com/foodticket-developer "foodticket-developer (7 commits)")[![hsols](https://avatars.githubusercontent.com/u/10848608?v=4)](https://github.com/hsols "hsols (7 commits)")[![h-sols](https://avatars.githubusercontent.com/u/210041382?v=4)](https://github.com/h-sols "h-sols (6 commits)")[![rikmorskate](https://avatars.githubusercontent.com/u/3383883?v=4)](https://github.com/rikmorskate "rikmorskate (1 commits)")

---

Tags

phpapi clientdeliveryJET ConnectJustEatTakeaway

### Embed Badge

![Health badge](/badges/foodticket-jet-connect-client/health.svg)

```
[![Health](https://phpackages.com/badges/foodticket-jet-connect-client/health.svg)](https://phpackages.com/packages/foodticket-jet-connect-client)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[fabian-beiner/todoist-php-api-library

A PHP client library that provides a native interface to the official Todoist REST API.

4810.8k](/packages/fabian-beiner-todoist-php-api-library)

PHPackages © 2026

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