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

ActiveLibrary[API Development](/categories/api)

foru-ms/sdk
===========

ForuMs PHP Library

0.0.34(5mo ago)00PHPPHP ^8.1CI passing

Since Jan 11Pushed 5mo agoCompare

[ Source](https://github.com/foru-ms/php-sdk)[ Packagist](https://packagist.org/packages/foru-ms/sdk)[ RSS](/packages/foru-ms-sdk/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Foru.ms PHP Library
===================

[](#forums-php-library)

[![](https://camo.githubusercontent.com/f2b15f9ec950101af1fdceff060b9d4be01d5e1cd2ec17918048ddd6bb1cef06/68747470733a2f2f666f72752e6d732f696d616765732f636f7665722e706e67)](https://camo.githubusercontent.com/f2b15f9ec950101af1fdceff060b9d4be01d5e1cd2ec17918048ddd6bb1cef06/68747470733a2f2f666f72752e6d732f696d616765732f636f7665722e706e67)

[![fern shield](https://camo.githubusercontent.com/8053034980884cc47f4b7cace74fdfa9cdad97f9200a9e2d4b22fac279356faf/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2546302539462538432542462d4275696c74253230776974682532304665726e2d627269676874677265656e)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=https%3A%2F%2Fgithub.com%2Fforu-ms%2Fphp-sdk)[![php shield](https://camo.githubusercontent.com/c6935ea725f448fdb79c5a9a86bf2f898610c8bf44028a3192176889b47cdba6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d7061636b61676973742d70696e6b)](https://packagist.org/packages/foru-ms/sdk)

The Foru.ms PHP library provides convenient access to the Foru.ms APIs from PHP.

Table of Contents
-----------------

[](#table-of-contents)

- [Documentation](#documentation)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
- [Exception Handling](#exception-handling)
- [Advanced](#advanced)
    - [Custom Client](#custom-client)
    - [Retries](#retries)
    - [Timeouts](#timeouts)
- [Contributing](#contributing)

Documentation
-------------

[](#documentation)

API reference documentation is available [here](https://foru.ms/docs/api-reference).

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

[](#requirements)

This SDK requires PHP ^8.1.

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

[](#installation)

```
composer require foru-ms/sdk
```

Usage
-----

[](#usage)

Instantiate and use the client with the following:

```
