ismaildasci/laravel-sapb1-toolkit-filament
Composer 安装命令:
composer require ismaildasci/laravel-sapb1-toolkit-filament
包简介
Filament Admin Panel for SAP Business One Laravel Toolkit
README 文档
README
A Filament 4.x admin panel plugin for SAP Business One Laravel Toolkit. Provides a beautiful UI for monitoring and managing your SAP Business One integration.
Features
- Dashboard - System overview with health status widgets
- Audit Logs - Browse, filter, and export audit trail entries
- Sync Management - Monitor and trigger entity synchronization
- Cache Management - View cache status and flush cached data
- Change Tracking - Monitor watched entities and poll for changes
- Multi-Tenant Support - Manage and switch between tenants
- Settings - View all configuration in one place
Requirements
- PHP 8.4+
- Laravel 11.x or 12.x
- Filament 4.5+
- Laravel SAP B1 Toolkit 3.0+
Installation
Install the package via composer:
composer require ismaildasci/laravel-sapb1-toolkit-filament
Setup
Register the plugin in your Filament panel provider:
// app/Providers/Filament/AdminPanelProvider.php use SapB1\Toolkit\Filament\SapB1FilamentPlugin; public function panel(Panel $panel): Panel { return $panel ->default() ->path('admin') ->plugins([ SapB1FilamentPlugin::make(), ]); }
Configuration
Publish Configuration (Optional)
php artisan vendor:publish --tag="sapb1-filament-config"
Publish Language Files (Optional)
php artisan vendor:publish --tag="sapb1-filament-lang"
Plugin Options
SapB1FilamentPlugin::make() // Navigation ->navigationGroup('SAP B1') ->navigationIcon('heroicon-o-building-office') ->navigationSort(100) // Enable/Disable features ->enableAuditFeature() ->enableSyncFeature() ->enableCacheFeature() ->enableMultiTenantFeature() ->enableChangeTrackingFeature() ->enableSettingsFeature();
Disable Features
SapB1FilamentPlugin::make() ->disableAuditFeature() // Hide audit logs ->disableSyncFeature() // Hide sync management ->disableCacheFeature() // Hide cache management ->disableMultiTenantFeature() // Hide tenant management ->disableChangeTrackingFeature() // Hide change tracking ->disableSettingsFeature(); // Hide settings page
Dashboard Widgets
| Widget | Description | Auto-Refresh |
|---|---|---|
| System Health | SAP connection, audit, sync, cache, multi-tenant status | 30s |
| Audit Activity | Recent 10 audit log entries | - |
| Sync Overview | Entity sync status with manual sync actions | 10s |
| Cache Stats | Cache configuration and flush action | - |
| Change Tracking | Watched entities and polling status | 30s |
Resources
Audit Logs
Browse and filter audit trail:
- Filter by entity type, event type, date range
- View detailed changes (old/new values)
- Search by entity ID
- Bulk delete capability
Sync Status
Monitor entity synchronization:
- View sync status per entity (idle/running/completed/failed)
- Trigger manual sync
- Full sync with delete detection
- Reset sync metadata
- Bulk sync selected entities
Tenants (Multi-Tenant)
Manage SAP B1 tenants:
- View registered tenants from configuration
- Switch active tenant context
- Test tenant connection
- Visual indicator for current tenant
Pages
Dashboard
Central hub with all widgets showing system overview.
Settings
Read-only view of all SAP B1 Toolkit configuration:
- Connection settings
- Audit configuration
- Sync settings
- Cache configuration
- Multi-tenant settings
Customization
Custom Navigation Group
SapB1FilamentPlugin::make() ->navigationGroup('My Custom Group');
Custom Navigation Icon
SapB1FilamentPlugin::make() ->navigationIcon('heroicon-o-cog');
Custom Navigation Sort Order
SapB1FilamentPlugin::make() ->navigationSort(50);
Testing
# Run all tests composer test # Run tests with coverage composer test-coverage
Static Analysis
composer analyse
Code Formatting
composer format
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.
ismaildasci/laravel-sapb1-toolkit-filament 适用场景与选型建议
ismaildasci/laravel-sapb1-toolkit-filament 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 01 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「toolkit」 「laravel」 「admin-panel」 「sap」 「filament」 「sap-business-one」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 ismaildasci/laravel-sapb1-toolkit-filament 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 ismaildasci/laravel-sapb1-toolkit-filament 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 ismaildasci/laravel-sapb1-toolkit-filament 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
Common helpers and classes for ICanBoogie
Alfabank REST API integration
Enable use of agile toolkit framework in wordpress
Handy PHP Utility library
Administration toolkit for Laravel 5 - starting point for developing administration interface
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-15