PHPackages                             capsule-corp-co/printer - 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. capsule-corp-co/printer

ActiveLibrary

capsule-corp-co/printer
=======================

Wrapper Package for Print Node

v0.1-alpha(8y ago)030MITPHP

Since Feb 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/capsule-corp-co/printer)[ Packagist](https://packagist.org/packages/capsule-corp-co/printer)[ RSS](/packages/capsule-corp-co-printer/feed)WikiDiscussions master Synced 1mo ago

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

Installation
============

[](#installation)

You can pull this package in through Composer.

```
composer require capsule-corp-co/printer

```

You will need to add the following lines to `config/app.php`

```
'providers' => [
    ...
    CapsuleCorp\Printer\PrintNodeCapsuleServiceProvider::class,
    ...
],
'aliases' => [
	...
	'PrintNodeCapsule' => CapsuleCorp\Printer\PrintNodeCapsuleFacade::class,
	....
]
```

Next you will want to publish the config file.

```
php artisan vendor:publish --provider="CapsuleCorp\Printer\PrintNodeCapsuleServiceProvider"

```

\#Configuration

Add your API key to the .env file

```
PRINT_NODE_API_KEY=apikey

```

Use
===

[](#use)

Get all the printers

```
/*
 * Will return an array of Printer Objects
 */
PrintNodeCapsule::getPrinters();

/**
 * Print Example
 */

 $printers = PrintNodeCapsule::getPrinters();
 $post_job_arg = array(
     'content' => 'url to a pdf here',
     'printer' => $printer[0],
 );
 $result = PrintNodeCapsule::postPrintJob($post_job_arg);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

3005d ago

### Community

Maintainers

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

---

Top Contributors

[![marioevel](https://avatars.githubusercontent.com/u/12353058?v=4)](https://github.com/marioevel "marioevel (2 commits)")

### Embed Badge

![Health badge](/badges/capsule-corp-co-printer/health.svg)

```
[![Health](https://phpackages.com/badges/capsule-corp-co-printer/health.svg)](https://phpackages.com/packages/capsule-corp-co-printer)
```

PHPackages © 2026

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