All Projects → m1x0n → helpscout-docs-api-php

m1x0n / helpscout-docs-api-php

Licence: other
DocsApi client for HelpScout

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to helpscout-docs-api-php

activecollab-feather-sdk
PHP SDK for ActiveCollab 5 and 6 API
Stars: ✭ 47 (+123.81%)
Mutual labels:  api-client
reactools
Create React interfaces is easy.
Stars: ✭ 14 (-33.33%)
Mutual labels:  docs
docs
Learn Anything Docs
Stars: ✭ 25 (+19.05%)
Mutual labels:  docs
SignNowNodeSDK
The Official SignNow Node.js Client Library for interacting with SignNow REST API. Sign documents, request e-signatures, and build role-based workflows with multiple signers using this client.
Stars: ✭ 14 (-33.33%)
Mutual labels:  api-client
laravel-bitcoinrpc
Bitcoin JSON-RPC Service Provider for Laravel.
Stars: ✭ 83 (+295.24%)
Mutual labels:  api-client
approveapi-go
A Go library for using ApproveAPI
Stars: ✭ 16 (-23.81%)
Mutual labels:  api-client
hornibills
犀鸟 方便快捷的文档接口管理
Stars: ✭ 78 (+271.43%)
Mutual labels:  docs
primeuploads-py
An unoffcial python API client for primeuploads.com
Stars: ✭ 40 (+90.48%)
Mutual labels:  api-client
idoc
📒📚Generate beautiful interactive documentation and Open-API 3.0 spec file from your existing Laravel app.
Stars: ✭ 95 (+352.38%)
Mutual labels:  docs
edd-helpscout
Easy Digital Downloads integration for HelpScout. A WordPress Plugin.
Stars: ✭ 58 (+176.19%)
Mutual labels:  helpscout
Workday.WebServices
Workday API clients
Stars: ✭ 18 (-14.29%)
Mutual labels:  api-client
HaloSharp
A C# wrapper for the Halo® 5 Game Data API.
Stars: ✭ 24 (+14.29%)
Mutual labels:  api-client
Custom-Software-For-Xiaomi-Dafang
API and panel site for Xiaomi Dafang
Stars: ✭ 36 (+71.43%)
Mutual labels:  api-client
doccano-client
A simple client wrapper for doccano API.
Stars: ✭ 52 (+147.62%)
Mutual labels:  api-client
webapi
WAI based library for web api
Stars: ✭ 27 (+28.57%)
Mutual labels:  api-client
CveXplore
CveXplore
Stars: ✭ 21 (+0%)
Mutual labels:  api-client
healthchecksio
Update and display the status of your healthchecks.io checks.
Stars: ✭ 30 (+42.86%)
Mutual labels:  api-client
docs.bitshares.org
Please check the new repository https://github.com/bitshares/how.bitshares.works. This repository contains the OLD sources (and the build in a different branch) for docs.bitshares.org
Stars: ✭ 18 (-14.29%)
Mutual labels:  docs
open-development-template
Workflow and documentation templates that help teams formalize their goals, workflow and governance model to encourage participation and field contributions.
Stars: ✭ 18 (-14.29%)
Mutual labels:  docs
ruby-ipfs-http-client
A client library for the IPFS HTTP API, implemented in Ruby.
Stars: ✭ 21 (+0%)
Mutual labels:  api-client

helpscout-docs-api-php example workflow

PHP Wrapper for the Help Scout Docs API. More information about Docs API: http://developer.helpscout.net/docs-api/.

Inspired and followed by original https://github.com/helpscout/helpscout-api-php repository.

Requirements

  • PHP >= 7.4.0

Installation

This will install latest 3.* version:

composer require m1x0n/helpscout-docs-api-php
Package version PHP version
1.* >= 5.5
2.* >= 7.3
3.* >= 7.4

Previous versions are also available and could be installed in following way:

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

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

Changelog

Covered Docs API methods

Contributions

Contributions are highly appreciated.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].