pschilly / filament-dcs-server-stats
This package is a series of widgets, pages and panels for Filament PHP and is loaded as a plugin. It interfaces with the DCS Server Bot API by Special-K to obtain statistics gathered from managed Digital Combat Simulator (DCS) servers.
Fund package maintenance!
pschilly
Requires
- php: ^8.2
- codeat3/blade-phosphor-icons: ^2.3
- codeat3/blade-rpg-awesome-icons: ^1.6
- filament/filament: ^4.0
- pschilly/dcs-server-bot-api: ^0.2.0
- spatie/laravel-package-tools: ^1.15.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^8.0
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- pestphp/pest-plugin-livewire: ^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
README
This package is a series of widgets, pages and panels for Filament PHP and is loaded as a plugin. It interfaces with the DCS Server Bot API by Special-K to obtain statistics gathered from managed Digital Combat Simulator (DCS) servers.
Installation
You can install the package via composer:
composer require pschilly/filament-dcs-server-stats
Important
If you have not set up a custom theme and are using Filament Panels follow the instructions in the Filament Docs first.
After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.
@source '../../../../vendor/pschilly/filament-dcs-server-stats/resources/**/*.blade.php';
You can publish and run the migrations with:
php artisan vendor:publish --tag="filament-dcs-server-stats-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="filament-dcs-server-stats-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="filament-dcs-server-stats-views"
This is the contents of the published config file:
return [
];
Usage
$filamentDcsServerStats = new Pschilly\FilamentDcsServerStats(); echo $filamentDcsServerStats->echoPhrase('Hello, Pschilly!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.