承接 jeffersongoncalves/filament-keyable 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jeffersongoncalves/filament-keyable

最新稳定版本:2.0.0

Composer 安装命令:

composer require jeffersongoncalves/filament-keyable

包简介

This is a Laravel Filament package that provides a Keyable functionality for web applications.

README 文档

README

Filament Keyable

Filament Keyable

Latest Version on Packagist GitHub Code Style Action Status Total Downloads

This is a Laravel Filament v4 package that provides API Key management functionality for any model in your web application. Built on top of the givebutter/laravel-keyable library, this plugin allows you to associate incoming requests with their respective models and manage API key authorization through Policies. The package seamlessly integrates these features into the Filament admin panel interface.

Key Features

  • Integration with the Laravel Filament framework
  • Admin interface for managing API keys
  • Easy implementation through a configurable plugin
  • Support for model-specific API keys
  • Request authorization via Policies

How It Works

The package provides a plugin for Filament that can be easily integrated into your admin panel. It uses the foundation of the givebutter/laravel-keyable library to add API key capabilities to any model in your application while providing a user-friendly interface for key management through Filament. This solution is ideal for:

  • API authentication
  • Request authorization
  • Secure model access
  • Data migrations

Requirements

  • PHP 8.2 or higher
  • Laravel 11.0 or higher
  • Filament 4.0 or higher

Installation

You can install the package via composer:

composer require jeffersongoncalves/filament-keyable:^2.0

Usage

Publish config file.

php artisan vendor:publish --provider="Givebutter\LaravelKeyable\KeyableServiceProvider"
php artisan vendor:publish --tag=filament-keyable-config

Add in AdminPanelProvider.php

use JeffersonGoncalves\Filament\Keyable\KeyablePlugin;

->plugins([
    KeyablePlugin::make(),
])

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.

统计信息

  • 总下载量: 8
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-17