PHPackages                             alpifra/daxium-php - 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. alpifra/daxium-php

ActiveLibrary[API Development](/categories/api)

alpifra/daxium-php
==================

A basic PHP client interracting with the Daxium Air API V1.3 services.

025PHP

Since Oct 18Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Alpifra/daxium-php)[ Packagist](https://packagist.org/packages/alpifra/daxium-php)[ RSS](/packages/alpifra-daxium-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Daxium API
==============

[](#php-daxium-api)

A basic and stand-alone PHP client interracting with the Daxium Air API V1.3 services. For more information about the API please see the [documentation](https://doc-dev.daxium-air.com/).

Installation
------------

[](#installation)

The recommended way to install Daxium API PHP client is through composer:

```
composer require alpifra/daxium-php
```

But you can also install through the Github repository:

```
{
    "requires": {
        "alpifra/daxium-php": "dev-master",
        ...
    }
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/Alpifra/daxium-php.git"
        }
    ],
}
```

Usage
-----

[](#usage)

### Instanciate client

[](#instanciate-client)

```
