PHPackages                             ardakilic/euromessage-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ardakilic/euromessage-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ardakilic/euromessage-php
=========================

Euromessage PHP Client

0.1.2(7y ago)9501[1 issues](https://github.com/Ardakilic/euromessage-php/issues)MITPHPPHP &gt;=5.5.0

Since Aug 17Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Ardakilic/euromessage-php)[ Packagist](https://packagist.org/packages/ardakilic/euromessage-php)[ RSS](/packages/ardakilic-euromessage-php/feed)WikiDiscussions master Synced yesterday

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Euromessage-PHP
---------------

[](#euromessage-php)

This PHP library helps you to create member data, add them to specific lists or delete them, and update preferences of members on [Euromessage](https://www.euromsg.com/).

This client uses the Euromessage's REST API, and you can set the endpoints if you want from configuration.

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

[](#requirements)

- Not an ancient PHP version (&gt;=5.5.0)
- ext-json

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

[](#installation)

You can simply install via composer package manager:

```
composer require ardakilic/euromessage-php
```

Example Configuration
---------------------

[](#example-configuration)

Please refer to [config.example.php](./config.example.php).

The configuration parameter holds the `endpoints` section, because during my integration, the company provided me a different api endpoint (base\_uri).

Examples
--------

[](#examples)

Creating (and Updating) a member
--------------------------------

[](#creating-and-updating-a-member)

### a) From Member Service

[](#a-from-member-service)

```
