PHPackages                             paksuco/statics - 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. paksuco/statics

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

paksuco/statics
===============

WIP - Common static pages for Laravel (Faq, Blog, Menu Pages etc)

0.0.2(5y ago)01MITJavaScriptPHP &gt;=7.0.0

Since Mar 25Pushed 4y agoCompare

[ Source](https://github.com/paksuco/statics)[ Packagist](https://packagist.org/packages/paksuco/statics)[ RSS](/packages/paksuco-statics/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Package Template
========================

[](#laravel-package-template)

Configuration
-------------

[](#configuration)

This repository is template for building a new package. Some changes to the files are needed in order to represent a new package.

### composer.json

[](#composerjson)

Edit `composer.json` to reflect the package information. At a minimum, the package name and autoload lines should be changed so that "vendor/package" reflects the name and namespace of the new package.

```
{
    "name": "vendor/package",
    "autoload": {
        "psr-4": {
            "Paksuco\\Support\\": "src/"
        }
    },
},
```

### config/paksuco-statics.php

[](#configpaksuco-staticsphp)

The file `config/paksuco-statics.php` should be renamed to to something more useful, like `config/my-package.php`. This is the configuration file that Laravel will publish into it's `config` directory.

### src/ServiceProvider.php

[](#srcserviceproviderphp)

Open up `src/ServiceProvider.php` as well. At a minimum the namespace has to be changed (it needs to match the PSR-4 namespace you set in `composer.json`).

In the `boot()` method, comment out or uncomment the components your package will need. For example, if the package only has a configuration, then everything can be commented out except the `handleConfigs()` call:

```
public function boot() {
    $this->handleConfigs();
    // $this->handleMigrations();
    // $this->handleViews();
    // $this->handleTranslations();
    // $this->handleRoutes();
}
```

In the `handleConfigs()` method, the "paksuco-statics" references should be changed to the name you chose up above (in the `config/paksuco-statics.php` instructions).

### Last Step

[](#last-step)

Update the `LICENSE` file as required (make sure it matches what you said your package's license is in `composer.json`).

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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

Total

2

Last Release

1877d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelcommonstaticpagesgeneral-purpose

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/paksuco-statics/health.svg)

```
[![Health](https://phpackages.com/badges/paksuco-statics/health.svg)](https://phpackages.com/packages/paksuco-statics)
```

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[watson/active

Laravel helper for recognising the current route, controller and action

3253.6M14](/packages/watson-active)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)

PHPackages © 2026

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