2017 © Pedro Peláez
 

library google-module

image

kuma-guy/google-module

  • Wednesday, July 13, 2016
  • by shingo-kumagai
  • Repository
  • 0 Watchers
  • 0 Stars
  • 67 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Ray.GoogleModule

Build Status, (*1)

google-api-php-client module for Ray.Di, (*2)

Installation

Composer install

$ composer require kuma-guy/google-module

Module install

use Ray\Di\AbstractModule;
use Ray\GoogleModule\GoogleModule;

class AppModule extends AbstractModule
{
    protected function configure()
    {
        $config = [
            'client_id' => 'your-client-id',
            'client_secret' => 'your-client-secret'
        ];
        $this->install(new GoogleModule($config));
    }
}

DI trait

The Versions

13/07 2016

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

by Shingo Kumagai