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

ActiveLibrary[API Development](/categories/api)

deepser/api-php
===============

Deepser API PHP library

1.0.3(5y ago)026MITPHPPHP &gt;=7.0

Since Feb 8Pushed 4y agoCompare

[ Source](https://github.com/deepser/api-php)[ Packagist](https://packagist.org/packages/deepser/api-php)[ Docs](https://github.com/deepser/api-php)[ RSS](/packages/deepser-api-php/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (2)Versions (5)Used By (0)

Deepser API
===========

[](#deepser-api)

Let's consume the Deepser API ([issues](https://github.com/deepser/api-php/issues))

Deepser is a [help desk software](https://www.deepser.com/) and you can find more information in [Deepser API Docs](https://www.deepser.com/api/)

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

[](#installation)

This library can be found on [Packagist](https://packagist.org/packages/deepser/api-php). The recommended way to install this is through [composer](http://getcomposer.org). We support PHP &gt;=7.0. This library is no longer tested on HHVM.

Run these commands to install composer, the library and its dependencies:

```
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar require deepser/api-php^1.0.3
```

You then need to install **one** of the following:

```
$ php composer.phar update
```

Or edit `composer.json` and add:

```
{
    "require": {
        "deepser/api-php": "^1.0.3"
    }
}
```

Example
-------

[](#example)

Login with Basic Authentication

```
