PHPackages                             adambalan/laravel-helpscout - 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. adambalan/laravel-helpscout

ActiveLibrary[API Development](/categories/api)

adambalan/laravel-helpscout
===========================

A helpscout API package for laravel

1.6.15(8y ago)075MITPHP

Since Nov 22Pushed 8y agoCompare

[ Source](https://github.com/AdamKyle/laravel-helpscout-api)[ Packagist](https://packagist.org/packages/adambalan/laravel-helpscout)[ RSS](/packages/adambalan-laravel-helpscout/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (50)Used By (0)

Helpscout Laravel Bridge
========================

[](#helpscout-laravel-bridge)

This is a very simple project that supports [the Helpscout API project I started](https://github.com/AdamKyle/helpscout-api).

As such all tests are in that particular project. Also see that project for the [Api](https://github.com/AdamKyle/helpscout-api/blob/master/docs/ApiIndex.md).

This particular package for Laravel is nothing more then a Service provider that registers a set of facades to make accessing the API Endpoints easier.

Setup
-----

[](#setup)

- `composer require adambalan/laravel-helpscout`
- Create an ENV called: `HELPSCOUT_DOCS_API_KEY` and assign it your appropriate API key.

GET Requests (Facades)
----------------------

[](#get-requests-facades)

- [`\Articles`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Get-Articles.md)
- [`\Collections`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Get-Collections.md)
- [`\Categories`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Get-Categories.md)
- [`\Redirects`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Get-Redirects.md)
- [`\Sites`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Get-Sites.md)

POST Requests (Facades)
-----------------------

[](#post-requests-facades)

- [`\Article`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Post-Article.md)
- [`\Collection`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Post-Collection.md)
- [`\Categorie`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Post-Categorie.md)

PUT Requests (Facades)
----------------------

[](#put-requests-facades)

- [`\ArticlePut`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Put-Article.md)

DELETE Requests (Facades)
-------------------------

[](#delete-requests-facades)

- [`\ArticleDelete`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Delete-Article.md)

ASYNC (Facades)
---------------

[](#async-facades)

- [`\Pool`](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Api-Pool.md)

Response Class (Regular Class: `HelpscoutApi\Response\Response`)
----------------------------------------------------------------

[](#response-class-regular-class-helpscoutapiresponseresponse)

We have a response class that contains two methods: `getLocation()` and `getContents()` which allows you to get the location of the created object and the contents of the body of the response.

For the created response to come back, pass in: `{'required': true}` for the body when implementing the Post Body contracts. This will make sure that any created resources are passed back to you and you can use the `getContents()` method to get the decoded JSON values.

For more info please see the [Response](https://github.com/AdamKyle/helpscout-api/blob/master/docs/HelpscoutApi-Response-Response.md) docs.

Where are the tests?
--------------------

[](#where-are-the-tests)

The tests are located in [the Helpscout API project I started](https://github.com/AdamKyle/helpscout-api).

I did not include tests here because this is nothing more then facades and a provider. There is no core logic here.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 94.7% 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 ~2 days

Recently: every ~7 days

Total

48

Last Release

3042d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/188563?v=4)[AdamBalan](/maintainers/AdamKyle)[@AdamKyle](https://github.com/AdamKyle)

---

Top Contributors

[![AdamKyle](https://avatars.githubusercontent.com/u/188563?v=4)](https://github.com/AdamKyle "AdamKyle (54 commits)")[![Adrienk](https://avatars.githubusercontent.com/u/509664?v=4)](https://github.com/Adrienk "Adrienk (3 commits)")

### Embed Badge

![Health badge](/badges/adambalan-laravel-helpscout/health.svg)

```
[![Health](https://phpackages.com/badges/adambalan-laravel-helpscout/health.svg)](https://phpackages.com/packages/adambalan-laravel-helpscout)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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