PHPackages                             appdevelteleup/ongage-lib - 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. appdevelteleup/ongage-lib

ActiveLibrary[API Development](/categories/api)

appdevelteleup/ongage-lib
=========================

This library is an implementation of the Ongage API

1301[1 issues](https://github.com/appdevelteleup/ongage-lib/issues)PHP

Since Nov 6Pushed 8y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Ongage PHP Library
==================

[](#ongage-php-library)

### About

[](#about)

This Library is a PHP implementation of the [Ongage](http://www.ongage.com) Email Platform API.

\###Features### This library features an implementation of most of the Ongage Documented Endpoints and Methods, as well as un-documented, potentially unsupported, but also very helpful methods.

Currently implemented endpoints:

**"Campaign"** Package

- /api/mailings
- /api/emails

**"Esp"** Package (Unsupported, Undocumented by Ongage)

- /api/account\_addresses
- /api/esp\_connections
- /api/esps

**"Lists"** Package

- /api/contacts
- /api/lists/
- /api/segments
- /api/list\_fields *(Unsupported, Undocumented by Ongage)*

**"Reports"** Package

- /api/reports

### Installation

[](#installation)

#### Via Composer

[](#via-composer)

Install composer in your project:

```
    curl -s https://getcomposer.org/installer | php
```

Create a composer.json file in your project root:

```
    {
        "require": {
            "appdevelteleup/ongage-lib": "0.1*"
        }
    }
```

Install via composer:

```
    php composer.phar install
```

Add this line to your application’s code:

```

```

### Usage

[](#usage)

```
