edgility/messageport

An easy-to-use PHP Class for accessing MessagePorts API.

Maintainers

Package info

github.com/edgility/messageport-PHP-API

pkg:composer/edgility/messageport

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master / 1.1.x-dev 2015-04-16 00:55 UTC

This package is not auto-updated.

Last update: 2026-04-24 00:34:48 UTC


README

Get started

Before getting started you must have a valid api key for Messageport.

Installation

Use Composer to keep up to date.

$ composer require edgility/messageport

Initialize the class

$messageport = new Messageport('YOUR_API_ID', 'YOUR_API_PASSWORD');

Examples

Provided in the examples folder.