PHPackages                             sanderjongsma/printnode - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sanderjongsma/printnode

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

sanderjongsma/printnode
=======================

:description

1181PHP

Since Apr 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/sanderjongsma/printnode)[ Packagist](https://packagist.org/packages/sanderjongsma/printnode)[ RSS](/packages/sanderjongsma-printnode/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5 PrintNode Api Wrapper
===============================

[](#laravel-5-printnode-api-wrapper)

A simple Laravel 5 wrapper for the [official PrintNode PHP Library](https://github.com/PrintNode/PrintNode-PHP).

Version overview
----------------

[](#version-overview)

Uses the 2.0.0-rc1 version from the printnode php package

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

[](#installation)

### Step 1: Install Through Composer

[](#step-1-install-through-composer)

```
composer require sanderjongsma/printnode
```

### Step 2: Add the Service Provider

[](#step-2-add-the-service-provider)

Add the service provider in `app/config/app.php`

```
'provider' => [
    ...
    SanderJongsma\PrintNode\PrintNodeServiceProvider::class,
    ...
];
```

### Step 3: Add the Facades

[](#step-3-add-the-facades)

Add the alias in `app/config/app.php`

```
'aliases' => [
    ...
    'PrintNode' => SanderJongsma\PrintNode\Facades\PrintNode::class,
    'PrintJob' => SanderJongsma\PrintNode\Facades\PrintJob::class,
    ...
];
```

### Step 4: Publish configuration

[](#step-4-publish-configuration)

```
php artisan vendor:publish --provider="SanderJongsma\PrintNode\PrintNodeServiceProvider"
```

### Step 5: Customize configuration

[](#step-5-customize-configuration)

You can directly edit the configuration in `config/printnode.php` or copy these values to your `.env` file.

```
PRINTNODE_API_KEY=yourapikey
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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://www.gravatar.com/avatar/d01f6e741f23941707372876e20efe0b8d9ab94131667423e557feb97df3b6df?d=identicon)[sanderjongsma](/maintainers/sanderjongsma)

### Embed Badge

![Health badge](/badges/sanderjongsma-printnode/health.svg)

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

PHPackages © 2026

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