PHPackages                             adods/page-marker-laravel - 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. adods/page-marker-laravel

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

adods/page-marker-laravel
=========================

PageMarker library extension for Laravel

1.0(6y ago)012MITPHPCI failing

Since Nov 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/adods/page-marker-laravel)[ Packagist](https://packagist.org/packages/adods/page-marker-laravel)[ RSS](/packages/adods-page-marker-laravel/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Page Marker for Laravel
=======================

[](#page-marker-for-laravel)

Extension from [`adods\page-marker`](https://github.com/adods/page-marker) for Laravel

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

[](#installation)

Via Composer:

```
composer require adods/page-marker-laravel

```

or just download the file manually and put in your lib directory

Requirement
-----------

[](#requirement)

- [Laravel](https://laravel.com) 5.8 or 6.0
- [`adods\page-marker`](https://github.com/adods/page-marker)

Usage Difference
----------------

[](#usage-difference)

`init()` now return `Illuminate\Http\RedirectResponse` when conditions are met.

```
private $marker;

public function __construct(
    PageMarkerLaravel $marker
) {
    $this->marker = $marker;
}
```

```
if ($redir = $this->marker->init()) {
    return $redir;
}
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2356d ago

### Community

Maintainers

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

---

Top Contributors

[![adods](https://avatars.githubusercontent.com/u/676525?v=4)](https://github.com/adods "adods (1 commits)")

### Embed Badge

![Health badge](/badges/adods-page-marker-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/adods-page-marker-laravel/health.svg)](https://phpackages.com/packages/adods-page-marker-laravel)
```

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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