PHPackages                             virtualorz/pdf-signature - 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. virtualorz/pdf-signature

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

virtualorz/pdf-signature
========================

0.0.2(6y ago)3321PHP

Since Sep 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/virtualorz/pdfSignature)[ Packagist](https://packagist.org/packages/virtualorz/pdf-signature)[ RSS](/packages/virtualorz-pdf-signature/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

Usage
=====

[](#usage)

Use for Laravel to add signature img into pdf file

Install
=======

[](#install)

```
composer require virtualorz/pdfSignature

```

Config
======

[](#config)

edit config/app.php

```
'providers' => [
    ...
    Virtualorz\PdfSignature\PdfSignatureServiceProvider::class
]

'aliases' => [
    ...
    'PdfSignature' => Virtualorz\PdfSignature\Facades\PdfSignature::class,
]

```

Method
======

[](#method)

###### sign($pdf\_path, $signature\_path, $signature\_location, $download\_file\_name)

[](#signpdf_path-signature_path-signature_location-download_file_name)

```
$pdf_path(string) : real path to the pdf file who want to sign,
$signature_path(string) : real path to the signature image file,
$signature_location(Array) : sign location info array like belo :
                            [
                                [
                                    'page' => 1,
                                    'x' => 15,
                                    'y' => 210
                                ],
                            ]
you can whitch page and x,y location you want to sign,
$download_file_name(string) : the sign result pdf download name

```

中文版本文件
======

[](#中文版本文件)

[PdfSignature : PDF加入簽名檔超簡單](http://www.alvinchen.club/2019/09/06/%e4%bd%9c%e5%93%81laravel-package-pdfsignature-pdf%e5%8a%a0%e5%85%a5%e7%b0%bd%e5%90%8d%e6%aa%94%e8%b6%85%e7%b0%a1%e5%96%ae/)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

2439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d5a1de7b6118aabaf7e63eea7d43887a49b7c617296007066406b5004364e9c1?d=identicon)[virtualorz](/maintainers/virtualorz)

---

Top Contributors

[![alvin-js](https://avatars.githubusercontent.com/u/59727853?v=4)](https://github.com/alvin-js "alvin-js (2 commits)")

### Embed Badge

![Health badge](/badges/virtualorz-pdf-signature/health.svg)

```
[![Health](https://phpackages.com/badges/virtualorz-pdf-signature/health.svg)](https://phpackages.com/packages/virtualorz-pdf-signature)
```

###  Alternatives

[mpdf/mpdf

PHP library generating PDF files from UTF-8 encoded HTML

4.7k77.1M493](/packages/mpdf-mpdf)[webklex/laravel-pdfmerger

Generic PDF merger for Laravel

1422.6M2](/packages/webklex-laravel-pdfmerger)[jurosh/pdf-merge

PHP PDF Merger

1522.2M5](/packages/jurosh-pdf-merge)[creagia/laravel-sign-pad

Laravel package for of E-Signature with Signature Pad and Digital Certified Sign with TCPDF

54097.2k](/packages/creagia-laravel-sign-pad)[setasign/fpdi-protection

A FPDI compatible version of the FPDF\_Protection script.

324.3M2](/packages/setasign-fpdi-protection)[binarystash/pdf-watermarker

Watermark or stamp PDF documents

8260.6k](/packages/binarystash-pdf-watermarker)

PHPackages © 2026

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