PHPackages                             mrstebo/ekm-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. [HTTP &amp; Networking](/categories/http)
4. /
5. mrstebo/ekm-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mrstebo/ekm-php
===============

Our new API allows partners to build significantly better integrations with the EKM platform. To try out the below endpoints, or for full up to date representations of the request / response models, please see the \[swagger page\](https://api.ekm.net/swagger/index.html). (We display examples here, but the swagger page is guaranteed to show the complete model.) To keep up to date with the latest updates, please see our \[RSS feed\](https://partners.ekm.net/ChangeLog/Feed) or the \[partner dashboard\](https://partners.ekm.net/).

0.0.4(4y ago)0378unlicensePHPPHP ^7.3 || ^8.0

Since Apr 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mrstebo/ekm-php)[ Packagist](https://packagist.org/packages/mrstebo/ekm-php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/mrstebo-ekm-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (4)Versions (6)Used By (0)

ekm-php
=======

[](#ekm-php)

Our new API allows partners to build significantly better integrations with the EKM platform.

To try out the below endpoints, or for full up to date representations of the request / response models, please see the [swagger page](https://api.ekm.net/swagger/index.html). (We display examples here, but the swagger page is guaranteed to show the complete model.)

To keep up to date with the latest updates, please see our [RSS feed](https://partners.ekm.net/ChangeLog/Feed) or the [partner dashboard](https://partners.ekm.net/).

For more information, please visit .

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.3 and later. Should also work with PHP 8.0 but has not been tested.

### Composer

[](#composer)

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

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

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
