PHPackages                             micfai/marketo-php - 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. micfai/marketo-php

ActiveLibrary[API Development](/categories/api)

micfai/marketo-php
==================

PHP Library for Marketo's SOAP API

1.0.2(10y ago)062MITPHPPHP &gt;=5.4

Since Oct 9Pushed 10y agoCompare

[ Source](https://github.com/mfairch/marketo-php)[ Packagist](https://packagist.org/packages/micfai/marketo-php)[ RSS](/packages/micfai-marketo-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

Install
-------

[](#install)

Using the composer CLI:

```
composer require micfai/marketo-php

```

Or manually add it to your composer.json:

```
{
    "require": {
        "micfai/marketo-php": "^1"
    }
}
```

Laravel Providers
-----------------

[](#laravel-providers)

In config/app.php, register the service provider

```
Marketo\Laravel\MarketoServiceProvider::class,

```

Register the Facade (optional)

```
'Marketo'       => Marketo\Laravel\MarketoFacade::class

```

Publish the config

```
php artisan vendor:publish --provider="Marketo\Laravel\MarketoServiceProvider"

```

Set your env variables

```
MARKETO_ACCESS_KEY=xxxxxxxx
MARKETO_SECRET_KEY=xxxxxxxx
MARKETO_ENDPOINT=http://localhost/auth/callback

```

Access Marketo from the Facade or Binding

```
 $lead = Marketo::getLead('type','value');

 $lead = app('Marketo')->getLead('type','value');

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Every ~45 days

Total

3

Last Release

3831d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9a304b30e256997861a49e196692d8df0d72fb79083f892e0f6051a5928fa7ab?d=identicon)[micfai](/maintainers/micfai)

---

Top Contributors

[![MicFai](https://avatars.githubusercontent.com/u/131530258?v=4)](https://github.com/MicFai "MicFai (1 commits)")

---

Tags

sdkMarketo

### Embed Badge

![Health badge](/badges/micfai-marketo-php/health.svg)

```
[![Health](https://phpackages.com/badges/micfai-marketo-php/health.svg)](https://phpackages.com/packages/micfai-marketo-php)
```

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

223.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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