PHPackages                             verdigado/gruene-api-client - 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. verdigado/gruene-api-client

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

verdigado/gruene-api-client
===========================

\## OpenAPI Endpoints &lt;a href="/api-json"&gt;OpenAPI Spec in JSON&lt;/a&gt;&lt;br&gt; &lt;a href="/api-yaml"&gt;OpenAPI Spec in YAML&lt;/a&gt;&lt;br&gt; ### Offboarding Every service conntected to Grünes Netz needs to remove users when they are removed from `saml.gruene.de`. Connected services need to pull a list of users waiting for removal at least once a week. api.gruene.de needs to be informed whether the user did not exist or was removed. API tokens can be obtained from `technik@verdigado.com`.

0.9.2(1y ago)0116unlicensePHPPHP ^7.4 || ^8.0

Since Feb 12Pushed 1y ago4 watchersCompare

[ Source](https://github.com/verdigado/gruene-api-php-client)[ Packagist](https://packagist.org/packages/verdigado/gruene-api-client)[ Docs](https://openapi-generator.tech)[ RSS](/packages/verdigado-gruene-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

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

[](#openapiclient-php)

OpenAPI Endpoints
-----------------

[](#openapi-endpoints)

&lt;a href="/api-json"&gt;OpenAPI Spec in JSON
&lt;a href="/api-yaml"&gt;OpenAPI Spec in YAML

### Offboarding

[](#offboarding)

Every service conntected to Grünes Netz needs to remove users when they are removed from `saml.gruene.de`. Connected services need to pull a list of users waiting for removal at least once a week. api.gruene.de needs to be informed whether the user did not exist or was removed. API tokens can be obtained from `technik@verdigado.com`.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

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

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
