PHPackages                             wallstreetio/laravel-ontraport - 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. wallstreetio/laravel-ontraport

ActiveLibrary[API Development](/categories/api)

wallstreetio/laravel-ontraport
==============================

A Laravel package to easily integrate the Ontraport API.

v1.0.3(6y ago)22351[1 issues](https://github.com/wallstreetio/laravel-ontraport/issues)[2 PRs](https://github.com/wallstreetio/laravel-ontraport/pulls)MITPHP

Since Mar 7Pushed 4y ago2 watchersCompare

[ Source](https://github.com/wallstreetio/laravel-ontraport)[ Packagist](https://packagist.org/packages/wallstreetio/laravel-ontraport)[ RSS](/packages/wallstreetio-laravel-ontraport/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (4)Versions (9)Used By (0)

Laravel Ontraport API
=====================

[](#laravel-ontraport-api)

[![Build Status](https://camo.githubusercontent.com/5e7d455c88cd30d150e581da1b54ffd0afb298920c2fc1f7279f38184da2a8d9/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f77616c6c737472656574696f2f6c61726176656c2d6f6e747261706f72742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/wallstreetio/laravel-ontraport)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Version](https://camo.githubusercontent.com/2cda8894d6887dcaf90226b03ef524da644356e12c092a24dbb7e37f0b958bdc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f77616c6c737472656574696f2f6c61726176656c2d6f6e747261706f72742e7376673f7374796c653d666c61742d737175617265)](https://github.com/wallstreetio/laravel-ontraport/releases)

Laravel Ontraport API is simply a Laravel bridge for the [Ontraport API](https://github.com/wallstreetio/ontraport).

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

[](#installation)

```
composer require wallstreetio/laravel-ontraport
```

Configuration
-------------

[](#configuration)

Add `\Wsio\Ontraport\OntraportServiceProvider` to your providers list in `config/app.php` file.

```
    'providers' => [
        Wsio\Ontraport\OntraportServiceProvider::class,
    ]
```

Optionally, you may also add the Ontraport facade to your aliases list.

```
    'aliases' => [
        'OAP' => Wsio\Ontraport\Facade\Ontraport::class,
    ]
```

Publish the configuration file.

```
php artisan vendor:publish --provider="Wsio\Ontraport\OntraportServiceProvider"
```

Add your Ontraport `ONTRAPORT_APP_ID` and `ONTRAPORT_API_KEY` to your `.env` file.

```
ONTRAPORT_APP_ID="your-ontraport-app-id"
ONTRAPORT_API_KEY="your-ontraport-api-key"
```

Usage
-----

[](#usage)

```
public function index(\Wsio\Ontraport\Ontraport $ontraport)
{
    return $ontraport->contacts->get();
}
```

Or using the facade

```
public function show($id)
{
    return OAP::contacts()->find($id);
}
```

For full documentation, please refer to the [Ontraport API package](https://github.com/wallstreetio/ontraport).

License
-------

[](#license)

WallStreet.io Laravel Ontraport API is open-sourced software licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 94.1% 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 ~249 days

Total

5

Last Release

2355d ago

### Community

Maintainers

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

---

Top Contributors

[![tamerashkar](https://avatars.githubusercontent.com/u/8474125?v=4)](https://github.com/tamerashkar "tamerashkar (16 commits)")[![wallstreetio](https://avatars.githubusercontent.com/u/22944693?v=4)](https://github.com/wallstreetio "wallstreetio (1 commits)")

---

Tags

apilaravelontraportpackagephpapilaravelontraportoap

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wallstreetio-laravel-ontraport/health.svg)

```
[![Health](https://phpackages.com/badges/wallstreetio-laravel-ontraport/health.svg)](https://phpackages.com/packages/wallstreetio-laravel-ontraport)
```

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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