2017 © Pedro Peláez
 

library google-api-bundle

Symfony2 Google API bundle

image

alitvinenko/google-api-bundle

Symfony2 Google API bundle

  • Tuesday, August 4, 2015
  • by alitvinenko
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Alitvinenko Google API Bundle

Installation

Step 1: Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest version of this bundle:, (*1)

``` jinja $ composer require alitvinenko/google-api-bundle dev-master, (*2)


This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation. Step 2: Enable the Bundle ------------------------- Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project: ``` php <?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Alitvinenko\GoogleApiBundle\AlitvinenkoGoogleApiBundle(), ); // ... } // ... }

Usage

Configure the Alitvinenko Google Api Bundle in your config.yml:, (*3)

``` yaml, (*4)

app/config/config.yml

alitvinenko_google_api: key: , (*5)


Code example ------------ ``` php $this->getContainer()->get('alitvinenko_google_api')->getLanguage()->translate($words);

The Versions

04/08 2015

dev-master

9999999-dev

Symfony2 Google API bundle

  Sources   Download

The Requires

 

04/08 2015

0.1.1

0.1.1.0

Symfony2 Google API bundle

  Sources   Download

The Requires