PHPackages                             andrewlamers/php-google-cloud-print - 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. andrewlamers/php-google-cloud-print

ActiveLibrary[API Development](/categories/api)

andrewlamers/php-google-cloud-print
===================================

PHP Google cloud print api wrapper

v0.1.2(8y ago)612.3k4[2 issues](https://github.com/andrewlamers/php-google-cloud-print/issues)PHPPHP &gt;=5.5.9

Since Feb 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/andrewlamers/php-google-cloud-print)[ Packagist](https://packagist.org/packages/andrewlamers/php-google-cloud-print)[ RSS](/packages/andrewlamers-php-google-cloud-print/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (3)Versions (8)Used By (0)

Php Google Cloud Print
----------------------

[](#php-google-cloud-print)

PHP Interface to the google cloud print API.

#### Installation

[](#installation)

`composer require andrewlamers/php-google-cloud-print`

### Google Service Account

[](#google-service-account)

You can use a google service account with this api. To give the service account access to your printers, share the printer with the service account email. The api will try to accept invites automatically.

### Laravel Setup

[](#laravel-setup)

Included service provider and facade for Laravel 5.

```
'providers' => [
    \Andrewlamers\PhpGoogleCloudPrint\ServiceProvider::class
]

'aliases' => [
    'CloudPrint' => Andrewlamers\PhpGoogleCloudPrint\Facade::class
]

```

### Example Usage

[](#example-usage)

```
$response = CloudPrint::html('My html content')
    ->printer('myprinterid')
    ->send();

```

### Available Options

[](#available-options)

```
CloudPrint::html('mystring')
    ->printer($printerid)
    ->content($stringContent)
    ->title('my job title')
    ->tag('my job tag')
    ->

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

Every ~43 days

Recently: every ~54 days

Total

6

Last Release

3242d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7feecaccfbdc20e9a5a9bccbd0394ff923e7490956817b90cc4614df0a48481a?d=identicon)[emaw](/maintainers/emaw)

---

Top Contributors

[![andrewlamers](https://avatars.githubusercontent.com/u/319577?v=4)](https://github.com/andrewlamers "andrewlamers (7 commits)")

### Embed Badge

![Health badge](/badges/andrewlamers-php-google-cloud-print/health.svg)

```
[![Health](https://phpackages.com/badges/andrewlamers-php-google-cloud-print/health.svg)](https://phpackages.com/packages/andrewlamers-php-google-cloud-print)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1239.7k25](/packages/fleetbase-core-api)[illuminate/http

The Illuminate Http package.

11938.5M8.1k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

353.6k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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