PHPackages                             xigen/esm-sdk-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. xigen/esm-sdk-php

ActiveLibrary[API Development](/categories/api)

xigen/esm-sdk-php
=================

1119PHP

Since Jan 21Pushed 10y ago1 watchersCompare

[ Source](https://github.com/XigenChris/esm-sdk-php)[ Packagist](https://packagist.org/packages/xigen/esm-sdk-php)[ RSS](/packages/xigen-esm-sdk-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

esm-sdk-php
===========

[](#esm-sdk-php)

[![Build Status](https://camo.githubusercontent.com/e2c256327f0a033034f57bd290e9d8a18a99128174da25c19636e12905fd4814/68747470733a2f2f7472617669732d63692e6f72672f586967656e43687269732f65736d2d73646b2d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/XigenChris/esm-sdk-php)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a5e9c85f21a94b753cbe837bb0df8a2a81b1b34c4f39b0f2d739a713616065be/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f586967656e43687269732f65736d2d73646b2d7068702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/XigenChris/esm-sdk-php/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/b7fb33995b211a4e2b1003e6545917c699b604a90d6a32787df792e85f021493/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f586967656e43687269732f65736d2d73646b2d7068702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/XigenChris/esm-sdk-php/?branch=master)

A simple PHP Library that allows you to interact with Xigen's Signature Manager's API without needing to know the endpoints or make manual curl request.

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

[](#requirements)

- PHP &gt;=5.4.38
- Curl installed (used via guzzle)
- API Key (You can get this via the ESM control panel)

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

[](#installation)

Installation is done via composer

```
composer require xigen/esm-sdk-php

```

```
