Download the PHP package melvin-hamilton-digital/emarsys-api without Composer
On this page you can find all versions of the php package melvin-hamilton-digital/emarsys-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download melvin-hamilton-digital/emarsys-api
More information about melvin-hamilton-digital/emarsys-api
Files in melvin-hamilton-digital/emarsys-api
Download melvin-hamilton-digital/emarsys-api
More information about melvin-hamilton-digital/emarsys-api
Files in melvin-hamilton-digital/emarsys-api
Vendor melvin-hamilton-digital
Package emarsys-api
Short Description Emarsys API integration
License MIT
Package emarsys-api
Short Description Emarsys API integration
License MIT
Please rate this library. Is it a good library?
Informations about the package emarsys-api
Emarsys API
API documentation
https://dev.emarsys.com/v2/emarsys-developer-hub
Current features
- contact management,
- triggering external events,
- fields management,
- product and sales feed generation,
- sales feed upload.
Example usage
Product feed
Emarsys product feed can be either Google Product Feed or custom CSV format. While using Google Product Feed might be a better idea, since it is supported not only by Emarsys, this library still provides:
MHD\Emarsys\Data\ProductData
class, which covers all standard product data fields,MHD\Emarsys\ProductFeed\CustomField
annotation class andMHD\Emarsys\ProductFeed\ProductDataNameConverter
for custom product data fields,
Those classes are meant to be used with symfony/serializer
library.
Sales feed
For Emarsys sales feed generation this library provides:
MHD\Emarsys\Data\SalesData
class, which covers standard sales data field set,MHD\Emarsys\SalesFeed\CustomField
annotation class, andMHD\Emarsys\SalesFeed\SalesDataNameConverter
for sales data custom fields,MHD\Emarsys\SalesFeed\Uploader
class for automated sales feed upload.
All versions of emarsys-api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
psr/http-client Version ^1.0
ext-json Version *
guzzlehttp/psr7 Version ^2.0
doctrine/annotations Version ^1
symfony/serializer Version ^4|^5
psr/http-client Version ^1.0
ext-json Version *
guzzlehttp/psr7 Version ^2.0
doctrine/annotations Version ^1
symfony/serializer Version ^4|^5
The package melvin-hamilton-digital/emarsys-api contains the following files
Loading the files please wait ....