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 2mo ago

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 72% 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

2992d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b355c694c28f31b51b43be0f1c4ba58d09729c77395a10fa4f68989065db6f27?d=identicon)[AdamKyle](/maintainers/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

[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)
