PHPackages                             cyclops1101/page-object-manager - 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. [Admin Panels](/categories/admin)
4. /
5. cyclops1101/page-object-manager

ActiveLibrary[Admin Panels](/categories/admin)

cyclops1101/page-object-manager
===============================

A Laravel Nova resource tool.

v0.0.10(6y ago)0624MITPHPPHP &gt;=7.1.0

Since Sep 7Pushed 6y ago1 watchersCompare

[ Source](https://github.com/cyclops1101/page-object-manager)[ Packagist](https://packagist.org/packages/cyclops1101/page-object-manager)[ RSS](/packages/cyclops1101-page-object-manager/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (12)Used By (0)

Page Object Manager
===================

[](#page-object-manager)

### Install

[](#install)

```
composer require cyclops1101/page-object-manager
```

Then register the Nova tool in `app/Providers/NovaServiceProvider.php`:

```
public function tools()
{
    return [
        \Cyclops1101\PageObjectManager\PageObject::make(),
    ];
}
```

Publish and run the migrations

```
php artisan vendor:publish --provider="Cyclops1101\PageObjectManager\PageServiceProvider" --tag="migrations"
php artisan migrate

```

In order to create a template run the following command

```
php artisan make:template "About Us"

```

Page and Block objects use any Nova Field you have installed.

Load your page/block in your controller using the name you set in the Nova admin and then you have access to all the data you've stored on the object

```
public function __invoke(Manager $page)
    {
        return view('about-us')
            ->with([
                'page' => $page->load('About Us'),
            ]);
    }

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity49

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

Recently: every ~3 days

Total

10

Last Release

2287d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4da5eccfcd555cb3b2328715c2a89104e3d984b62ad039c0050dc9d3266baad?d=identicon)[cyclops1101](/maintainers/cyclops1101)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/cyclops1101-page-object-manager/health.svg)

```
[![Health](https://phpackages.com/badges/cyclops1101-page-object-manager/health.svg)](https://phpackages.com/packages/cyclops1101-page-object-manager)
```

###  Alternatives

[benjacho/belongs-to-many-field

belongsToMany nova representation in field.

158811.4k1](/packages/benjacho-belongs-to-many-field)[pdmfc/nova-action-button

A Laravel Nova field to run actions.

37733.0k1](/packages/pdmfc-nova-action-button)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[ebess/nova-collapsible-sidebar

A collapsible sidebar for Laravel Nova.

32313.2k](/packages/ebess-nova-collapsible-sidebar)

PHPackages © 2026

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