PHPackages                             freziertz/postpackage - 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. freziertz/postpackage

ActiveLibrary

freziertz/postpackage
=====================

A post package

00PHP

Since Mar 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/freziertz/postpackage)[ Packagist](https://packagist.org/packages/freziertz/postpackage)[ RSS](/packages/freziertz-postpackage/feed)WikiDiscussions main Synced 1mo ago

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

The config file can now be exported using the command listed below, creating a postpackage.php file in the config directory of the Laravel project in which the package was required.

```
php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="config"
```

The migrations of this package are now publishable under the "migrations" tag via:

```
php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="migrations"
```

The view can be exported by user of our package as follows.

```
php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="views"
```

The assets can then be exported by users of our package using:

```
php artisan vendor:publish --provider="Freziertz\PostPackage\PostServiceProvider" --tag="assets"
```

We can reference the stylesheet and javascript file in our views as follows:

```

```

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/freziertz-postpackage/health.svg)

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

PHPackages © 2026

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