PHPackages                             lyre/guest - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. lyre/guest

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

lyre/guest
==========

Simple package to track all guest access

1.0.1(1mo ago)0185MITPHPPHP ^8.3

Since Jul 22Pushed 1mo agoCompare

[ Source](https://github.com/kigathi-chege/lyre-guest)[ Packagist](https://packagist.org/packages/lyre/guest)[ RSS](/packages/lyre-guest/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (13)Used By (0)

Lyre Guest
==========

[](#lyre-guest)

`lyre/guest` tracks anonymous users and bridges guest activity into authenticated users.

Install
-------

[](#install)

```
composer require lyre/guest
```

Publish migrations and migrate:

```
php artisan vendor:publish --provider="Lyre\Guest\Providers\LyreGuestServiceProvider"
php artisan migrate
```

Core behavior
-------------

[](#core-behavior)

- `EnsureGuestUser` middleware ensures every anonymous flow has a guest UUID.
- Guest UUID is propagated with `X-Guest-UUID` header and guest cookie/session.
- On login/register, guest user data can be merged into the authenticated user via event subscriber flow.

Notes
-----

[](#notes)

- Host app user model is expected to support guest user creation flow (`is_guest`, name/email/password).
- Commerce package APIs depend on this middleware by default.

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance89

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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.

###  Release Activity

Cadence

Every ~26 days

Recently: every ~52 days

Total

12

Last Release

53d ago

Major Versions

0.0.10 → 1.0.02025-11-19

PHP version history (2 changes)0.0.1PHP ^8.2

1.0.1PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/38941486?v=4)[Kigathi](/maintainers/Kigathi)[@kigathi](https://github.com/kigathi)

---

Top Contributors

[![kigathi-chege](https://avatars.githubusercontent.com/u/30687709?v=4)](https://github.com/kigathi-chege "kigathi-chege (17 commits)")

### Embed Badge

![Health badge](/badges/lyre-guest/health.svg)

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

###  Alternatives

[psr/log

Common interface for logging libraries

10.4k1.2B11.5k](/packages/psr-log)[open-telemetry/api

API for OpenTelemetry PHP.

1941.5M276](/packages/open-telemetry-api)[open-telemetry/sdk

SDK for OpenTelemetry PHP.

2328.5M342](/packages/open-telemetry-sdk)[yorcreative/laravel-urlshortener

A laravel url shortener package that provides internal url redirects with passwords, url expirations, open limits before expiration and click tracking out of the box.

12212.8k](/packages/yorcreative-laravel-urlshortener)

PHPackages © 2026

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