basementdevs/filament-webhooks
Composer 安装命令:
composer require basementdevs/filament-webhooks
包简介
A Filament plugin to log and inspect inbound webhooks in your admin panel
README 文档
README
A Laravel package that adds Filament v4 resources to view and manage inbound webhooks. It provides:
- A configurable Filament navigation entry for "Webhooks" under a Logs group
- Storage/model for inbound webhook payloads
- Enum of supported webhook providers with icons/colors for the Filament UI
Note: This readme documents what is detectable from the codebase. Where details are unclear, TODO notes are added for follow-up.
Requirements
- PHP ^8.3
- Laravel (Illuminate Contracts) ^11.0 or ^12.0
- Filament ^4.0
- Composer
Development dependencies (repo contributors): Pest, PHPStan, Larastan, Testbench, Pint
Installation
Install via Composer in a Laravel application:
composer require basementdevs/filament-webhooks
The package auto-registers its service provider via the extra.laravel.providers entry in composer.json.
Migrations
This package discovers and loads its migrations. Run your app migrations after installing:
php artisan vendor:publish --tag="filament-webhooks-migrations"
php artisan migrate
Configuration
Publish the config file if you need to customize defaults:
php artisan vendor:publish --tag="filament-webhooks-config"
Config options (config/filament-webhooks.php):
- navigation_group: default "Logs"
- navigation_label: default "Webhooks"
- navigation_icon_inactive / navigation_icon_active: Filament Heroicon enums
- navigation_sort: default 100
- model: Eloquent model class used to store inbound webhooks (defaults to Basement\Webhooks\Models\InboundWebhook)
- providers_enum: Enum class of supported providers (defaults to Basement\Webhooks\Enums\InboundWebhookSource)
Views
If the package ships views under a publish tag, they can be published with:
php artisan vendor:publish --tag="filament-webhooks-views"
Note: The presence and contents of views are not confirmed in the current repo. TODO: Document available views/components.
Usage
Once installed in a Filament-enabled Laravel application, a "Webhooks" section should appear in your Filament admin navigation (by default under the "Logs" group). From there you can review inbound webhooks stored by your application.
How inbound webhooks are stored depends on your app integration. This package provides supporting types and actions, including:
- Model:
Basement\Webhooks\Models\InboundWebhook - Enum:
Basement\Webhooks\Enums\InboundWebhookSource - Action:
Basement\Webhooks\Actions\StoreInboundWebhook(implementation details depend on your app)
Running Tests
This repository uses Pest for testing:
composer test
To generate coverage:
composer test-coverage
Changelog
See CHANGELOG.md for recent changes.
Contributing
Please see CONTRIBUTING for details. If this file is missing, TODO: add contribution guidelines or update this section.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities. If your repository does not include this path, TODO: add SECURITY.md and update the link.
License
The MIT License (MIT). See LICENSE.md for more information.
basementdevs/filament-webhooks 适用场景与选型建议
basementdevs/filament-webhooks 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.96k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 09 月 15 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「laravel」 「Basement Developers」 「filament-webhooks」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 basementdevs/filament-webhooks 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 basementdevs/filament-webhooks 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 basementdevs/filament-webhooks 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A media browser and uploader for laravel apps written in vue js and bootstrap
This is my package filament-better-mails
Add a real-time chat widget to your Laravel application.
Database explorer tool for Elgg
Alfabank REST API integration
This is my package filament-sms
统计信息
- 总下载量: 2.96k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 24
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-09-15