PHPackages                             tipoff/escape-room - 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. [Framework](/categories/framework)
4. /
5. tipoff/escape-room

ActiveLibrary[Framework](/categories/framework)

tipoff/escape-room
==================

Laravel package for escape room models and logic

2.4.0(5y ago)06.6k1[5 issues](https://github.com/tipoff/escape-room/issues)[1 PRs](https://github.com/tipoff/escape-room/pulls)2MITPHPPHP ^7.4|^8.0

Since Feb 9Pushed 4y ago4 watchersCompare

[ Source](https://github.com/tipoff/escape-room)[ Packagist](https://packagist.org/packages/tipoff/escape-room)[ Docs](https://github.com/tipoff/escape-room)[ GitHub Sponsors](https://github.com/tipoff)[ RSS](/packages/tipoff-escape-room/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (4)Versions (20)Used By (2)

Laravel package for escape room models and logic
================================================

[](#laravel-package-for-escape-room-models-and-logic)

[![Latest Version on Packagist](https://camo.githubusercontent.com/925afa531fc55ad239602234f70f814f23de5557ed1b7b5d9cede8e85f26b777/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7469706f66662f6573636170652d726f6f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tipoff/escape-room)[![Tests](https://github.com/tipoff/escape-room/workflows/Tests/badge.svg)](https://github.com/tipoff/escape-room/workflows/Tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/1384a38615cb3783fc6615e7a2971e796101a2616b43973a6fa2727f044c0638/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7469706f66662f6573636170652d726f6f6d2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tipoff/escape-room)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require tipoff/escape-room
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Tipoff\EscapeRoom\EscapeRoomServiceProvider" --tag="escape-room-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Tipoff\EscapeRoom\EscapeRoomServiceProvider" --tag="escape-room-config"
```

This is the contents of the published config file:

```
return [
];
```

Models
------

[](#models)

We include the following models:

**List of Models**

- Escape Room Location
- Escape Room Market
- Escape Room Rate
- Room
- Supervision

For each of these models, this package implements an [authorization policy](https://laravel.com/docs/8.x/authorization) that extends the roles and permissions approach of the [tipoff/authorization](https://github.com/tipoff/authorization) package. The policies for each model in this package are registered through the package and do not need to be registered manually.

The models also have [Laravel Nova resources](https://nova.laravel.com/docs/3.0/resources/) in this package and they are also registered through the package and do not need to be registered manually.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Tipoff](https://github.com/tipoff)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

16

Last Release

1837d ago

Major Versions

1.1.1 → 2.0.02021-02-18

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ccc9e3647546c97a5a77b995736302afd85bebdcb43d8fde7d11486579c30c0?d=identicon)[drewroberts](/maintainers/drewroberts)

---

Top Contributors

[![drewroberts](https://avatars.githubusercontent.com/u/24581081?v=4)](https://github.com/drewroberts "drewroberts (185 commits)")[![wolfrednicolas](https://avatars.githubusercontent.com/u/13080491?v=4)](https://github.com/wolfrednicolas "wolfrednicolas (88 commits)")[![phuclh](https://avatars.githubusercontent.com/u/6707194?v=4)](https://github.com/phuclh "phuclh (36 commits)")[![huntermontell](https://avatars.githubusercontent.com/u/64396917?v=4)](https://github.com/huntermontell "huntermontell (28 commits)")[![kylebarney](https://avatars.githubusercontent.com/u/15039520?v=4)](https://github.com/kylebarney "kylebarney (12 commits)")[![arwaawan](https://avatars.githubusercontent.com/u/16465411?v=4)](https://github.com/arwaawan "arwaawan (4 commits)")[![chrispecoraro](https://avatars.githubusercontent.com/u/307660?v=4)](https://github.com/chrispecoraro "chrispecoraro (3 commits)")[![joshtorres](https://avatars.githubusercontent.com/u/5092957?v=4)](https://github.com/joshtorres "joshtorres (3 commits)")[![chx2](https://avatars.githubusercontent.com/u/24723492?v=4)](https://github.com/chx2 "chx2 (3 commits)")[![prestontoor](https://avatars.githubusercontent.com/u/22110334?v=4)](https://github.com/prestontoor "prestontoor (3 commits)")[![WebTigers](https://avatars.githubusercontent.com/u/774030?v=4)](https://github.com/WebTigers "WebTigers (2 commits)")[![pdbreen](https://avatars.githubusercontent.com/u/1670907?v=4)](https://github.com/pdbreen "pdbreen (1 commits)")[![datahygienics](https://avatars.githubusercontent.com/u/170884408?v=4)](https://github.com/datahygienics "datahygienics (1 commits)")[![devjk1](https://avatars.githubusercontent.com/u/62731054?v=4)](https://github.com/devjk1 "devjk1 (1 commits)")[![djamesfar](https://avatars.githubusercontent.com/u/8541396?v=4)](https://github.com/djamesfar "djamesfar (1 commits)")

---

Tags

tipoffescape-room

### Embed Badge

![Health badge](/badges/tipoff-escape-room/health.svg)

```
[![Health](https://phpackages.com/badges/tipoff-escape-room/health.svg)](https://phpackages.com/packages/tipoff-escape-room)
```

###  Alternatives

[tipoff/reviews

Laravel Package for tracking Google reviews

131.0k](/packages/tipoff-reviews)

PHPackages © 2026

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