2017 © Pedro Peláez
 

library google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

image

wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  • Monday, September 18, 2017
  • by samwilson
  • Repository
  • 7 Watchers
  • 5 Stars
  • 126 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 20 Forks
  • 1 Open issues
  • 14 Versions
  • 14 % Grown

The README.md

Google Cloud Vision PHP

This is a simple PHP interface to the Google Cloud Vision API., (*1)

Build Status Scrutinizer Code Quality, (*2)

Features:, (*3)

  • Supports almost all features of the Cloud Vision API (version 1).
  • Loads images from files, URLs, raw data, or Google Cloud Storage.

Installation

Requirements:, (*4)

To install, first add this to your composer.json:, (*5)

    "require": {
        "wikisource/google-cloud-vision-php": "^1.2"
    }

...and run composer update., (*6)

Usage

use GoogleCloudVisionPHP\GoogleCloudVision;

$gcv = new GoogleCloudVision();

// Get your API key from the Google Cloud Platform site.
$gcv->setKey("[Key from Google]");

// An image can be set from either a filename or URL (the default), raw data, or a Google Cloud Storage item:
$gcv->setImage("local/filesystem/file.png");
$gcv->setImage("https://example.org/url/to/file.png");
$gcv->setImage(file_get_contents('local/file.png'), GoogleCloudVision::IMAGE_TYPE_RAW);
$gcv->setImage("gs://bucket_name/object_name", GoogleCloudVision::IMAGE_TYPE_GCS);

// Set which features you want to retrieve:
$gcv->addFeatureUnspecified(1);
$gcv->addFeatureFaceDetection(1);
$gcv->addFeatureLandmarkDetection(1);
$gcv->addFeatureLogoDetection(1);
$gcv->addFeatureLabelDetection(1);
$gcv->addFeatureTextDetection(1);
$gcv->addFeatureDocumentTextDetection(1);
$gcv->addFeatureSafeSeachDetection(1);
$gcv->addFeatureImageProperty(1);

// Optional. The API will try to guess the language if you don't set this.
$gcv->setImageContext(['languageHints' => ['th']]);

$response = $gcv->request();

Kudos

This is a fork of thangman22's original library, and all credit goes to them., (*7)

Test images are from:, (*8)

  1. Munich_subway_station_Hasenbergl_2.JPG by Martin Falbisoner CC BY-SA 4.0 via Wikimedia Commons

The Versions

18/09 2017

dev-master

9999999-dev https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

18/09 2017

1.2.0

1.2.0.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

27/10 2016

1.1.9

1.1.9.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

27/10 2016

1.1.8

1.1.8.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

08/09 2016

1.1.7

1.1.7.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.6

1.1.6.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.5

1.1.5.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.4

1.1.4.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.3

1.1.3.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.2

1.1.2.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.1

1.1.1.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

06/09 2016

1.1.0

1.1.0.0 https://github.com/wikisource/google-cloud-vision-php

A PHP interface to Google's Cloud Vision API.

  Sources   Download

GPL-3.0+

The Requires

  • ext-curl *

 

The Development Requires

by Warat Wongmaneekit

google images apis ocr vision transcribing

19/03 2016

1.0.1

1.0.1.0

  Sources   Download

The Development Requires

by Warat Wongmaneekit

19/03 2016

1.0

1.0.0.0

  Sources   Download

The Development Requires

by Warat Wongmaneekit