PHPackages                             jitendra/breezy-pdf-lite-php - 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. jitendra/breezy-pdf-lite-php

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

jitendra/breezy-pdf-lite-php
============================

Php client for breezy-pdf-lite, an HTML -&gt; PDF service powered by Google Chrome (breezypdf.com)

1.0(7y ago)811.2k1PHPPHP ^7.0

Since Jul 8Pushed 7y ago2 watchersCompare

[ Source](https://github.com/jitendra-1217/breezy-pdf-lite-php)[ Packagist](https://packagist.org/packages/jitendra/breezy-pdf-lite-php)[ RSS](/packages/jitendra-breezy-pdf-lite-php/feed)WikiDiscussions master Synced 1mo ago

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

breezy-pdf-lite-php
-------------------

[](#breezy-pdf-lite-php)

Php client for [breezy-pdf-lite](https://breezypdf.com), an HTML -&gt; PDF service powered by Google Chrome.

Dependencies
------------

[](#dependencies)

- [breezy-pdf-lite](https://github.com/danielwestendorf/breezy-pdf-lite)

    BreezyPDF Lite: HTML to PDF generation as a Service

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

[](#installation)

```
composer require jitendra/breezy-pdf-lite-php
```

Usage &amp; Examples
--------------------

[](#usage--examples)

```
use BreezyPdfLite\BreezyPdfLite;

$breezy = new BreezyPdfLite('http://localhost:5000', 'VERY_RANDOM_SECRET');

// Gets pdf string for given html content
$breezy->readHtml('Hello, world!')
       ->getPdfAsString();

// Saves converted pdf file locally for given html content
$breezy->readHtml('Hello, world!')
       ->getPdfSavedAs('/home/ubuntu/hello.pdf');

// Saves converted pdf file locally for given local html/view file
$breezy->readHtmlFromFile('/home/ubuntu/hello.html')
       ->getPdfSavedAs('/home/ubuntu/hello.pdf');

// Saves converted pdf file locally for given remote html page/view
$breezy->readHtmlFromRemote('https://example.com')
       ->getPdfSavedAs('/home/ubuntu/example.pdf');

// Saves converted pdf file locally for given local html page/view
// Also accepts additional print options, ref https://github.com/jitendra-1217/breezy-pdf-lite-php/blob/master/src/Options.php for all available options
// Please note that these options can be provided as part of html meta tags from the html page/view itself (as in /example/2.php file)
// Following options are actually appended in html content as meta tags
$breezy->withOptions(['height' => 5, 'width' => 5])
       ->readHtmlFromFile(__DIR__.'/input/example.html')
       ->getPdfSavedAs(__DIR__.'/output/example.pdf');
```

Additionally, refer to [/examples/\*](https://github.com/jitendra-1217/breezy-pdf-lite-php/tree/master/examples) folder for quick start &amp; experiment with options etc.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Unknown

Total

1

Last Release

2871d ago

### Community

Maintainers

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

---

Top Contributors

[![jitendra-1217](https://avatars.githubusercontent.com/u/5562241?v=4)](https://github.com/jitendra-1217 "jitendra-1217 (6 commits)")

---

Tags

breezychrome-headlesspdf-generationphp-libraryphp7

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jitendra-breezy-pdf-lite-php/health.svg)

```
[![Health](https://phpackages.com/badges/jitendra-breezy-pdf-lite-php/health.svg)](https://phpackages.com/packages/jitendra-breezy-pdf-lite-php)
```

###  Alternatives

[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[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.2k57.6M131](/packages/openspout-openspout)[keboola/csv

Keboola CSV reader and writer

1451.8M21](/packages/keboola-csv)[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)[aspera/xlsx-reader

Spreadsheet reader library for XLSX files

52742.2k5](/packages/aspera-xlsx-reader)

PHPackages © 2026

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