Download the PHP package fei/notification-client without Composer
On this page you can find all versions of the php package fei/notification-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fei/notification-client
More information about fei/notification-client
Files in fei/notification-client
Package notification-client
Short Description Flash applicative Notification - client component
License GPL-3.0
Informations about the package notification-client
Service Notification - Client
Table of contents
- Purpose
- Requirements
- Runtime
- Step by step installation
- Initialization
- Configuration
- Settings
- Known issues
- Contribution
- Link to documentation
- Examples
- Credits
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
Runtime
- PHP 5.5
Step by step Installation
for all purposes (devlopment, contribution and production)
Initialization
-
Cloning repository
- Run Composer depedencies installation
Configuration
The notification client needs some options to work properly. The available options that can be passed to the __construct()
or setOptions()
methods are :
Option | Description | Type | Possible Values | Default |
---|---|---|---|---|
OPTION_BASEURL | This is the server to which send the requests. | string | Any URL, including protocol but excluding path | -- |
OPTION_HEADER_AUTHORIZATION | Api Key for authentification | string | Any string value | '' |
Settings
Don't forget to set the right baseUrl
!
Known issues
No known issue at this time.
Contribution
As FEI Service, designed and made by OpCoding. The contribution workflow will involve both technical teams. Feel free to contribute, to improve features and apply patches, but keep in mind to carefully deal with pull request. Merging must be the product of complete discussions between Flash and OpCoding teams :)
Link to documentation
Examples
You can test this client easily thanks to the folder examples
Here, an example on how to use example : php /my/notification-client/folder/examples/notify.php
Credits
- Product Owner : Nicolas Devaux (FEI)
- Lead developer : Boris Cerati (OpCoding)
- Main developer : Ludovic Sanctorum (OpCoding)