PHPackages                             azlanali076/litepdf - 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. azlanali076/litepdf

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

azlanali076/litepdf
===================

LitePDF Laravel Wrapper

1.0.2(2y ago)0151MITPHPPHP ^7.4|^8.0|^8.1

Since May 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/azlanali076/litepdf)[ Packagist](https://packagist.org/packages/azlanali076/litepdf)[ RSS](/packages/azlanali076-litepdf/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

LitePDF Laravel Wrapper
=======================

[](#litepdf-laravel-wrapper)

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

[](#installation)

```
composer require azlanali076/litepdf

```

Config
------

[](#config)

```
php artisan vendor:publish --provider="Azlanali076\Litepdf\Providers\LitepdfServiceProvider" --tag="config"

```

ADD to `.env`

`LITEPDF_API_KEY=your_key_here`

Usage
-----

[](#usage)

### Convert the Document

[](#convert-the-document)

```
use Azlanali076\Litepdf\Facades\Litepdf;
use Azlanali076\Litepdf\Models\LitepdfConversion;

// Using Uploaded File
$litepdfConversion = new LitepdfConversion($request->file('doc_key'));

// Using Image Link
$litepdfConversion = new LitepdfConversion(null,'https://link-to-doc');

// Convert the document
$response = Litepdf::convert($litepdfConversion);

// Get Converted Doc URL
echo $response->getFile();
```

### Check Progress

[](#check-progress)

```
use Azlanali076\Litepdf\Facades\Litepdf;
use Azlanali076\Litepdf\Models\LitepdfConversion;

$taskId = 'your_task_id_here';

// Check Progress
$response = Litepdf::checkProgress($taskId);

// Get Progress
echo $response->getProgress();
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~28 days

Total

3

Last Release

1038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/30b0a45edb5e50c6c28a054fea013aea0807a94e4ffa50427aa8f44538b1c2c3?d=identicon)[azlanali076](/maintainers/azlanali076)

---

Top Contributors

[![azlanali076](https://avatars.githubusercontent.com/u/43521863?v=4)](https://github.com/azlanali076 "azlanali076 (5 commits)")

### Embed Badge

![Health badge](/badges/azlanali076-litepdf/health.svg)

```
[![Health](https://phpackages.com/badges/azlanali076-litepdf/health.svg)](https://phpackages.com/packages/azlanali076-litepdf)
```

###  Alternatives

[phpoffice/phpspreadsheet

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

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

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M100](/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.6M128](/packages/openspout-openspout)[keboola/csv

Keboola CSV reader and writer

1451.8M21](/packages/keboola-csv)

PHPackages © 2026

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