2017 © Pedro Peláez
 

library laravel-marketo-rest-api

Laravel Marketo Rest Api

image

generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  • Tuesday, November 22, 2016
  • by knieber
  • Repository
  • 11 Watchers
  • 0 Stars
  • 5,301 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 17 % Grown

The README.md

Laravel 5 Marketo Provider

Installation

composer require generationtux/laravel-marketo-rest-api, (*1)

Add the service provide and facade to your config/app.php

// For Laravel

// Service Provider
'providers' => [
    ...
    GenTux\Artisan\Marketo\LaravelServiceProvider::class,
];

// Facade
'aliases' => [
    'Marketo' => GenTux\Artisan\Marketo\MarketoFacade::class,
];


// For Lumen

// app.php
$app->register(GenTux\Artisan\Marketo\LumenServiceProvider::class);

Publish the config file

php artisan vendor:publish --provider="GenTux\Artisan\Marketo\MarketoServiceProvider", (*2)

If you're using Lumen and do not have access to publish a config, use the code below fo config and name it marketo.php:, (*3)

<?php

return [
    'auth' => [
        'api_url' => env('MARKETO_API_URL'),
        'client_id' => env('MARKETO_CLIENT_ID'),
        'client_secret' => env('MARKETO_CLIENT_SECRET'),
    ]
];

The Versions

22/11 2016

dev-master

9999999-dev https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

22/11 2016

v0.1.2

0.1.2.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

21/11 2016

v0.1.1

0.1.1.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

21/11 2016

v0.1.0

0.1.0.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

21/11 2016

v0.0.4

0.0.4.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

21/11 2016

v0.0.3

0.0.3.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

21/11 2016

v0.0.2

0.0.2.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux

02/11 2016

0.0.1

0.0.1.0 https://github.com/generationtux/laravel-marketo-rest-api

Laravel Marketo Rest Api

  Sources   Download

MIT

The Requires

 

by Kyle Nieber

laravel api lumen rest marketo generationtux