PHPackages                             learnkit/filament-startpage - 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. learnkit/filament-startpage

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

learnkit/filament-startpage
===========================

Startpage package for Filament

0.3.0(1y ago)08MITCSSPHP ^8.2

Since Feb 7Pushed 7mo ago1 watchersCompare

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

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

filament-startpage
==================

[](#filament-startpage)

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

[](#installation)

```
composer require learnkit/filament-startpage
```

Setup new links
---------------

[](#setup-new-links)

You can register new links via a service provider.

```
use LearnKit\Startpage\ValueObjects\Link;

public function boot()
{
    $components = [
        Link::make()
            ->label('LearnKit website')
            ->url('https://learnkit.dev?ref=filament-startpage')
            ->icon('heroicon-m-star'),
    ];

    startpage()->registerComponents($components);
}
```

Note

More information coming soon.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance55

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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

3

Last Release

465d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6506510?v=4)[Sebastiaan Kloos](/maintainers/SebastiaanKloos)[@SebastiaanKloos](https://github.com/SebastiaanKloos)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/learnkit-filament-startpage/health.svg)

```
[![Health](https://phpackages.com/badges/learnkit-filament-startpage/health.svg)](https://phpackages.com/packages/learnkit-filament-startpage)
```

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pxlrbt/filament-environment-indicator

Indicator for the current environment inside Filament

151923.9k12](/packages/pxlrbt-filament-environment-indicator)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[bezhansalleh/filament-google-analytics

Google Analytics integration for FilamentPHP

205144.8k5](/packages/bezhansalleh-filament-google-analytics)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

118126.9k](/packages/stephenjude-filament-feature-flags)

PHPackages © 2026

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