PHPackages                             a21ns1g4ts/filament-embedpdf - 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. a21ns1g4ts/filament-embedpdf

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

a21ns1g4ts/filament-embedpdf
============================

This is my package filament-embedpdf

02PHPCI failing

Since Jan 10Pushed 5mo agoCompare

[ Source](https://github.com/a21ns1g4ts/filament-embedPDF)[ Packagist](https://packagist.org/packages/a21ns1g4ts/filament-embedpdf)[ RSS](/packages/a21ns1g4ts-filament-embedpdf/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Filament EmbedPDF
=================

[](#filament-embedpdf)

Integrate `@embedpdf/snippet` into your Filament v4 applications specifically designed to view and manage PDFs with a premium experience.

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

[](#installation)

Install the package via composer:

```
composer require a21ns1g4ts/filament-embedpdf
```

Panel Setup
-----------

[](#panel-setup)

Add the `FilamentEmbedPDFPlugin` to your panel configuration:

```
use A21ns1g4ts\FilamentEmbedPDF\FilamentEmbedPDFPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugin(FilamentEmbedPDFPlugin::make());
}
```

Usage
-----

[](#usage)

### Infolist Entry

[](#infolist-entry)

Display a PDF viewer in your Infolist:

```
use A21ns1g4ts\FilamentEmbedPDF\Infolists\Components\EmbedPdfEntry;

EmbedPdfEntry::make('document_url')
    ->label('Contract')
    ->height('500px')
```

### Form Field

[](#form-field)

Allow users to preview a PDF from a URL in a Form:

```
use A21ns1g4ts\FilamentEmbedPDF\Forms\Components\EmbedPdfField;

EmbedPdfField::make('url')
    ->label('PDF URL')
    ->height('600px')
```

### Table Column

[](#table-column)

Add a preview button/icon in your table:

```
use A21ns1g4ts\FilamentEmbedPDF\Tables\Columns\EmbedPdfColumn;

EmbedPdfColumn::make('url')
    ->label('Preview')
```

### Document Manager

[](#document-manager)

The plugin registers a **Document Manager** page automatically. You can access it via the navigation. This page lists documents (currently mock data) in a grid layout with viewing capabilities.

Features
--------

[](#features)

- **Standalone Viewer**: Bundles `embedpdf` so no external CDN is required if built correctly.
- **Filament v4 Ready**: Uses `InteractsWithTable`, `contentGrid`, `Stack` layouts, and Alpine.js optimized components.
- **Utility Injection**: Components support Closures for dynamic configuration (e.g. `->height(fn() => ...)`).

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance48

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity13

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8ef934abfc0e93bb150f57a7a8826d29b04829e3e60d62358e87d42705d4be21?d=identicon)[a21ns1g4ts](/maintainers/a21ns1g4ts)

---

Top Contributors

[![a21ns1g4ts](https://avatars.githubusercontent.com/u/11599205?v=4)](https://github.com/a21ns1g4ts "a21ns1g4ts (6 commits)")

### Embed Badge

![Health badge](/badges/a21ns1g4ts-filament-embedpdf/health.svg)

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

###  Alternatives

[defstudio/filament-column-length-limiter

Limit Filament columns length showing a tooltip when text exceeds

127.9k](/packages/defstudio-filament-column-length-limiter)[apeisa/process-redirects

151.1k](/packages/apeisa-process-redirects)

PHPackages © 2026

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