PHPackages                             caesardev/visma-erp-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. caesardev/visma-erp-client

ActiveLibrary[API Development](/categories/api)

caesardev/visma-erp-client
==========================

PHP Client for VismaNet ERP API

074↓50%PHP

Since Feb 4Pushed 3mo agoCompare

[ Source](https://github.com/CaesarDev/visma-erp-client)[ Packagist](https://packagist.org/packages/caesardev/visma-erp-client)[ RSS](/packages/caesardev-visma-erp-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

VismaNetClient
==============

[](#vismanetclient)

No description provided (generated by Openapi Generator )

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
