PHPackages                             unoeuro/api-php - 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. unoeuro/api-php

ActiveLibrary[API Development](/categories/api)

unoeuro/api-php
===============

Documentation for this API can be found on https://www.simply.com/docs/api/

v1.0.1(10y ago)73573Apache-2.0PHPPHP &gt;=5.3CI passing

Since Sep 28Pushed 3mo ago2 watchersCompare

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

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

SimplyCom-php
=============

[](#simplycom-php)

Documentation for this API can be found on

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/simplycom/api-php.git"
    }
  ],
  "require": {
    "simplycom/api-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
