PHPackages                             sebastianblum/visionline-webapi-client - 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. sebastianblum/visionline-webapi-client

ActiveLibrary[API Development](/categories/api)

sebastianblum/visionline-webapi-client
======================================

Extraction of the visionline webapi client for the crm from visionline.at

1.10(6y ago)08.8k1MITPHPPHP &gt;=7.1CI failing

Since Apr 1Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sblum/visionline-webapi-client)[ Packagist](https://packagist.org/packages/sebastianblum/visionline-webapi-client)[ RSS](/packages/sebastianblum-visionline-webapi-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (8)Dependencies (2)Versions (13)Used By (0)

visionline-webapi-client
========================

[](#visionline-webapi-client)

[![Build Status](https://camo.githubusercontent.com/59750ef8acbad89835e0620eb7ba6a15c089c2abac7248bf7005e56b3c2cd6f9/68747470733a2f2f7472617669732d63692e6f72672f73626c756d2f766973696f6e6c696e652d7765626170692d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sblum/visionline-webapi-client)[![Coverage Status](https://camo.githubusercontent.com/9971ac8120fbde0f81e286e9e34d46b1c5d88d11fc5eaed54ed9293d8f66741f/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73626c756d2f766973696f6e6c696e652d7765626170692d636c69656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/sblum/visionline-webapi-client?branch=master)

Extraction of the visionline webapi client phar for the crm from visionline.at

Visionline is CRM, which offers a PHP phar for the webapi client. See

1. Add to your composer.json and specify the uri of the phar

    ```
     // composer.json

     {
     	// ...
     	"require": {
     		// ...
     		"sebastianblum/visionline-webapi-client": "^1.0"
     	}
     }

    ```
2. Use composer to download and install the library

    ```
     $ php composer.phar update sebastianblum/visionline-webapi-client

    ```
3. Use the library

    ```
     // example.php
