Download the PHP package alizharb/filament-module-manager without Composer

On this page you can find all versions of the php package alizharb/filament-module-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package filament-module-manager

🚀 Filament Module Manager

Filament Module Manager
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](LICENSE) [![Latest Version on Packagist](https://img.shields.io/packagist/v/alizharb/filament-module-manager.svg?style=for-the-badge&color=orange)](https://packagist.org/packages/alizharb/filament-module-manager) [![Total Downloads](https://img.shields.io/packagist/dt/alizharb/filament-module-manager.svg?style=for-the-badge&color=green)](https://packagist.org/packages/alizharb/filament-module-manager) [![GitHub Stars](https://img.shields.io/github/stars/AlizHarb/filament-module-manager.svg?style=for-the-badge&color=yellow)](https://github.com/AlizHarb/filament-module-manager/stargazers) [![PHP Version](https://img.shields.io/packagist/php-v/alizharb/filament-module-manager.svg?style=for-the-badge&color=purple)](https://packagist.org/packages/alizharb/filament-module-manager)

A powerful Filament v4 plugin for managing Laravel application modules with ease
Built on top of Nwidart/laravel-modules with modern admin interface


✨ Features

### 🎯 **Core Features** - 🔧 **Full Filament v4 Compatibility** - 📦 **Module CRUD Operations** (View, Enable, Disable, Uninstall) - 📤 **ZIP Upload Installation** with validation - 🏷️ **Multi-Module Package Support** via `package.json` - 📊 **Dashboard Widget** with statistics - 🌍 **Multi-Language Support** (20+ languages) - ⚙️ **Configurable Navigation** (icon, group, sort order) - 🆕 **Configurable Widget** (enable, dashboard, page) - 🆕 **GitHub Repository Installation** – Install modules directly from GitHub (branch fallback included) ### 🛠️ **Technical Features** - ✅ **Smart Module Validation** (`module.json`, `composer.json`) - 🔔 **Rich Notifications** (Success, Error, Warnings) - 📋 **Spatie DTO Integration** for type safety - 🗄️ **Sushi In-Memory Storage** for dynamic queries - ⚙️ **Configurable Upload Limits** (default: 20MB) - 🆕 **Accurate Module Naming** Reads name directly from module.json for ZIP and GitHub installs. - 🆕 **Automatic Folder Renaming** Module directories are automatically renamed to match module.json. - 🆕 **Metadata Handling** Reads description and version from module.json for accurate display and notifications. - 🆕 **GitHub Branch Fallback** Installs from main branch, automatically falling back to master if needed. - 🆕 **Full Cache & Config Clearing** Clears config, route, and cache after install/uninstall for immediate availability.

🎬 Preview

📸 Screenshots and demo GIFs will be added soon

📋 Requirements

Requirement Version Status
PHP 8.2+
Laravel 10+
Filament v4+

Dependencies:

⚡ Quick Installation

Step 1: Install via Composer

Step 2: Register the Plugin

Add to your AdminPanelProvider:

Step 3: Publish Configuration (Optional)

🎯 Usage Guide

📱 Module Management Page

Navigate to Module Manager from your Filament admin sidebar to:

📊 Dashboard Widget

The overview widget displays:

📦 Module Installation

Single Module Upload

  1. Prepare your module as a ZIP file
  2. Ensure module.json exists in the module root
  3. Upload through the admin interface
  4. Enable the module after installation

Multi-Module Package Upload

  1. Create a ZIP containing multiple modules
  2. Add a package.json in the root with module paths:

  3. Upload the package ZIP file
  4. All modules will be extracted and available for management

Module Structure Requirements

⚙️ Configuration

The published configuration file (config/filament-module-manager.php) allows you to customize various aspects:

🧭 Navigation Settings

📤 Upload Settings

🌍 Multi-Language Support

The package supports multiple languages through translation files:

Publish translations and customize them:

📦 Package Module Support

The plugin supports multi-module packages via package.json:

🤝 Contributing

We welcome contributions! Here's how you can help:

  1. 🍴 Fork the repository
  2. 🌿 Create your feature branch (git checkout -b feature/amazing-feature)
  3. ✅ Commit your changes (git commit -m 'Add amazing feature')
  4. 📤 Push to the branch (git push origin feature/amazing-feature)
  5. 🎯 Open a Pull Request

Development Setup

💖 Sponsor This Project

If this package helps you, consider sponsoring its development:

[![Sponsor on GitHub](https://img.shields.io/badge/Sponsor-GitHub-red?style=for-the-badge&logo=github-sponsors&logoColor=white)](https://github.com/sponsors/AlizHarb)

Your support helps maintain and improve this package for the entire community! 🙏

🐛 Issues & Support

📄 License

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

🙏 Acknowledgments


Made with ❤️ by Ali Harb
Star ⭐ this repository if it helped you!


All versions of filament-module-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^4.0
nwidart/laravel-modules Version ^12.0
spatie/laravel-package-tools Version ^1.16
spatie/laravel-data Version ^4.17
calebporzio/sushi Version ^2.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package alizharb/filament-module-manager contains the following files

Loading the files please wait ....