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.6k1PHPPHP ^7.0

Since Jul 8Pushed 7y ago1 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 2d 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

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

2917d 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

[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.9k](/packages/tarfin-labs-easy-pdf)[art4/requests-psr18-adapter

Use WordPress/Requests as a PSR-18 HTTP client

157.1k](/packages/art4-requests-psr18-adapter)

PHPackages © 2026

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