2017 © Pedro Peláez
 

library timezone-bundle

The Symfony2 bundle to Google Timezone API

image

ahonymous/timezone-bundle

The Symfony2 bundle to Google Timezone API

  • Friday, October 31, 2014
  • by ahonymous
  • Repository
  • 2 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

The Symfony2 Bundle

The bundle of timezone name for Google Timezone API., (*1)

Instalion

Composer

php composer.phar require ahonymous/timezone-bundle

AppKernel

Include the bundle in your AppKernel, (*2)

public function registerBundles()
{
    $bundles = array(
        ...
        new Ahonymous\TimezoneBundle\AhonymousTimezoneBundle(),
    );
    ...

    return $bundles;
}

Configuration

Your configuration should be something like this, (*3)

ahonymous_timezone:
    api_key: <GOOGLE_API_KEY>
    url: "https://maps.googleapis.com"

The Versions

31/10 2014

dev-master

9999999-dev

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

31/10 2014

0.1.0

0.1.0.0

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

30/10 2014

0.0.6-beta

0.0.6.0-beta

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2014

0.0.5-beta

0.0.5.0-beta

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2014

0.0.4-beta

0.0.4.0-beta

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2014

0.0.3-beta

0.0.3.0-beta

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

28/10 2014

0.0.2-beta

0.0.2.0-beta

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires

27/10 2014

0.0.1-beta

0.0.1.0-beta

The Symfony2 bundle to Google Timezone API

  Sources   Download

MIT

The Requires

 

The Development Requires