PHPackages                             morscate/uber-eats - 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. morscate/uber-eats

ActiveLibrary[API Development](/categories/api)

morscate/uber-eats
==================

A PHP client to integrate with the Uber Eats API

v0.0.7(7mo ago)36.0k↑16.7%7MITPHPPHP ^8.3

Since Nov 15Pushed 7mo agoCompare

[ Source](https://github.com/morscate/uber-eats)[ Packagist](https://packagist.org/packages/morscate/uber-eats)[ RSS](/packages/morscate-uber-eats/feed)WikiDiscussions main Synced 1mo ago

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

A Laravel client to integrate with the Uber Eats API
====================================================

[](#a-laravel-client-to-integrate-with-the-uber-eats-api)

This package allows you to easily make requests to the new Uber Eats Marketplace API.

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

[](#requirements)

- PHP &gt;= 8.3
- Laravel 11.x / 12.x

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

[](#installation)

You can install the package via composer:

```
composer require morscate/uber-eats
```

The package will automatically register itself.

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

[](#configuration)

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

```
UBER_EATS_CLIENT_ID=
UBER_EATS_CLIENT_SECRET=
```

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

[](#making-requests)

### Activate an integration

[](#activate-an-integration)

Before you can start using the API, you need to activate an store integration. To do so you need to make sure to have access to the `eats.pos_provisioning` scope (). When you have access to this scope add it to the `UBER_EATS_SCOPE` through the config or .env.

You can do this by using the following code:

```
$uberEatsApi = new UberEatsApi();
$uberEatsApi->activateIntegration(
        storeId: "{store_id}",
        isOrderManager: true
    );
```

### Getting orders

[](#getting-orders)

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

```
$uberEatsApi = new UberEatsApi();
$uberEatsApi->getOrders("{store_id}");
```

### Create your own request

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

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

```
$uberEatsApi = new UberEatsApi();
$uberEatsApi->request()->get('https://api.uber.com/v1/delivery/store/{$storeId}/orders');
```

Webhooks
--------

[](#webhooks)

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

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

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

[](#security-vulnerabilities)

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

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance62

Regular maintenance activity

Popularity30

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.3% 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 ~112 days

Recently: every ~62 days

Total

7

Last Release

239d ago

PHP version history (2 changes)v0.0.1-alphaPHP ^8.1

v0.0.2-alphaPHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4f3f59549aeb7310f56a6f0885a3eb273163cedf4368c64b2455fb1fd637264?d=identicon)[rikmorskate](/maintainers/rikmorskate)

---

Top Contributors

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

---

Tags

phpapi clientdeliveryUber Eats

### Embed Badge

![Health badge](/badges/morscate-uber-eats/health.svg)

```
[![Health](https://phpackages.com/badges/morscate-uber-eats/health.svg)](https://phpackages.com/packages/morscate-uber-eats)
```

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[anahkiasen/flickering

A modern interface for the Flickr API

535.9k1](/packages/anahkiasen-flickering)[wayofdev/laravel-symfony-serializer

📦 Laravel wrapper around Symfony Serializer.

2113.6k](/packages/wayofdev-laravel-symfony-serializer)

PHPackages © 2026

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