Download the PHP package daljo25/filament-dependency-manager without Composer

On this page you can find all versions of the php package daljo25/filament-dependency-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-dependency-manager

Filament Dependency Manager

Latest Version on Packagist Total Downloads

A powerful Filament plugin to monitor outdated Composer and NPM dependencies directly from your admin panel using native Filament tables.


Table of Contents


Features


Screenshots

Composer Dependencies

NPM Dependencies


Requirements

The plugin automatically adapts to your environment:

Filament Version PHP Version Laravel Version Branch / Tag
Filament v5 8.2+ 11.x, 12.x, 13.x main / v5.x
Filament v4 8.2+ 11.x, 12.x, 13.x 4.x
Filament v3 8.1+ 10.x, 11.x, 12.x 3.x

Installation

Install the package via Composer:

The plugin will automatically install Sushi to handle in-memory data management.


Usage

Register the plugin in your Filament Panel Provider (e.g., AdminPanelProvider.php):


Configuration

You can publish the config file using:

Environment Variables

If your server uses non-standard paths for binaries (like Laravel Herd or custom environments), define them in your .env:

Variable Default Description
DEPENDENCY_MANAGER_COMPOSER_BIN null Full path to composer
DEPENDENCY_MANAGER_PHP_BIN null Full path to php
DEPENDENCY_MANAGER_NPM_CLIENT npm npm, pnpm, or yarn
DEPENDENCY_MANAGER_NPM_BINARY null Full path to npm

Example (macOS with Herd):


Translations

Publish translations if you need to customize them:

Supported languages:


Testing


License

The MIT License (MIT). Please see License File for more information.


All versions of filament-dependency-manager with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
calebporzio/sushi Version ^2.5
filament/filament Version ^5.0
spatie/laravel-package-tools Version ^1.16
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 daljo25/filament-dependency-manager contains the following files

Loading the files please wait ...