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
- Host: GitHub
- URL: https://github.com/emartech/php-suite-api
- Owner: emartech
- License: apache-2.0
- Created: 2016-11-08T10:26:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T09:14:43.000Z (over 2 years ago)
- Last Synced: 2024-04-14T07:41:06.398Z (over 2 years ago)
- Topics: team-interactions
- Language: PHP
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 31
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.