PHPackages                             usefomo/fomo-php-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. usefomo/fomo-php-sdk

ActiveLibrary[API Development](/categories/api)

usefomo/fomo-php-sdk
====================

Fomo PHP SDK is the official SDK wrapper for the Fomo API service

1.2.0(7y ago)570.8k↓44.4%8proprietaryPHPPHP &gt;=5.3.0

Since Aug 12Pushed 7y ago7 watchersCompare

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

READMEChangelogDependenciesVersions (14)Used By (0)

Fomo PHP SDK
============

[](#fomo-php-sdk)

*Fomo PHP SDK* is the official SDK wrapper for the [Fomo API service](https://fomo.com)

API docs:

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

[](#requirements)

- PHP Version 5.3.0+

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

[](#installation)

Install the latest version with

```
$ composer require usefomo/fomo-php-sdk
```

Manual User Installation
------------------------

[](#manual-user-installation)

Download [src/Fomo/FomoClient.php](src/Fomo/FomoClient.php) and include the file in your PHP project.

Check out our examples in [example/fomo-example.php](example/fomo-example.php), quick usage examples:

Basic Usage
-----------

[](#basic-usage)

Initialize Fomo client:

```
