cultuurnet/uitid-credentials

This package is abandoned and no longer maintained. No replacement package was suggested.

Brief description of this PHP library

dev-master / 0.x-dev 2020-05-25 14:15 UTC

This package is not auto-updated.

Last update: 2020-05-26 08:55:24 UTC


README

Build Status Coverage Status

Installation

You can install the CultuurNet\uitid-credentials PHP library in different ways:

  • Standalone. Clone or download from github and use [Composer][composer]. Run composer install from the root of the clone to download the necessary dependencies. Standalone usage is probably only useful for testing purposes.
  • Inside your project: require the cultuurnet/uitid-credentials package (it is [registered on Packagist][packagist]) and run composer update.
{
    "require": {
        "cultuurnet/uitid-credentials": "~0.1",
    }
}

How it works

This library allows you to interact with the UiTID Auth API, in order to fetch service consumer and access token.