PHPackages                             iantasker/filament-tenant - 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. iantasker/filament-tenant

ActiveLibrary

iantasker/filament-tenant
=========================

This is my package filament-tenant

3.x-dev(2y ago)02[2 PRs](https://github.com/iantasker/filament-tenant/pulls)MITPHPPHP ^8.1

Since Sep 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/iantasker/filament-tenant)[ Packagist](https://packagist.org/packages/iantasker/filament-tenant)[ Docs](https://github.com/iantasker/filament-tenant)[ GitHub Sponsors](https://github.com/iantasker)[ RSS](/packages/iantasker-filament-tenant/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelogDependencies (15)Versions (4)Used By (0)

[![Banner](https://camo.githubusercontent.com/89ef36b5a9434a988278399c7decda9831ed77c22def9bb69b84151b4f45f557/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e7425323054656e616e742e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d69616e7461736b657225324666696c616d656e742d74656e616e74267061747465726e3d617263686974656374267374796c653d7374796c655f32266465736372697074696f6e3d54656e616e742b50726f66696c652b4d616e6167656d656e74266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/89ef36b5a9434a988278399c7decda9831ed77c22def9bb69b84151b4f45f557/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f46696c616d656e7425323054656e616e742e706e673f7468656d653d6c69676874267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d69616e7461736b657225324666696c616d656e742d74656e616e74267061747465726e3d617263686974656374267374796c653d7374796c655f32266465736372697074696f6e3d54656e616e742b50726f66696c652b4d616e6167656d656e74266d643d312673686f7757617465726d61726b3d3026666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

[![Latest Version on Packagist](https://camo.githubusercontent.com/92e83830fbae356ba4dbc2274bb58aad4a67868205cf0e3d258a6d8b8295e077/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69616e7461736b65722f66696c616d656e742d74656e616e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iantasker/filament-tenant)[![GitHub Tests Action Status](https://camo.githubusercontent.com/137839f28b3c8e03702b7c66322668c3ea4e964af505b276c197cbd3eba06c62/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f69616e7461736b65722f66696c616d656e742d74656e616e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/iantasker/filament-tenant/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d4b6fd7bac101e0a9def4b766e3f55c13dcbe405c14c7d805e42a794db845d2c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f69616e7461736b65722f66696c616d656e742d74656e616e742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/iantasker/filament-tenant/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/6f074c81f3592e08a7cb4810109ec81945727faed97f390ef4f9b6aab5e97213/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69616e7461736b65722f66696c616d656e742d74656e616e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/iantasker/filament-tenant)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require iantasker/filament-tenant
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-tenant-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-tenant-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-tenant-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentTenant = new FilamentTenant();
echo $filamentTenant->echoPhrase('Hello, FilamentTenant!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ian Tasker](https://github.com/iantasker)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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

Unknown

Total

1

Last Release

965d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c7aff4eee6df317a3b5d19ea60feef459b75dcf9b745abceac8b45876ed3d90?d=identicon)[iantasker](/maintainers/iantasker)

---

Top Contributors

[![iantasker](https://avatars.githubusercontent.com/u/17986190?v=4)](https://github.com/iantasker "iantasker (5 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelfilamentfilament-tenant

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/iantasker-filament-tenant/health.svg)

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

###  Alternatives

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[croustibat/filament-jobs-monitor

Background Jobs monitoring like Horizon for all drivers for FilamentPHP

254255.2k6](/packages/croustibat-filament-jobs-monitor)[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-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17554.3k2](/packages/stephenjude-filament-jetstream)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)

PHPackages © 2026

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