Download the PHP package insidiousforce/laravel-marketo-extended-rest-client without Composer
On this page you can find all versions of the php package insidiousforce/laravel-marketo-extended-rest-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download insidiousforce/laravel-marketo-extended-rest-client
More information about insidiousforce/laravel-marketo-extended-rest-client
Files in insidiousforce/laravel-marketo-extended-rest-client
Package laravel-marketo-extended-rest-client
Short Description A PHP client for the Marketo.com REST API
License MIT
Informations about the package laravel-marketo-extended-rest-client
Marketo REST API Client
Unofficial PHP client for the Marketo.com REST API: http://developers.marketo.com/documentation/rest/. Requires PHP 5.3.3+
Installation
The recommended way of installing the client is via Composer. Simply run the following command to add the library to your composer.json file.
composer require insidiousforce/laravel-marketo-extended-rest-client
Setup
The client is built on Guzzle 3 and uses a factory method to create an instance. You must specify either a Munchkin ID or the full url.
For Rest Api access:
For Bulk Api access:
Usage
View the source of src/Client.php
for all the available methods.
License
This source is licensed under an MIT License, see the LICENSE file for full details. If you use this code, it would be great to hear from you.
All versions of laravel-marketo-extended-rest-client with dependencies
guzzle/guzzle Version ~3.8
guzzlehttp/guzzle Version ^7.5.1
commerceguys/guzzle-oauth2-plugin Version ~1.0