PHPackages                             daikazu/filament-copy - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. daikazu/filament-copy

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

daikazu/filament-copy
=====================

Simple copy to clipboard button for Filament PHP

v0.0.1-beta(11mo ago)02MITPHPPHP ^8.3CI failing

Since Jun 10Pushed 11mo agoCompare

[ Source](https://github.com/daikazu/filament-copy)[ Packagist](https://packagist.org/packages/daikazu/filament-copy)[ Docs](https://github.com/daikazu/filament-copy)[ GitHub Sponsors](https://github.com/Daikazu)[ RSS](/packages/daikazu-filament-copy/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (15)Versions (2)Used By (0)

Filament Copy
=============

[](#filament-copy)

A simple copy to clipboard button component for Filament PHP applications.

[![Latest Version on Packagist](https://camo.githubusercontent.com/d066e87d2608d0a13c23ab9e2686f288591d8957ef3fcd23e1c44376cfdd6099/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6461696b617a752f66696c616d656e742d636f70792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daikazu/filament-copy)[![Total Downloads](https://camo.githubusercontent.com/ade6f5de40f3655b6c5b85d68dfdd075c1a5dc20ab1c06facf94a5f485c27c55/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6461696b617a752f66696c616d656e742d636f70792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daikazu/filament-copy)[![License](https://camo.githubusercontent.com/54493c23ac7e7adbab3d0af1082214e686c06bfc317809808d6d6544f3645df7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6461696b617a752f66696c616d656e742d636f70792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/daikazu/filament-copy)

Requirements
------------

[](#requirements)

- PHP 8.3 or higher
- Laravel 10.x or higher
- Filament 3.x

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require daikazu/filament-copy
```

Usage
-----

[](#usage)

The package provides a simple copy to clipboard button that can be used in your Filament forms and tables.

### Basic Usage

[](#basic-usage)

```
use Daikazu\FilamentCopy\Components\CopyButton;

// In your Filament form or table
CopyButton::make('copy_button')
    ->content('Text to copy')
    ->label('Copy to Clipboard');
```

### Advanced Usage

[](#advanced-usage)

```
use Daikazu\FilamentCopy\Components\CopyButton;

CopyButton::make('copy_button')
    ->content(fn ($record) => $record->email)
    ->label('Copy Email')
    ->icon('heroicon-o-clipboard')
    ->color('success')
    ->size('sm')
    ->tooltip('Click to copy email address');
```

Features
--------

[](#features)

- Simple and intuitive API
- Customizable button appearance
- Support for dynamic content
- Tooltip support
- Icon customization
- Size variants
- Color variants

Configuration
-------------

[](#configuration)

The package is designed to work out of the box, but you can publish the configuration file if you need to customize the default settings:

```
php artisan vendor:publish --tag="filament-copy-config"
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mike Wall](https://github.com/daikazu)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance52

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

334d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/00a5aa701f964455918b2e454e7b460fe2ef729639337a059d5bac12e162027e?d=identicon)[daikazu](/maintainers/daikazu)

---

Top Contributors

[![daikazu](https://avatars.githubusercontent.com/u/4039367?v=4)](https://github.com/daikazu "daikazu (3 commits)")

---

Tags

laraveldaikazufilament-copy

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/daikazu-filament-copy/health.svg)

```
[![Health](https://phpackages.com/badges/daikazu-filament-copy/health.svg)](https://phpackages.com/packages/daikazu-filament-copy)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M626](/packages/spatie-laravel-data)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
