Download the PHP package guj-dvs/data-push-sdk-php without Composer
On this page you can find all versions of the php package guj-dvs/data-push-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download guj-dvs/data-push-sdk-php
More information about guj-dvs/data-push-sdk-php
Files in guj-dvs/data-push-sdk-php
Download guj-dvs/data-push-sdk-php
More information about guj-dvs/data-push-sdk-php
Files in guj-dvs/data-push-sdk-php
Vendor guj-dvs
Package data-push-sdk-php
Short Description This SDK provides an easy to use interface for secured data exchange between G+J and 3rd Party Applications. All communications are GPG encrypted.
License GPL-3.0-only
Package data-push-sdk-php
Short Description This SDK provides an easy to use interface for secured data exchange between G+J and 3rd Party Applications. All communications are GPG encrypted.
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package data-push-sdk-php
G+J DataPush SDK
This SDK provides an easy to use interface for secured data exchange between G+J and 3rd Party Applications. All communications are GPG encrypted.
Installing
To use G+J DataPush SDK simply install package via composer:
Usage with PushData-Object
Usage with PHP array
Possible values
List of possible values for the root and child objects.
Root-Object: PushData
| Information | Feldname | Typ |
|---|---|---|
| Sendendes System | producer | string |
| Client | client | string |
| Objekttyp | type | string |
| Erstellungsdatum des Objektes | createdAt | datetime |
| Daten zur Person | userData | Single object: UserData |
| Kinder | children | List of objects: Child |
| Newsletter Abonnements | newsletter | List of objects: Newsletter |
| Bestellinformationen | orders | List of objects: Order |
| Opt Ins | optIns | List of objects: OptIn |
| Terms | terms | List of objects: Term |
| Teilnahmen an Kampagnen | campaigns | List of objects: Campaign |
Object: UserData
| Information | Feldname | Typ |
|---|---|---|
| SSO ID | ssoId | string |
| Kundennummer | customerNo | string |
| Benutzername | userName | string |
| Vorname | name | string |
| Nachname | lastName | string |
| Geschlecht | gender | string |
| Geburtsdatum | dateOfBirth | date |
| string | ||
| Telefon | phone | string |
| Mobile | mobile | string |
| Firma | company | string |
| Straße | street | string |
| Hausnummer | streetNo | string |
| zu Händen von | careOf | string |
| PLZ | postcode | string |
| Wohnort | city | string |
| Land | country | string |
Object: Child
| Information | Feldname | Typ |
|---|---|---|
| Vorname Kind | name | string |
| Nachname Kind | lastName | string |
| Geschlecht Kind | gender | string |
| Geburtsdatum Kind | dateOfBirth | date |
Object: Newsletter
| Information | Feldname | Typ |
|---|---|---|
| Newsletter Art | type | string |
| Registrierungsdatum | registeredAt | datetime |
Object: Order
| Information | Feldname | Typ |
|---|---|---|
| Art der Bestellung | type | string |
| order ID | orderID | string |
| order date | orderDate | datetime |
| order value | orderValue | string |
| lifetime_value | lifetimeValue | string |
| purchase_device | purchaseDevice | string |
| discount_name | discountName | string |
| discount_value | discountValue | string |
| category name_0 | categoryName0 | string |
| category name_1 | categoryName1 | string |
| category name_3 | categoryName3 | string |
| paper_format | paperFormat | string |
Object: Optin
| Information | Feldname | Typ |
|---|---|---|
| Opt In Art | type | string |
| Opt In ID | id | string |
| Opt In Text | text | string |
| Double Opt-in | doubleOptIn | boolean |
Object: Term
| Information | Feldname | Typ |
|---|---|---|
| Art der Terms | type | string |
| Terms ID | id | string |
| Terms Text | text | string |
Object: Campaign
| Information | Feldname | Typ |
|---|---|---|
| Name der Kampagne | name | string |
| Teilnahmedatum | registeredAt | datetime |
Example Structure in JSON:
Built With
- Amazon AWS SDK for PHP
- php-gpg - php-gpg is a pure PHP implementation of GPG/PGP
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
GNU General Public License v3.0
All versions of data-push-sdk-php with dependencies
PHP Build Version
Package Version
The package guj-dvs/data-push-sdk-php contains the following files
Loading the files please wait ...