PHPackages                             laraxot/module\_tenant\_fila3 - 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. [Framework](/categories/framework)
4. /
5. laraxot/module\_tenant\_fila3

ActiveLibrary[Framework](/categories/framework)

laraxot/module\_tenant\_fila3
=============================

tenant module for software architecture that allows a single instance of a software application to serve multiple tenants

0.0.0(2y ago)0395[6 PRs](https://github.com/laraxot/module_tenant_fila3/pulls)4MITPHPCI passing

Since Dec 12Pushed 4mo ago5 watchersCompare

[ Source](https://github.com/laraxot/module_tenant_fila3)[ Packagist](https://packagist.org/packages/laraxot/module_tenant_fila3)[ Docs](https://github.com/laraxot/module_tenant_fila3)[ GitHub Sponsors](https://github.com/laraxot)[ GitHub Sponsors](https://github.com/marco76tv)[ RSS](/packages/laraxot-module-tenant-fila3/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelogDependencies (27)Versions (10)Used By (4)

🌐 Simplify Multi-Tenancy with the Fila3 Tenant Module! 🚀
========================================================

[](#-simplify-multi-tenancy-with-the-fila3-tenant-module-)

[![GitHub issues](https://camo.githubusercontent.com/d187e2efe43f67e8647df8b0c444b8362926eb9cf3fe98eeaf99f55e5766db0f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c617261786f742f6d6f64756c655f74656e616e745f66696c6133)](https://camo.githubusercontent.com/d187e2efe43f67e8647df8b0c444b8362926eb9cf3fe98eeaf99f55e5766db0f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f6c617261786f742f6d6f64756c655f74656e616e745f66696c6133)[![GitHub forks](https://camo.githubusercontent.com/83c3c8ae7bdf0bf2076af116af2c0dbde21119770b72657cc3b107a6e459330b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6c617261786f742f6d6f64756c655f74656e616e745f66696c6133)](https://camo.githubusercontent.com/83c3c8ae7bdf0bf2076af116af2c0dbde21119770b72657cc3b107a6e459330b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6c617261786f742f6d6f64756c655f74656e616e745f66696c6133)[![GitHub stars](https://camo.githubusercontent.com/00ee940e6c8b2b93115fb66b691c591d7a0c2bcf17fe15488735fcab42b91887/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6c617261786f742f6d6f64756c655f74656e616e745f66696c6133)](https://camo.githubusercontent.com/00ee940e6c8b2b93115fb66b691c591d7a0c2bcf17fe15488735fcab42b91887/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6c617261786f742f6d6f64756c655f74656e616e745f66696c6133)[![License](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)](https://camo.githubusercontent.com/f8df3091bbe1149f398a5369b2c39e896766f9f6efba3477c63e9b4aa940ef14/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e)

Welcome to the **Fila3 Tenant Module**! This powerful multi-tenancy solution is designed to help developers build scalable applications that can serve multiple clients with ease. Streamline your architecture and enhance user experience by managing tenants effortlessly!

📦 What’s Inside?
----------------

[](#-whats-inside)

The Fila3 Tenant Module provides a comprehensive suite of features for handling multi-tenancy, including:

- **Tenant Management**: Create, update, and delete tenant profiles with ease.
- **Isolation**: Ensure data and configurations are securely isolated between tenants.
- **Flexible Architecture**: Choose between a shared database or separate databases for each tenant.
- **Dynamic Configuration**: Customize settings for each tenant to suit their unique requirements.

🌟 Key Features
--------------

[](#-key-features)

- **User Authentication**: Built-in support for tenant-based user authentication.
- **Role-Based Access Control**: Assign roles and permissions per tenant to maintain security.
- **Tenant-Specific Routes**: Easily manage routing and access control tailored for each tenant.
- **Automatic Tenant Switching**: Implement seamless tenant switching based on user context.
- **Centralized Dashboard**: Monitor all tenants from a single dashboard for administrative ease.
- **Extensible API**: Integrate with external services and extend functionality effortlessly.

🚀 Why Choose Fila3 Tenant?
--------------------------

[](#-why-choose-fila3-tenant)

- **Scalable &amp; Efficient**: Designed for high performance, making it suitable for both small applications and large enterprises.
- **Developer-Friendly**: Easy to set up and integrate into existing projects.
- **Community Support**: Engage with an active community of developers ready to help you succeed.

🔧 Installation
--------------

[](#-installation)

Getting started with the Fila3 Tenant Module is straightforward! Follow these steps:

1. Clone the repository: ```
    git clone https://github.com/laraxot/module_tenant_fila3.git

    ```

Navigate to the project directory: bash Copia codice cd module\_tenant\_fila3 Install dependencies: bash Copia codice npm install Configure tenant settings in the config file. Launch your application and experience effortless multi-tenancy! 📜 Usage Examples Here are a few snippets to demonstrate how to use the Fila3 Tenant Module in your application:

Creating a New Tenant javascript Copia codice tenantManager.create({ name: "Tenant A", database: "tenant\_a\_db", settings: { /\* tenant-specific settings \*/ } }); Switching Tenants javascript Copia codice tenantManager.switchTo("Tenant A"); Retrieving Tenant Information javascript Copia codice const tenantInfo = tenantManager.getCurrentTenant(); console.log("Current Tenant:", tenantInfo); 🤝 Contributing We welcome contributions! If you have ideas, bug fixes, or enhancements, check out the contributing guidelines to get started.

📄 License This project is licensed under the MIT License - see the LICENSE file for details.

👤 Author Marco Sottana Discover more of my work at marco76tv!

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community17

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

Unknown

Total

1

Last Release

888d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelfilamentlaraxotmodule\_tenantTenant module

###  Code Quality

TestsPest

Static AnalysisPHPStan, Psalm, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/laraxot-module-tenant-fila3/health.svg)

```
[![Health](https://phpackages.com/badges/laraxot-module-tenant-fila3/health.svg)](https://phpackages.com/packages/laraxot-module-tenant-fila3)
```

###  Alternatives

[awcodes/filament-addons

A set of components / fields to extend Filament Admin.

3013.1k2](/packages/awcodes-filament-addons)[blendbyte/filament-title-with-slug

TitleWithSlugInput - Easy Permalink Slugs for the FilamentPHP Form Builder (PHP / Laravel / Livewire)

1322.4k3](/packages/blendbyte-filament-title-with-slug)

PHPackages © 2026

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