Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaporylie/vianett-php

A PHP library for the ViaNett API
https://github.com/zaporylie/vianett-php

ecommerce norway

Last synced: about 2 months ago
JSON representation

A PHP library for the ViaNett API

Awesome Lists containing this project

README

        

# Vianett PHP SDK
[![Build Status](https://travis-ci.org/zaporylie/vianett-php.svg?branch=master)](https://travis-ci.org/zaporylie/vianett-php)[![Coverage Status](https://coveralls.io/repos/github/zaporylie/vianett-php/badge.svg?branch=master)](https://coveralls.io/github/zaporylie/vianett-php?branch=master)

A PHP library for the ViaNett API

## Installation

`composer require zaporylie/vianett-php:dev-master`

or add it to composer.json manually:

```
"require": {
"zaporylie/vianett-php": "dev-master"
}
```

## Usage

```
$client = new \Vianett\Client('username', 'password');
$message = new \Vianett\Message($client);
$message->prepare('sender', 'recipient', 'message', 'message_id');
$message->send();
```

## Credits

Jakub Piasecki for NyMedia AS