2017 © Pedro Peláez
 

library google-api-bundle

Endroid Google API for Symfony

image

endroid/google-api-bundle

Endroid Google API for Symfony

  • Wednesday, January 3, 2018
  • by endroid
  • Repository
  • 2 Watchers
  • 2 Stars
  • 1,811 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 12 Versions
  • 5 % Grown

The README.md

Google API Bundle

By endroid, (*1)

Latest Stable Version Build Status Total Downloads Monthly Downloads License, (*2)

This bundle provides easy integration with google/google-api-php-client which allows you to access different Google API's. For more information visit the developer documentation., (*3)

knpbundles.com, (*4)

Installation

Use Composer to install the bundle., (*5)

``` bash $ composer require endroid/google-api-bundle, (*6)


Then enable the bundle via the kernel. ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = [ // ... new Endroid\GoogleApiBundle\EndroidGoogleApiBundle(), ]; }

Configuration

config.yml

endroid_google_api:
    application_name: <application name>
    api_key: <api key>

Usage

After installation and configuration, the Google API client can be used to access the desired API., (*7)

``` php $client = $this->get('endroid.google_api_client'); $service = new Google_Service_Translate($client);, (*8)

$translations = $service->translations->listTranslations('Hello', 'fr'); ```, (*9)

Versioning

Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility breaking changes will be kept to a minimum but be aware that these can occur. Lock your dependencies for production and test your code when upgrading., (*10)

License

This bundle is under the MIT license. For the full copyright and license information please view the LICENSE file that was distributed with this source code., (*11)

The Versions

03/01 2018

dev-master

9999999-dev https://github.com/endroid/google-api-bundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api php bundle symfony google endroid

03/01 2018

2.0.1

2.0.1.0 https://github.com/endroid/google-api-bundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api php bundle symfony google endroid

01/01 2018

2.0.0

2.0.0.0 https://github.com/endroid/google-api-bundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api php bundle symfony google endroid

01/01 2017

1.1.0

1.1.0.0 https://github.com/endroid/EndroidGoogleApiBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

01/01 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/endroid/EndroidGoogleApiBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

02/01 2016

1.0.6

1.0.6.0 https://github.com/endroid/EndroidGoogleApiBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

api bundle symfony google endroid

04/07 2015

1.0.5

1.0.5.0 https://github.com/endroid/EndroidGoogleApiBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

02/07 2015

1.0.4

1.0.4.0 https://github.com/endroid/EndroidGoogleApiBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

02/07 2015

1.0.3

1.0.3.0 https://github.com/endroid/EndroidGoogleAPIBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

02/07 2015

1.0.2

1.0.2.0 https://github.com/endroid/EndroidGoogleAPIBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

25/06 2015

1.0.1

1.0.1.0 https://github.com/endroid/EndroidGoogleAPIBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

The Development Requires

api bundle symfony google endroid

14/04 2015

1.0.0

1.0.0.0 https://github.com/endroid/EndroidGoogleAPIBundle

Endroid Google API for Symfony

  Sources   Download

MIT

The Requires

 

api bundle symfony google endroid