Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zaporylie/vianett-php
- Owner: zaporylie
- License: gpl-2.0
- Created: 2015-06-09T09:44:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-18T14:35:13.000Z (over 6 years ago)
- Last Synced: 2024-10-12T01:43:06.014Z (2 months ago)
- Topics: ecommerce, norway
- Language: PHP
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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