An open API service indexing awesome lists of open source software.

https://github.com/emartech/php-suite-api

helper classes to use suite api
https://github.com/emartech/php-suite-api

team-interactions

Last synced: 11 months ago
JSON representation

helper classes to use suite api

Awesome Lists containing this project

README

          

# php-suite-api

[![REUSE status](https://api.reuse.software/badge/github.com/emartech/php-suite-api)](https://api.reuse.software/info/github.com/emartech/php-suite-api)

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

See [Contribution guideline](https://github.com/emartech/php-suite-api/blob/master/CONTRIBUTING.md).

# Code of Conduct

See [Code of Conduct here](https://github.com/emartech/.github/blob/main/CODE_OF_CONDUCT.md).

# Licensing

Copyright 2016-2023 SAP SE or an SAP affiliate company and php-suite-api
contributors. Please see our
[LICENSE](https://github.com/emartech/php-suite-api/blob/master/LICENSE) for
copyright and license information.