PHPackages                             paperbark/php-sdk - 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. [API Development](/categories/api)
4. /
5. paperbark/php-sdk

ActiveLibrary[API Development](/categories/api)

paperbark/php-sdk
=================

PaperBark SDK for PHP

0336

Since Jun 16Compare

[ Source](https://github.com/paperbark/php-sdk)[ Packagist](https://packagist.org/packages/paperbark/php-sdk)[ RSS](/packages/paperbark-php-sdk/feed)WikiDiscussions Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PaperBark
=========

[](#paperbark)

This repository contains the open source code for the PaperBark PHP Development Kit. For more information on how to use PaperBark or the PaperBark API please look at our [Documentation](https://github.com/paperbark/documentation/blob/master/readme.md) repository.

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

[](#installation)

The recommended way of installing the SDK is using [Composer](https://getcomposer.org/). Run this command:

```
composer require paperbark/php-sdk
```

Usage
-----

[](#usage)

```
// Create a new API instance (replace with your own API token)
$api = new PaperBark\API('{token}');

// Convert HTML to PDF
$pdf = new PaperBark\PDF();
$pdf->addPage('PaperBark PHP SDK');

echo $api->pdf($pdf);
```

License
-------

[](#license)

Please see the [license file](https://github.com/paperbark/php-sdk/blob/master/LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19604536?v=4)[PaperBark](/maintainers/PaperBark)[@paperbark](https://github.com/paperbark)

### Embed Badge

![Health badge](/badges/paperbark-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/paperbark-php-sdk/health.svg)](https://phpackages.com/packages/paperbark-php-sdk)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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