PHPackages                             visalogic/api - 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. visalogic/api

AbandonedArchivedProject[API Development](/categories/api)

visalogic/api
=============

This package contains the client-side API classes

v1.0.6(9y ago)020MITPHPPHP &gt;=5.5.9

Since Nov 16Pushed 9y ago1 watchersCompare

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

READMEChangelog (8)Dependencies (1)Versions (9)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/e037a47c693516ba99b768589cfecdb05aec732c2dd84fafdbf2d4f116bcf202/68747470733a2f2f706f7365722e707567782e6f72672f766973616c6f6769632f6170692f642f746f74616c2e737667)](https://packagist.org/packages/visalogic/api)[![Latest Stable Version](https://camo.githubusercontent.com/f8ed80b9be5350597d97664f80e767d54239b9984b20c8fa4270e79c91f88192/68747470733a2f2f706f7365722e707567782e6f72672f766973616c6f6769632f6170692f762f737461626c652e737667)](https://packagist.org/packages/visalogic/api)[![Latest Unstable Version](https://camo.githubusercontent.com/7d2e711ccad403eb1dadec635eaa089b56b9b21430db91638831b429d1707be1/68747470733a2f2f706f7365722e707567782e6f72672f766973616c6f6769632f6170692f762f756e737461626c652e737667)](https://packagist.org/packages/visalogic/api)[![License](https://camo.githubusercontent.com/6292a9402a9465435718ba2622e1e7990a44a334c74d349985cfe737c1d16ce2/68747470733a2f2f706f7365722e707567782e6f72672f766973616c6f6769632f6170692f6c6963656e73652e737667)](https://packagist.org/packages/visalogic/api)

VisaLogic API Class
===================

[](#visalogic-api-class)

1. Introduction
---------------

[](#1-introduction)

This document holds the documentation for the Application Programming Interface of VisaLogic. This is a document in whom a technical language will be used and for which technical knowledge is required to implement.

2. Installation
---------------

[](#2-installation)

### 2.1 Via Composer

[](#21-via-composer)

Our API class is available through [composer](http://getcomposer.org).

You can install our dependency using the following command:

```
composer require visalogic/api

```

In your project you should `require` composer's `autoload.php` file:

```
