PHPackages                             insidiousforce/laravel-marketo-extended-rest-client - 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. insidiousforce/laravel-marketo-extended-rest-client

ActiveLibrary[API Development](/categories/api)

insidiousforce/laravel-marketo-extended-rest-client
===================================================

A PHP client for the Marketo.com REST API

v1.0.0(3y ago)07MITPHPPHP &gt;=5.3.3

Since Jun 23Pushed 3y agoCompare

[ Source](https://github.com/InsidiousForce/laravel-marketo-extended-rest-api)[ Packagist](https://packagist.org/packages/insidiousforce/laravel-marketo-extended-rest-client)[ RSS](/packages/insidiousforce-laravel-marketo-extended-rest-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

Marketo REST API Client
=======================

[](#marketo-rest-api-client)

Unofficial PHP client for the Marketo.com REST API: . Requires PHP 5.3.3+

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

[](#installation)

The recommended way of installing the client is via [Composer](http://getcomposer.org/). Simply run the following command to add the library to your composer.json file.

```
composer require insidiousforce/laravel-marketo-extended-rest-client

```

Setup
-----

[](#setup)

The client is built on [Guzzle 3](http://guzzle3.readthedocs.org) and uses a factory method to create an instance. You must specify either a Munchkin ID or the full url.

\####For Rest Api access:

```
use CSD\Marketo\Client;

$client = Client::factory(array(
    'client_id' => 'Marketo client ID',         // required
    'client_secret' => 'Marketo client secret', // required
    'munchkin_id' => '100-ABC-123' // alternatively, you can supply the full URL, e.g. 'url' => 'https://100-ABC-123.mktorest.com'
));
```

\####For Bulk Api access:

```
use CSD\Marketo\Client;

$client = Client::factory(array(
    'client_id' => 'Marketo client ID',         // required
    'client_secret' => 'Marketo client secret', // required
    'munchkin_id' => '100-ABC-123' // alternatively, you can supply the full URL, e.g. 'url' => 'https://100-ABC-123.mktorest.com'
    'bulk' => true // if uploading leads via file upload (e.g. csv)
));
```

Usage
-----

[](#usage)

View the source of `src/Client.php` for all the available methods.

License
-------

[](#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.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b22e710fab2d1812c4d9160291528d77044752c2bd47f52973b58dc3b848ab7f?d=identicon)[InsidiousForce](/maintainers/InsidiousForce)

---

Top Contributors

[![nathanbrauer](https://avatars.githubusercontent.com/u/323945?v=4)](https://github.com/nathanbrauer "nathanbrauer (4 commits)")[![duellj](https://avatars.githubusercontent.com/u/235855?v=4)](https://github.com/duellj "duellj (3 commits)")[![David-Evans](https://avatars.githubusercontent.com/u/2836875?v=4)](https://github.com/David-Evans "David-Evans (1 commits)")[![InsidiousForce](https://avatars.githubusercontent.com/u/923717?v=4)](https://github.com/InsidiousForce "InsidiousForce (1 commits)")[![matt-moellering](https://avatars.githubusercontent.com/u/85897501?v=4)](https://github.com/matt-moellering "matt-moellering (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/insidiousforce-laravel-marketo-extended-rest-client/health.svg)

```
[![Health](https://phpackages.com/badges/insidiousforce-laravel-marketo-extended-rest-client/health.svg)](https://phpackages.com/packages/insidiousforce-laravel-marketo-extended-rest-client)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
