PHPackages                             szihaj/laravel-static-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. szihaj/laravel-static-pages

ActiveHelper

szihaj/laravel-static-pages
===========================

Static page package for Laravel.

0.1(7y ago)138GPL-3.0PHP

Since May 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/szihaj/laravel-static-pages)[ Packagist](https://packagist.org/packages/szihaj/laravel-static-pages)[ RSS](/packages/szihaj-laravel-static-pages/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

szihaj/laravel-static-pages
===========================

[](#szihajlaravel-static-pages)

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

[](#installation)

```
$ composer require szihaj/laravel-static-pages

```

Add the Service Provider to your config/app.php file like so:

```
...
szihaj\LaravelStaticPages\StaticPageProvider::class,

```

Add the Facade to your aliases in config/app.php

```
'StaticPages' => szihaj\LaravelStaticPages\Facades\StaticPage::class,

```

Finally, publish the migrations, and run them:

```
$ php artisan vendor:publish --tag=migrations
$ php artisan migrate

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

2908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/43caedcd2e255a0acb588338750c906338682e2d25e938f5fdacd6b988a66ffa?d=identicon)[szihaj](/maintainers/szihaj)

### Embed Badge

![Health badge](/badges/szihaj-laravel-static-pages/health.svg)

```
[![Health](https://phpackages.com/badges/szihaj-laravel-static-pages/health.svg)](https://phpackages.com/packages/szihaj-laravel-static-pages)
```

PHPackages © 2026

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