PHPackages                             opifer/smarteventmanager - 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. opifer/smarteventmanager

ActiveLibrary[API Development](/categories/api)

opifer/smarteventmanager
========================

Library for using the Voorraedt Smart Event Manager Application Programming Interface (API)

1.0(11y ago)24.1k1GPLPHP

Since Aug 22Pushed 6y ago5 watchersCompare

[ Source](https://github.com/Opifer/SmartEventManager)[ Packagist](https://packagist.org/packages/opifer/smarteventmanager)[ RSS](/packages/opifer-smarteventmanager/feed)WikiDiscussions master Synced 1w ago

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

SmartEventManager API PHP client
================================

[](#smarteventmanager-api-php-client)

The SmartEventManager API PHP client enables PHP developers to use SmartEventManager API in their PHP code. The client is written on SEM API version 8.1.16, but other versions should probably work. All the current implemented API functionality is described in the description.json, for expanding the client functionality this is also the place to get starting.

Prerequisites
-------------

[](#prerequisites)

- [SmartEventManager API](http://www.voorraedt.nl/docs/api/) version 8.1.16 or above
- PHP 5.3 or above
- curl, json extensions must be enabled
- composer for fetching dependencies (See )

To install

```
composer require opifer/smarteventmanager

```

or add this to your composer.json, and `composer update`

```
{
    "require": {
        "opifer/smarteventmanager": "0.*"
    }
}

```

Quick Example
-------------

[](#quick-example)

### Getting companies

[](#getting-companies)

```
