PHPackages                             rustici-software/scormcloud-api-v2-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. rustici-software/scormcloud-api-v2-client-php

ActiveLibrary[API Development](/categories/api)

rustici-software/scormcloud-api-v2-client-php
=============================================

4.0.0(2y ago)20253.2k—8.9%14[1 PRs](https://github.com/RusticiSoftware/scormcloud-api-v2-client-php/pulls)Apache-2.0PHPPHP &gt;=8.0

Since Sep 23Pushed 2y ago6 watchersCompare

[ Source](https://github.com/RusticiSoftware/scormcloud-api-v2-client-php)[ Packagist](https://packagist.org/packages/rustici-software/scormcloud-api-v2-client-php)[ Docs](https://github.com/RusticiSoftware/scormcloud-api-v2-client-php)[ RSS](/packages/rustici-software-scormcloud-api-v2-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

scormcloud-api-v2-client-php
============================

[](#scormcloud-api-v2-client-php)

REST API used for SCORM Cloud integrations.

This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0
- Package version: 4.0.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 8.0 and later

Installation
------------

[](#installation)

### Composer

[](#composer)

[scormcloud-api-v2-client-php](https://packagist.org/packages/rustici-software/scormcloud-api-v2-client-php)

```
composer require rustici-software/scormcloud-api-v2-client-php

```

Tips and Tricks
---------------

[](#tips-and-tricks)

Working with headers will require calling the `WithHttpInfo` version of the function. This allows for grabbing the header directly from the response object:

```
// Note: This code is specifically designed to not modify any existing data
$dispatch_api = new RusticiSoftware\Cloud\V2\Api\DispatchApi();
$response = $dispatch_api->updateDispatchesWithHttpInfo(new \RusticiSoftware\Cloud\V2\Model\UpdateDispatchSchema(), null, new DateTime("now"));
print($response[2]['X-Total-Count'][0])
```

Changelog
---------

[](#changelog)

### Release 2.0.X:

[](#release-20x)

- Boolean parameters no longer need to be passed as strings to parse correctly.
- The service class' constructor no longer requires passing of a configuration object. If no config object is passed, the default will automatically be used instead.

Check the [changelog](https://cloud.scorm.com/docs/v2/reference/changelog/) for further details of what has changed.

Sample Code
-----------

[](#sample-code)

```
