PHPackages                             egg2-code-labs/filament-typo3 - 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. egg2-code-labs/filament-typo3

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

egg2-code-labs/filament-typo3
=============================

Bring some Typo3 functions to Filament PHP.

1.0.3(1y ago)361[2 issues](https://github.com/egg2-code-labs/filament-typo3/issues)[2 PRs](https://github.com/egg2-code-labs/filament-typo3/pulls)MITPHPCI passing

Since Sep 16Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/egg2-code-labs/filament-typo3)[ Packagist](https://packagist.org/packages/egg2-code-labs/filament-typo3)[ RSS](/packages/egg2-code-labs-filament-typo3/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (15)Versions (5)Used By (0)

TYPO3 features for filament panels
==================================

[](#typo3-features-for-filament-panels)

[![Latest Version on Packagist](https://camo.githubusercontent.com/583bfaeae3023e3fc3bab64020d14ac002a07888a651d7ad450af2228431c8ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656767322d636f64652d6c6162732f66696c616d656e742d7479706f332e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/egg2-code-labs/filament-typo3)[![GitHub Tests Action Status](https://camo.githubusercontent.com/435ea0c5042bb683b4c67bea5bc2be4848dcbf1a937798716f1d76ee9867d931/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f3a76656e646f725f736c75672f3a7061636b6167655f736c75672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f664e1b170b41c771bf92f6975c0a0e55e3d323796443f67eff9dc16b48262fa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656767322d636f64652d6c6162732f66696c616d656e742d7479706f332e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/egg2-code-labs/filament-typo3)

**filament-typo3** bundles some functionality known from TYPO3 into a Filament PHP plugin. Features include the TYPO3 entry access tab, SEO tab and pages tree view.

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

[](#installation)

You can install the package via composer:

```
composer require egg2-code-labs/filament-typo3
```

TYPO3 Access Tab
----------------

[](#typo3-access-tab)

The TYPO3 Access Tab feature consists of multiple parts:

1. Migration helpers
2. Filament component
3. Query scope

Make use of the migration helpers to get all the required fields:

```
public function up(): void
{
    Schema::create('pages', function (Blueprint $table) {
        //
        $table->typo3Sorting();
        $table->typo3Access();
        //
    });
}
```

Then, in your filament resource add the form component:

```
use Egg2CodeLabs\FilamentTypo3\Forms\Components\Enums\Typo3AccessTabFieldsEnum;

public static function form(Form $form): Form
{
    return $form
        ->schema([
            Tabs::make('Tabs')
                ->tabs([
                    Typo3AccessTab::make()
                        ->exclude([ // disable the nav_hide field, because the resources does not use it
                            Typo3AccessTabFieldsEnum::NAV_HIDE,
                        ])
                ])
        ]);
}
```

And finally add the query scope to all the necessary models:

```
use Egg2CodeLabs\FilamentTypo3\Scopes\Typo3AccessScope;

protected static function booted(): void
{
    static::addGlobalScope(new Typo3AccessScope());
}
```

Factories
---------

[](#factories)

Laravel factories support state manipulation methods to allow for discrete modifications. The `Typo3FactoryStatesTrait`provides an easy way to get a few simple modifications going. Add this trait to your factory classes.

### Available methods

[](#available-methods)

#### `Typo3FactoryStatesTrait::published()`

[](#typo3factorystatestraitpublished)

This method creates a non-hidden, non-time-constrained element.

#### `Typo3FactoryStatesTrait::hiddenInNav()`

[](#typo3factorystatestraithiddeninnav)

This method creates an element that is hidden in the navigation.

#### `Typo3FactoryStatesTrait::expired()`

[](#typo3factorystatestraitexpired)

This method creates non-hidden, time-constrained element, which has an `endtime` one week before `now()`.

#### `Typo3FactoryStatesTrait::scheduled()`

[](#typo3factorystatestraitscheduled)

This method creates non-hidden, time-constrained element, which has a `starttime` one week after `now()`.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Feel free to contribute by writing tests, fixing bugs, reporting bugs or whatever other way of contribution you come up with. Just create a pull request or issue and I'll do my best to reply fast.

Credits
-------

[](#credits)

- [derHofbauer](https://github.com/derHofbauer)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Attribution
-----------

[](#attribution)

Some components of this package are based on one or more of the following pieces of software:

-

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance61

Regular maintenance activity

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~78 days

Total

3

Last Release

444d ago

### Community

Maintainers

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

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![derhofbauer](https://avatars.githubusercontent.com/u/22151619?v=4)](https://github.com/derhofbauer "derhofbauer (3 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/egg2-code-labs-filament-typo3/health.svg)

```
[![Health](https://phpackages.com/badges/egg2-code-labs-filament-typo3/health.svg)](https://phpackages.com/packages/egg2-code-labs-filament-typo3)
```

###  Alternatives

[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

12369.2k](/packages/kirschbaum-development-commentions)[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[datlechin/filament-menu-builder

Create and manage menus and menu items

13550.3k2](/packages/datlechin-filament-menu-builder)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[codewithdennis/filament-lucide-icons

A Filament plugin that integrates Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.

4529.4k2](/packages/codewithdennis-filament-lucide-icons)[joaopaulolndev/filament-world-clock

Show hours around the world by timezone

3111.9k](/packages/joaopaulolndev-filament-world-clock)

PHPackages © 2026

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