Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

cultuurnet/uitid-credentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UiTID Credentials.

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.

About

Library to fetch the UiTID service consumer and access token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published