PHPackages                             andydune/mgmt-intaxx-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. [HTTP &amp; Networking](/categories/http)
4. /
5. andydune/mgmt-intaxx-api

ActiveLibrary[HTTP &amp; Networking](/categories/http)

andydune/mgmt-intaxx-api
========================

2.1.3(10mo ago)0317proprietaryPHPPHP ^7.4 || ^8.0

Since Oct 7Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/AndyDune/MgmtIntaxxApi)[ Packagist](https://packagist.org/packages/andydune/mgmt-intaxx-api)[ Docs](http://swagger.io)[ RSS](/packages/andydune-mgmt-intaxx-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (50)Used By (0)

SwaggerClient-php
=================

[](#swaggerclient-php)

[![Packagist Version](https://camo.githubusercontent.com/5d0d77fe45895db0180cea611ab2cea1656b347040ad17686b65aa7db6db5ab6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e647964756e652f6d676d742d696e746178782d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andydune/mgmt-intaxx-api)[![Total Downloads](https://camo.githubusercontent.com/bdfe9cab92072782a8a4bec7d0addb20cbf4bf84116c2afb896c053187e9a1a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e647964756e652f6d676d742d696e746178782d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/andydune/mgmt-intaxx-api)

No description provided (generated by Swagger Codegen )

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.11.0
- Package version: 2.0.0
- Build package: io.swagger.codegen.v3.generators.php.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

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

[](#installation--usage)

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "git",
      "url": "https://github.com/andydune/mgmt-intaxx-api.git"
    }
  ],
  "require": {
    "andydune/mgmt-intaxx-api": "*@dev"
  }
}

```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/SwaggerClient-php/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
