PHPackages                             pavolbiely/liveagent - 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. pavolbiely/liveagent

ActiveLibrary[API Development](/categories/api)

pavolbiely/liveagent
====================

Unofficial LiveAgent API v3 PHP Client

0263[1 issues](https://github.com/pavolbiely/liveagent/issues)PHP

Since Sep 16Pushed 7y ago1 watchersCompare

[ Source](https://github.com/pavolbiely/liveagent)[ Packagist](https://packagist.org/packages/pavolbiely/liveagent)[ RSS](/packages/pavolbiely-liveagent/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

LiveAgent v3 REST API Client
============================

[](#liveagent-v3-rest-api-client)

[![Build Status](https://camo.githubusercontent.com/4861f5edb61138d4788693b3b1d62b8d5195c5713330e783a4736dd33f4c11e1/68747470733a2f2f7472617669732d63692e6f72672f7061766f6c6269656c792f6c6976656167656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/pavolbiely/neoship)[![Coverage Status](https://camo.githubusercontent.com/0036204c7557fb2550d3121517baa3ff70dd6615f32d618780f3977ff1879104/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7061766f6c6269656c792f6c6976656167656e742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/pavolbiely/liveagent?branch=master)[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BHZKXCWAK2NNS)

This is an unofficial LiveAgent API v3 PHP Client. QualityUnit does not provide official one yet.

**This is still an unstable development version. Currently only all GET requests are implemented and one POST to create a ticket. Feel free to contribute and add any missing requests.**

[![LiveAgent Logo](https://camo.githubusercontent.com/612a4ef807b61193d759bfc9e948bf8b91285a6eee41be40065fea82ebd90343/68747470733a2f2f7777772e6c616465736b2e636f6d2f66696c6561646d696e2f74656d706c617465732f6c6573732f696d672f6c612d6c6f676f2e737667)](https://camo.githubusercontent.com/612a4ef807b61193d759bfc9e948bf8b91285a6eee41be40065fea82ebd90343/68747470733a2f2f7777772e6c616465736b2e636f6d2f66696c6561646d696e2f74656d706c617465732f6c6573732f696d672f6c612d6c6f676f2e737667)

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

[](#installation)

Use composer to install this package.

Example of usage
----------------

[](#example-of-usage)

Create a new LiveAgentAPI client instance

```
$la = new QualityUnit\LiveAgentApi('https://yourliveagantdomain.com/api/v3', 'api_key');

$ticket = new QualityUnit\Ticket('Test API', 'This is a testing message.', 'recipient@example.org', 'user@example.org');

print_r($la->createTicket($ticket));
```

How to run tests?
-----------------

[](#how-to-run-tests)

Tests are build with [Nette Tester](https://tester.nette.org/). You can run it like this:

```
php -f tester ./ -c php.ini-mac --coverage coverage.html --coverage-src ../src
```

Minimum requirements
--------------------

[](#minimum-requirements)

- PHP 7.1+
- php-curl

License
-------

[](#license)

MIT License (c) Pavol Biely

Read the provided LICENSE file for details.

Links
=====

[](#links)

- [API reference](https://support.ladesk.com/docs/api/v3/)
- [Official REST API docs](https://support.ladesk.com/066804-LiveAgent-API)
- [Official website](https://www.ladesk.com)

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/253db396889b232a20df30f31398208f9abcf2ea8db0d9b3e086a76af8830895?d=identicon)[pavolbiely](/maintainers/pavolbiely)

---

Top Contributors

[![pavolbiely](https://avatars.githubusercontent.com/u/115791?v=4)](https://github.com/pavolbiely "pavolbiely (4 commits)")

---

Tags

apiapi-clienthelpdeskhelpdesk-ticketingliveagentphpphp-libraryqualityunitrestrest-apirest-client

### Embed Badge

![Health badge](/badges/pavolbiely-liveagent/health.svg)

```
[![Health](https://phpackages.com/badges/pavolbiely-liveagent/health.svg)](https://phpackages.com/packages/pavolbiely-liveagent)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M478](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M271](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
