PHPackages                             symplur/sdk - 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. symplur/sdk

AbandonedArchivedLibrary[API Development](/categories/api)

symplur/sdk
===========

Client SDK for the Symplur API

2.2.0(3y ago)17MITPHPPHP ^8.0

Since Dec 15Pushed 1y ago4 watchersCompare

[ Source](https://github.com/symplur/sdk-php)[ Packagist](https://packagist.org/packages/symplur/sdk)[ RSS](/packages/symplur-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (13)Used By (0)

Symplur SDK for PHP
===================

[](#symplur-sdk-for-php)

[![Build Status](https://camo.githubusercontent.com/4b3c90494eb2c02a11e5acb1ed6b1132ee84a70fbc1da1253ea49b053affea6f/68747470733a2f2f7472617669732d63692e6f72672f73796d706c75722f73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/symplur/sdk-php)[![Latest Stable Version](https://camo.githubusercontent.com/9bc714e78bd8cfd159da78ee95728cba8a0a52a7fcffa91d43b2952be8f653f2/68747470733a2f2f706f7365722e707567782e6f72672f73796d706c75722f73646b2f762f737461626c65)](https://packagist.org/packages/symplur/sdk)[![License](https://camo.githubusercontent.com/0af7ee179853b8f4808cecaa1adf2e9f1e102b725b8d3da087a17bca9f0a3fa8/68747470733a2f2f706f7365722e707567782e6f72672f73796d706c75722f73646b2f6c6963656e7365)](https://packagist.org/packages/symplur/sdk)

This library is intended to simplify using the [Symplur API](https://www.symplur.com/product/symplur-api/) in your PHP applications.

#### Healthcare Social Graph

[](#healthcare-social-graph)

The Symplur API gives access to insights from the [Healthcare Social Graph®](https://www.symplur.com/technology/healthcare-social-graph/) – the vast neural network of public healthcare communities, conversations and people, hand curated by Symplur and powered by machine learning.

Quick Start
===========

[](#quick-start)

First, contact [ Symplur](https://www.symplur.com/contact/) to get your API credentials. This will consist of a Client ID and a Client Secret, which represent your organization. Then install this library using [Composer](https://getcomposer.org/) and construct the client object by inputting those strings. That's it! You're ready to start using it.

```
# composer require symplur/sdk

```

```
