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. [Utility &amp; Helpers](/categories/utility)
4. /
5. szihaj/laravel-static-pages

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

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

Static page package for Laravel.

0.1(8y ago)138GPL-3.0PHP

Since May 27Pushed 8y 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 today

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 31% 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

2955d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6895321?v=4)[Levente Horváth](/maintainers/szihaj)[@szihaj](https://github.com/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)
```

###  Alternatives

[ozdemir/datatables

Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.

273166.1k](/packages/ozdemir-datatables)[phpactor/language-server-protocol

Langauge Server Protocol for PHP (transpiled)

12481.6k6](/packages/phpactor-language-server-protocol)[linnovate/openideal

OpenideaL - open source ideas and innovation management system

1262.8k2](/packages/linnovate-openideal)[blitsoftwares/laravel-states-and-cities

País, cidades e estados. Com código IBGE Brasil. Com migrations, models, seeder, routes, config e views. SQL de dumps disponiveis na pasta 'sql'.

151.1k](/packages/blitsoftwares-laravel-states-and-cities)

PHPackages © 2026

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