PHPackages                             neclimdul/marketo-rest - 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. neclimdul/marketo-rest

ActiveLibrary[API Development](/categories/api)

neclimdul/marketo-rest
======================

Marketo Rest API library

4.0.0(1mo ago)1111.1k↓35.5%1[2 issues](https://github.com/neclimdul/marketo-rest/issues)MITPHPPHP &gt;=8.3CI failing

Since Jun 1Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/neclimdul/marketo-rest)[ Packagist](https://packagist.org/packages/neclimdul/marketo-rest)[ RSS](/packages/neclimdul-marketo-rest/feed)WikiDiscussions 4.0 Synced 4d ago

READMEChangelogDependencies (33)Versions (36)Used By (0)

Marketo Rest API Library
========================

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

[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)

This package provides a simple set of classes for interacting with Marketo's Rest API. Built using Swagger Codegen directly from Marketo's documentation.

Notes on versioning. I will do my best to start providing some sort of semversion-ish tags to releases. Marketo doesn't really provide any such versioning and just makes changes seemingly at random so this is the plan.

1. Any major language or drastic template changes will be accompanied by a major version release.
2. I will do my best to watch for signature changes to methods and treat those as "minor" releases. This would probably be a normal major release but they are generally "bug fixes" to APIs.
3. Any documentation or other smaller fixes will be minor releases.

Install using composer
----------------------

[](#install-using-composer)

```
composer require neclimdul/marketo-rest

```

You can read more about Composer on its [official webpage](https://getcomposer.org).

Usage
-----

[](#usage)

### Laravel

[](#laravel)

This package comes with a provider to register all the API's and configuration.

### Drupal

[](#drupal)

The 3.x release of the Drupal [marketo\_ma](https://www.drupal.org/project/marketo_ma) module will use and support this library.

### Custom

[](#custom)

```
