PHPackages                             zerp/restaurant - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. zerp/restaurant

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

zerp/restaurant
===============

Restaurant management module for Zerp - menu, orders and kitchen

v1.0.2(1mo ago)010MITTypeScriptCI passing

Since Jul 10Pushed 1mo agoCompare

[ Source](https://github.com/zerp-pk/restaurant)[ Packagist](https://packagist.org/packages/zerp/restaurant)[ RSS](/packages/zerp-restaurant/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (4)Used By (0)

Zerp Restaurant
===============

[](#zerp-restaurant)

A restaurant management module for [Zerp](https://github.com/zerp-pk) — a Laravel package with a React/Inertia frontend, following the same structure as every other `zerp/*` module.

It turns Zerp into a full front-of-house and kitchen system: build a menu, take orders on a POS screen, run the floor, fire tickets to the kitchen, and post revenue and stock movements into Zerp's accounting and inventory automatically.

Features
--------

[](#features)

- **Menu** — categories, items with variations (sizes) and modifier groups (add-ons, spice level), availability toggles, and per-item images.
- **Tables &amp; floor** — areas with a drag-and-drop floor plan, table status board, waiter allocation, table merge/split, reservations (today / upcoming / past), and automatic release of stale reserved tables.
- **Orders (POS)** — dine-in, takeaway, and delivery on a POS-style screen (category tabs, item grid, customize dialog, live cart) with server-authoritative pricing and name/price snapshots. Settling a dine-in order frees its table and posts a balanced double-entry revenue journal into the account module.
- **Kitchen display (KDS)** — per-item routing to kitchen stations, orders auto-fire on placement, a live ticket board with station filters and bump-to-ready/served.
- **Recipes &amp; inventory** — link menu items to product-service ingredients so settling an order decrements warehouse stock.
- **Role-based permissions** throughout.

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

[](#installation)

The module is consumed by the main Zerp app as a Composer path package. In the app's `composer.json`, add a path repository and require it:

```
{
  "repositories": [
    { "type": "path", "url": "../ZerpPackages/restaurant", "options": { "symlink": true } }
  ],
  "require": { "zerp/restaurant": "@dev" }
}
```

Then:

```
composer update zerp/restaurant
php artisan migrate
php artisan package:seed Restaurant
```

Or enable it as part of the **Restaurant** install preset:

```
php artisan app:install --preset=restaurant
```

License
-------

[](#license)

MIT — see [LICENSE](LICENSE).

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance92

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

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

Total

3

Last Release

33d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1361450b81d8000640ce2030f715fbc192a64598a434f4ec6d42972dde2b4b50?d=identicon)[hafizmmoaz](/maintainers/hafizmmoaz)

---

Top Contributors

[![HafizMMoaz](https://avatars.githubusercontent.com/u/103947442?v=4)](https://github.com/HafizMMoaz "HafizMMoaz (11 commits)")

### Embed Badge

![Health badge](/badges/zerp-restaurant/health.svg)

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

###  Alternatives

[pyaesoneaung/laravel-myanmar-tools

A package for Myanmar tools which extend Laravel’s core.

291.5k](/packages/pyaesoneaung-laravel-myanmar-tools)

PHPackages © 2026

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