emartech / php-suite-api
Simple client library for emarsys suite API
Installs: 14 477
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 31
Forks: 1
Open Issues: 5
Requires
- php: ^8.0
- emartech/escher: ^4.0
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- fqqdk/packagist-publisher: >=1.2.5
- phpunit/phpunit: 9.*
- silex/silex: ~2.0
- dev-master
- 4.1.0
- 4.0.0
- 3.1.0
- 3.0.0
- 2.1.1
- 2.1.0
- 2.0.16
- 2.0.15
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.1
- 1.0.0
- 0.4.8
- 0.4.7
- 0.4.6
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-before_escher4
- dev-php8
- dev-guzzle-up
This package is auto-updated.
Last update: 2024-11-12 14:38:15 UTC
README
PHP wrapper library for the Emarsys Suite v2 API.
This library is for accessing the v2 API using Escher authentication (aka internal API). WSSE authentication (aka "public" v2 API) is not supported.
Requirements
The package supports PHP 8+
You will need an Escher key provided by Emarsys to use this library.
How to do useful things
Create a new release
When you want to release a new version from the package, please add a tag with the current version on GitHub.
git tag 2.0.4
git push --tags
Contributing
Code of Conduct
See Code of Conduct here.
Licensing
Copyright 2016-2023 SAP SE or an SAP affiliate company and php-suite-api contributors. Please see our LICENSE for copyright and license information.