yper / yperapi-sdk-php
PHP SDK for yperapi
Installs: 31 251
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 1
Open Issues: 1
Requires
- php: >=7.2.0
- ext-curl: *
- ext-json: *
Requires (Dev)
- overtrue/phplint: ^1.1
- phpunit/phpunit: ^8.5.16
- dev-master
- v5.1.0
- v5.0.0
- v4.3.8
- v4.3.7
- v4.3.6
- v4.3.5
- v4.3.4
- 4.3.3
- 4.3.2
- v4.3.1
- v4.3.0
- v4.3.0-alpha.1
- v4.2.42
- v4.2.41
- v4.2.4
- v4.2.3
- v4.2.2
- v4.2.1
- v4.2.0
- v4.1.2
- v4.1.1
- v4.1.0
- v4.0.0
- v3.0.7
- v3.0.6
- 3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.1.0
- v2.0.0
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- dev-hotfix/sameArrayKey
- dev-kevin-bog-patch-2
- dev-kevin-bog-patch-1
- dev-feat/uploadFile
- dev-develop
This package is auto-updated.
Last update: 2025-03-27 11:13:23 UTC
README
Install
With composer (fastest)
Install the latest version with :
$ composer require yper/yperapi-sdk-php
In your code, include composer autoload :
<?php require "vendor/autoload.php";
With sources
Download the release you want from :
https://github.com/yperteam/ypersdk-php/releases
Copy the files to your project directory and include the following classes :
require_once("<Your Path>/src/Request.php");
require_once("<Your Path>/src/Response.php");
require_once("<Your Path>/src/YperException.php");
require_once("<Your Path>/src/Api.php");
require_once("<Your Path>/src/Service/<SERVICE_TO_INCLUDE>.php");
Versioning
Please never include our SDK using the dev-master
tag
Always make sure to include a specific version of the SDK
We're using semantic versionning, please take this in consideration
More infos on : https://semver.org/