nextevent / php-sdk
SDK to interact with the NextEvent API written in PHP
Installs: 1 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: >=5.5
- guzzlehttp/guzzle: >=6.3.3
- psr/log: ^1.0
README
Installation
You can install the SDK via Composer or by downloading the source.
composer install nextevent/php-sdk
Update
Before updating to a new version please check the Changelog for any possible incompatibility. Please update your development and integration servers first. Only if all tests have passed without errors consider to update the production environment.
Change the version in composer.json to the desired version. To update the SDK simply run:
composer update
Documentation
The documentation for the NextEvent PHP SDK is located here. This includes a step-by-step guide how to integrate the SDK in a web application.
Build the documentation with phing apidoc
.
License
Copyright (C) 2022, NextEvent AG, nextevent.com
Published under the MIT License, all rights reserved.