PHPackages                             fei/notification-client - 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. fei/notification-client

ActiveProject

fei/notification-client
=======================

Flash applicative Notification - client component

v1.3.0(7y ago)06.9k1GPL-3.0PHPPHP &gt;=7.0CI failing

Since Sep 15Pushed 7y ago22 watchersCompare

[ Source](https://github.com/flash-global/notification-client)[ Packagist](https://packagist.org/packages/fei/notification-client)[ RSS](/packages/fei-notification-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (5)Dependencies (8)Versions (13)Used By (1)

Service Notification - Client
=============================

[](#service-notification---client)

[![GitHub release](https://camo.githubusercontent.com/e2d8ad17ed6c5dce1109dacee4e607054f5fdcaf6887584895d101ac48d8c7ef/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f666c6173682d676c6f62616c2f6e6f74696669636174696f6e2d636c69656e742e7376673f7374796c653d666f722d7468652d6261646765)](README.md)

Table of contents
-----------------

[](#table-of-contents)

- [Purpose](#purpose)
- [Requirements](#requirements)
    - [Runtime](#runtime)
- [Step by step installation](#step-by-step-installation)
    - [Initialization](#initialization)
    - [Configuration](#configuration)
    - [Settings](#settings)
    - [Known issues](#known-issues)
- [Contribution](#contribution)
- [Link to documentation](#link-to-documentation)
    - [Examples](#examples)
- [Credits](#credits)

Purpose
-------

[](#purpose)

This client permit to use the `Notification Api`. Thanks to it, you could request the API to :

- Fetch data
- Create data
- Update data
- Delete data

easily

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

[](#requirements)

### Runtime

[](#runtime)

- PHP 5.5

Step by step Installation
-------------------------

[](#step-by-step-installation)

> for all purposes (devlopment, contribution and production)

### Initialization

[](#initialization)

- Cloning repository `git clone https://github.com/flash-global/notification-client.git`
- Run Composer depedencies installation `composer install`

Configuration
-------------

[](#configuration)

The notification client needs some options to work properly. The available options that can be passed to the `__construct()` or `setOptions()` methods are :

OptionDescriptionTypePossible ValuesDefaultOPTION\_BASEURLThis is the server to which send the requests.stringAny URL, including protocol but excluding path--OPTION\_HEADER\_AUTHORIZATIONApi Key for authentificationstringAny string value''### Settings

[](#settings)

Don't forget to set the right `baseUrl` !

```
