PHPackages                             kurious7/simple-pages - 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. kurious7/simple-pages

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

kurious7/simple-pages
=====================

2.0.0(3y ago)068MITPHPPHP ^8.0CI failing

Since Jul 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kurious7/simple-pages)[ Packagist](https://packagist.org/packages/kurious7/simple-pages)[ RSS](/packages/kurious7-simple-pages/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (6)Dependencies (3)Versions (7)Used By (0)

Simple Pages
============

[](#simple-pages)

[![Latest Version on Packagist](https://camo.githubusercontent.com/80f3146db295517018560ef887bf28f6223fb45eb3168f3c750d4fa19c120d60/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b7572696f7573372f73696d706c652d70616765732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kurious7/simple-pages)[![Build Status](https://camo.githubusercontent.com/ffe79abb4af70dc1d38d8068b28abaad8c2c01879fbd5f1bbd77e1cbcd8598eb/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f6b7572696f7573372f73696d706c652d70616765732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.com/kurious7/simple-pages)[![Quality Score](https://camo.githubusercontent.com/47a06f0e1b5f223b146840d05578feb59cbaf3785efb2c54d358e7d350e0549b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f7175616c6974792f672f6b7572696f7573372f73696d706c652d70616765732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/kurious7/simple-pages)

A [Laravel](http://laravel.com/docs/master) package designed to add pages to your Laravel application. A page is just **content** defined by specific URL, or **slug**. A page may or may not be **published**.

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

[](#installation)

Require the package using composer:

```
composer require kurious7/simple-pages
```

Publish the migration and config files

```
php artisan vendor:publish \
  --provider="Kurious7\Pages\PagesServiceProvider"
```

Migrate

```
php artisan migrate
```

Usage
-----

[](#usage)

Create a **Page** model:

```
\Kurious7\Pages\Page::create([
    'title' => 'Hello, World',
    'content' => 'Hi everybody',
    'public' => true,
    'show_in_menu' => true,
]);
```

...which is now accessible by browsing to `/hello-world`!

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

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

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

Recently: every ~302 days

Total

6

Last Release

1278d ago

Major Versions

1.1.0 → 2.0.02022-11-14

PHP version history (2 changes)1.1.0PHP ^7.4

2.0.0PHP ^8.0

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kurious7-simple-pages/health.svg)

```
[![Health](https://phpackages.com/badges/kurious7-simple-pages/health.svg)](https://phpackages.com/packages/kurious7-simple-pages)
```

###  Alternatives

[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[biostate/filament-menu-builder

An Elegant Menu Builder for FilamentPHP

6015.8k](/packages/biostate-filament-menu-builder)

PHPackages © 2026

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