PHPackages                             strongbond/pdf-filler-laravel - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. strongbond/pdf-filler-laravel

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

strongbond/pdf-filler-laravel
=============================

Using this pdf filler we can fill forms as well as add signature

1.0.2(3y ago)042PHP

Since Jul 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/programmer007007/pdf-laravel)[ Packagist](https://packagist.org/packages/strongbond/pdf-filler-laravel)[ RSS](/packages/strongbond-pdf-filler-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

pdf-laravel
===========

[](#pdf-laravel)

This packages helps you fill pdf as well as add signature ,using free linux tools.

Step 1 :
========

[](#step-1-)

sudo apt-get install imagemagick

sudo apt-get install pdftk

sudo apt-get install poppler-utils

Step 2
======

[](#step-2)

comment the below line on /etc/ImageMagick-6/policy.xml

``

``

``

``

``

``

Step - 4
========

[](#step---4)

```
php artisan vendor:publish

```

This will create a config file\[pdffiller.pdf\] in config folder.

Keep all the pdf to be filled inside the folder that you have specified in the config file. Cause the program will search in that folder for the pdf file that you will supply in the function.

The program bascially creates a sub folder \[pdata\] and keep all the modified pdf in that folder.

How to use ?
============

[](#how-to-use-)

```
  $pdfObj = new PdfFiller();
  $pdfObj->fill(['First Name' => 'John', 'License Period' => '2 Years',
'signatures' => [
    ["pg_no" => 2, "image_loc" => 'S3_URL', "bottom" => "300", "left" => "150"],
    ["pg_no"=>  1, "image_base_64"=> "data:image/jpeg;base64 ..." ,"bottom"=>"102","left"=>"25"]

]], "doctor_melvin.pdf", "doctor_melvin_filled.pdf"));

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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

Every ~0 days

Total

2

Last Release

1385d ago

### Community

Maintainers

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

---

Top Contributors

[![programmer007007](https://avatars.githubusercontent.com/u/35029477?v=4)](https://github.com/programmer007007 "programmer007007 (13 commits)")

### Embed Badge

![Health badge](/badges/strongbond-pdf-filler-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/strongbond-pdf-filler-laravel/health.svg)](https://phpackages.com/packages/strongbond-pdf-filler-laravel)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[smalot/pdfparser

Pdf parser library. Can read and extract information from pdf file.

2.7k34.5M216](/packages/smalot-pdfparser)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.1k57.6M131](/packages/openspout-openspout)[setasign/tfpdf

This class is a modified version of FPDF that adds UTF-8 support. The latest version is based on FPDF 1.85.

426.1M30](/packages/setasign-tfpdf)

PHPackages © 2026

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