PHPackages                             twentysix/booker - 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. twentysix/booker

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

twentysix/booker
================

Booking System with Google Material Design Components and VueJs

08JavaScript

Since Oct 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Twenty6Digital/booker-package)[ Packagist](https://packagist.org/packages/twentysix/booker)[ RSS](/packages/twentysix-booker/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Booker Package
==============

[](#booker-package)

The Booking Extension for Twenty Six Digital restaurant clients Content Management Systems.

Getting Started
---------------

[](#getting-started)

`composer require twentysix/booker`

Ensure the autoload is set in composer.json:

```
"autoload": {
    "classmap": [
        "database"
    ],
    "psr-4": {
        "App\\": "app/",
        "Twentysix\\Booker\\": "vendor/twentysix/booker/src"
    }
},

```

The run `composer dump-autoload` to sync up the files.

Next you will need to publish the package and it's core files into the project:

`php artisan vendor:publish`

This will copy the views over to resources/backend/booker - so then these can be made accessible through includes etc.

All public assets associated will also be copied over e.g JS and any Styles relating.

### Manual Configuration

[](#manual-configuration)

#### Scripts

[](#scripts)

The vue components that are run on certain pages will need to be included into the `backend/layout/default.blade.php` footer just after the X-CRSF-TKEN is set to the Vue Header.

`@include('backend.booker.includes.scripts')`

#### Views

[](#views)

If for whatever reason the view files are changed location, you *must* change the view\_path variable in `config/booker.php` to the new path. (Remember, if you need to publish any new changes from the package, they will need to be copied over to your desired path).

#### Navigation

[](#navigation)

To include the booking navigation link with the number of bookings, the booking-nav include will need to be included within the `backend.layout.header` view where there will be a pre-defined comment.

`@include('backend.booker.includes.booking-nav')`

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1080713?v=4)[Ashley Banks](/maintainers/banksy89)[@banksy89](https://github.com/banksy89)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/twentysix-booker/health.svg)

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

PHPackages © 2026

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