PHPackages                             outsideopen/kaseya-api-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. outsideopen/kaseya-api-client

ActiveLibrary[API Development](/categories/api)

outsideopen/kaseya-api-client
=============================

Client library for Kaseya Rest API

1153[2 issues](https://github.com/outsideopen/kaseya-api-php-client/issues)PHP

Since Jun 15Pushed 4y ago4 watchersCompare

[ Source](https://github.com/outsideopen/kaseya-api-php-client)[ Packagist](https://packagist.org/packages/outsideopen/kaseya-api-client)[ RSS](/packages/outsideopen-kaseya-api-client/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Kaseya REST API Client Library for PHP
======================================

[](#kaseya-rest-api-client-library-for-php)

The Kaseya REST API Client Library enables you to work with Kaseya's REST API.

These client libraries are not officially supported by Kaseya.

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

[](#requirements)

- [PHP 5.5.0 or higher](http://www.php.net/)

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

[](#installation)

You can use **Composer**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require outsideopen/kaseya-api-client
```

Examples
--------

[](#examples)

### Basic Example

[](#basic-example)

```
// include your composer dependencies
require_once 'vendor/autoload.php';

$client = new Kaseya\Client("kaseya.example.com", "agent", "agent-password");
$service = new Kaseya\Service\Asset($client);
$results = $service->agents->all();
foreach ($results as $item) {
  echo $item['AgentId'], " \n";
}
```

How Do I Contribute?
--------------------

[](#how-do-i-contribute)

Please see the [contributing](CONTRIBUTING.md) page for more information. In particular, we love pull requests.

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/5eb9bc1606754fee81247bf5d4a6a4d7fb7cce1b3769de69a345c5c8e120211e?d=identicon)[dlundgren](/maintainers/dlundgren)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/outsideopen-kaseya-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/outsideopen-kaseya-api-client/health.svg)](https://phpackages.com/packages/outsideopen-kaseya-api-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
