PHPackages                             wpdesk/helpscout-docs-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. wpdesk/helpscout-docs-api-php

ActiveLibrary[API Development](/categories/api)

wpdesk/helpscout-docs-api-php
=============================

API client for the Help Scout Docs API

4.0.1(3y ago)06811MITPHPPHP &gt;=8

Since May 31Pushed 3y agoCompare

[ Source](https://github.com/wpdesk/helpscout-docs-api-php)[ Packagist](https://packagist.org/packages/wpdesk/helpscout-docs-api-php)[ Docs](http://www.helpscout.net)[ RSS](/packages/wpdesk-helpscout-docs-api-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (22)Used By (1)

helpscout-docs-api-php [![example workflow](https://github.com/m1x0n/helpscout-docs-api-php/actions/workflows/main.yaml/badge.svg)](https://github.com/m1x0n/helpscout-docs-api-php/actions/workflows/main.yaml/badge.svg)
==========================================================================================================================================================================================================================

[](#helpscout-docs-api-php-)

PHP Wrapper for the Help Scout Docs API. More information about Docs API: .

Inspired and followed by original  repository.

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

[](#requirements)

- PHP &gt;= 8

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

[](#installation)

This will install latest `4.*` version:

```
composer require m1x0n/helpscout-docs-api-php

```

Package versionPHP version`1.*``>= 5.5``2.*``>= 7.3``3.*``>= 7.4``4.*``>= 8`Previous versions are also available and could be installed in following way:

```
composer require m1x0n/helpscout-docs-api-php:^2

```

Example Usage:
--------------

[](#example-usage)

```
require_once __DIR__ . '/../vendor/autoload.php';

use HelpScoutDocs\DocsApiClient;

// Initialize client
$docsApiClient = new DocsApiClient('your-api-key');

// Get all collections
$collections = $docsApiClient->getCollections();
```

[More examples](https://github.com/m1x0n/helpscout-docs-api-php/tree/master/examples)
-------------------------------------------------------------------------------------

[](#more-examples)

[Changelog](https://github.com/m1x0n/helpscout-docs-api-php/tree/master/CHANGELOG.md)
-------------------------------------------------------------------------------------

[](#changelog)

[Covered Docs API methods](https://github.com/m1x0n/helpscout-docs-api-php/tree/master/REFERENCE.md)
----------------------------------------------------------------------------------------------------

[](#covered-docs-api-methods)

Contributions
-------------

[](#contributions)

Contributions are highly appreciated.

Feel free to file an issue, send a PR, make a suggestion etc.

TODO
----

[](#todo)

Use jms/serializer for deserialization

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 91.5% 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.

###  Release Activity

Cadence

Every ~119 days

Recently: every ~35 days

Total

21

Last Release

1253d ago

Major Versions

0.1.2 → 1.02016-07-07

1.4.0 → 2.0.02020-10-09

2.0.1 → 3.0.02022-04-10

3.0.1 → 4.0.02022-07-23

PHP version history (5 changes)0.1.2PHP &gt;=5.3.2

1.0PHP &gt;=5.5.0

2.0.0PHP &gt;=7.3.0

3.0.0PHP &gt;=7.4.0

4.0.0PHP &gt;=8

### Community

Maintainers

![](https://www.gravatar.com/avatar/16497f8884c0767d3a114cc1cf8daaa639bac052178b03c59d59dfa95569d50b?d=identicon)[dyszczo](/maintainers/dyszczo)

![](https://www.gravatar.com/avatar/e6b9d73e70788735e2d8af0fba63affafdea243effde5eeae3e6fbb1e5d828e6?d=identicon)[grola](/maintainers/grola)

---

Top Contributors

[![m1x0n](https://avatars.githubusercontent.com/u/1465680?v=4)](https://github.com/m1x0n "m1x0n (86 commits)")[![MaxGfeller](https://avatars.githubusercontent.com/u/361435?v=4)](https://github.com/MaxGfeller "MaxGfeller (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![adammeyer](https://avatars.githubusercontent.com/u/4603906?v=4)](https://github.com/adammeyer "adammeyer (1 commits)")[![jamesckemp](https://avatars.githubusercontent.com/u/1853915?v=4)](https://github.com/jamesckemp "jamesckemp (1 commits)")[![dyszczo](https://avatars.githubusercontent.com/u/1263190?v=4)](https://github.com/dyszczo "dyszczo (1 commits)")[![coffeeneer](https://avatars.githubusercontent.com/u/4289336?v=4)](https://github.com/coffeeneer "coffeeneer (1 commits)")

---

Tags

apiapi clientdocshelpscoutdocs-api

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wpdesk-helpscout-docs-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/wpdesk-helpscout-docs-api-php/health.svg)](https://phpackages.com/packages/wpdesk-helpscout-docs-api-php)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[m1x0n/helpscout-docs-api-php

API client for the Help Scout Docs API

2124.2k1](/packages/m1x0n-helpscout-docs-api-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[helpscout/api

Help Scout API v2 Client

1002.1M4](/packages/helpscout-api)[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)[fabian-beiner/todoist-php-api-library

A PHP client library that provides a native interface to the official Todoist REST API.

4810.8k](/packages/fabian-beiner-todoist-php-api-library)

PHPackages © 2026

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