PHPackages                             jeontwikkeling-nl/ltisaas\_client\_api\_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. [HTTP &amp; Networking](/categories/http)
4. /
5. jeontwikkeling-nl/ltisaas\_client\_api\_php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jeontwikkeling-nl/ltisaas\_client\_api\_php
===========================================

&lt;p&gt;A brief overview of the API versions:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;strong&gt;v0:&lt;/strong&gt; This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;v1:&lt;/strong&gt; This is the official version of the LtiSaas API, intended for production use.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Please be informed that when testing version v0, the HTTP &lt;code&gt;Access-Token&lt;/code&gt; header should be set with the value 'dummy'.&lt;/p&gt; &lt;p&gt;Also, please note that the API has a limit of 2500 results per response.&lt;/p&gt; &lt;p&gt;Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.&lt;/p&gt;

V1.0.54(3mo ago)030unlicensePHPPHP ^8.1CI failing

Since Aug 18Pushed 3mo agoCompare

[ Source](https://github.com/jeontwikkeling-nl/ltisaas_client_api_php)[ Packagist](https://packagist.org/packages/jeontwikkeling-nl/ltisaas_client_api_php)[ Docs](https://openapi-generator.tech)[ RSS](/packages/jeontwikkeling-nl-ltisaas-client-api-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (42)Used By (0)

OpenAPIClient-php
=================

[](#openapiclient-php)

A brief overview of the API versions:

- **v0:** This version is solely for testing and does not interact with the database, nor does it involve any validation. It simply serves mock data.
- **v1:** This is the official version of the LtiSaas API, intended for production use.

Please be informed that when testing version v0, the HTTP `Access-Token` header should be set with the value 'dummy'.

Also, please note that the API has a limit of 2500 results per response.

Additionally, all webservices support both POST and GET requests. However, the POST method is required when uploading files.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 8.1 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/jeontwikkeling-nl/ltisaas_client_api_php.git"
    }
  ],
  "require": {
    "jeontwikkeling-nl/ltisaas_client_api_php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
