PHPackages                             ozankurt/google-core - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ozankurt/google-core

ActiveLibrary[API Development](/categories/api)

ozankurt/google-core
====================

Laravel 5 Google Core

v2.0(9y ago)117.1k↓50%2[1 issues](https://github.com/OzanKurt/google-core/issues)2MITPHP

Since Jul 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/OzanKurt/google-core)[ Packagist](https://packagist.org/packages/ozankurt/google-core)[ RSS](/packages/ozankurt-google-core/feed)WikiDiscussions 2.0 Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (2)

Google Core
===========

[](#google-core)

[![Latest Stable Version](https://camo.githubusercontent.com/ba6159ebe666f00e25d787505b437d884e5fa5155a89afe316ad9e5a988e48a1/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f676f6f676c652d636f72652f762f737461626c65)](https://packagist.org/packages/ozankurt/google-core) [![Total Downloads](https://camo.githubusercontent.com/9c27851bc517f26fa202fcaa5bbc85a9742f6185c125458f4f2f9ed78f8ba02a/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f676f6f676c652d636f72652f646f776e6c6f616473)](https://packagist.org/packages/ozankurt/google-core) [![Latest Unstable Version](https://camo.githubusercontent.com/da5df6ab21a2cda16f64672ed25159828fca44f904b037bb6924c609f87f4047/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f676f6f676c652d636f72652f762f756e737461626c65)](https://packagist.org/packages/ozankurt/google-core) [![License](https://camo.githubusercontent.com/23c839c935f206cf01296cc398c74400f9acf665973db0c39f05ee4cee157ec6/68747470733a2f2f706f7365722e707567782e6f72672f6f7a616e6b7572742f676f6f676c652d636f72652f6c6963656e7365)](https://packagist.org/packages/ozankurt/google-core)

A package to keep all the required google setup together and ready.

Installation
------------

[](#installation)

### Step 1

[](#step-1)

Add `ozankurt/google-core` to your composer requirements.

```
composer require ozankurt/google-core
```

Getting ready to use
--------------------

[](#getting-ready-to-use)

### Step 1

[](#step-1-1)

Create a google developer account which as actually logging in to any of your google accounts.

From .

### Step 2

[](#step-2)

Create a new project.

> PS: Skip this step if you already have one.

### Step 3

[](#step-3)

Create a new `Service Account` and download the json auth file.

> PS: Skip this step if you already have one.

[![Create Credentials - 1](https://camo.githubusercontent.com/262ab029e98cdcc45cc2718cd55d7618cca7ff79b90ae037de56cefa9119ca0d/687474703a2f2f692e696d6775722e636f6d2f637135666152562e706e67)](https://camo.githubusercontent.com/262ab029e98cdcc45cc2718cd55d7618cca7ff79b90ae037de56cefa9119ca0d/687474703a2f2f692e696d6775722e636f6d2f637135666152562e706e67)[![Create Credentials - 2](https://camo.githubusercontent.com/ed0a8715c60adb1344e63f7665588654cdc68c82ca122ccacc8c973b0e7d6dd2/687474703a2f2f692e696d6775722e636f6d2f33534b6e7339582e706e67)](https://camo.githubusercontent.com/ed0a8715c60adb1344e63f7665588654cdc68c82ca122ccacc8c973b0e7d6dd2/687474703a2f2f692e696d6775722e636f6d2f33534b6e7339582e706e67)

### Step 5

[](#step-5)

Copy the json auth file somewhere be used in php.

Configuration (Pure PHP)
------------------------

[](#configuration-pure-php)

#### Example Configuration File

[](#example-configuration-file)

```
