2017 © Pedro Peláez
 

library php-google-cloud-print

PHP Google cloud print api wrapper

image

andrewlamers/php-google-cloud-print

PHP Google cloud print api wrapper

  • Wednesday, September 27, 2017
  • by emaw
  • Repository
  • 1 Watchers
  • 5 Stars
  • 307 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

Php Google Cloud Print

PHP Interface to the google cloud print API., (*1)

Installation

composer require andrewlamers/php-google-cloud-print, (*2)

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., (*3)

Laravel Setup

Included service provider and facade for Laravel 5., (*4)

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

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

Example Usage

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

Available Options

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

The Versions

27/09 2017

dev-master

9999999-dev

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers

27/09 2017

v0.1.2

0.1.2.0

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers

31/08 2017

v0.1.1

0.1.1.0

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers

29/03 2017

v0.1.0

0.1.0.0

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers

25/02 2017

v0.0.3

0.0.3.0

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers

22/02 2017

v0.0.2

0.0.2.0

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers

22/02 2017

v0.0.1

0.0.1.0

PHP Google cloud print api wrapper

  Sources   Download

The Requires

 

by Andrew Lamers