PHPackages                             foodticket/deliveroo - 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/deliveroo

ActiveLibrary[API Development](/categories/api)

foodticket/deliveroo
====================

A PHP client to integrate with the Deliveroo API

v0.0.14(8mo ago)17.2k↑16.7%MITPHPPHP ^8.2

Since Dec 4Pushed 8mo ago1 watchersCompare

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

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

Implement the new Deliveroo API
===============================

[](#implement-the-new-deliveroo-api)

This package allows you to easily make requests to the new Deliveroo API. The full documentation of the Deliveroo API can be found here: .

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

[](#requirements)

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

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

[](#installation)

You can install the package via composer:

```
composer require foodticket/deliveroo
```

The package will automatically register itself.

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

[](#configuration)

To start using the Deliveroo API you will need a client ID and client secret. You can get these by creating an app on the [Deliveroo Developer Portal](https://developers.deliveroo.com/dashboard). Add the Client ID and client secret to your .env file:

```
DELIVEROO_BASE_URL=
DELIVEROO_AUTH_URL=
DELIVEROO_CLIENT_ID=
DELIVEROO_CLIENT_SECRET=
DELIVEROO_WEBHOOK_SECRET=
```

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

[](#making-requests)

### Getting orders

[](#getting-orders)

To get all orders from a restaurant, you can use the following code:

```
$deliverooApi = new DeliverooApi();
$deliverooApi->getOrders($brandId, $restaurantId);
```

### Create your own request

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

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

```
$deliverooApi = new DeliverooApi();
$deliverooApi->request()->get('https://api.developers.deliveroo.com/order/v1/integrator/brands/{$brand_id}/sites-config');
```

Webhooks
--------

[](#webhooks)

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

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

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

[](#security-vulnerabilities)

If you discover a security vulnerability within this project, please email me via .

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance62

Regular maintenance activity

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.6% 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 ~22 days

Recently: every ~65 days

Total

14

Last Release

241d ago

PHP version history (2 changes)v0.0.1PHP ^8.3

v0.0.14PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

[![rikmorskate](https://avatars.githubusercontent.com/u/3383883?v=4)](https://github.com/rikmorskate "rikmorskate (19 commits)")[![h-sols](https://avatars.githubusercontent.com/u/210041382?v=4)](https://github.com/h-sols "h-sols (4 commits)")

---

Tags

phpapi clientdeliveryfoodticketdeliveroo

### Embed Badge

![Health badge](/badges/foodticket-deliveroo/health.svg)

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

###  Alternatives

[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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