cultuurnet / uitid-credentials
Brief description of this PHP library
Installs: 7 076
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 1
Open Issues: 0
Requires
- cultuurnet/auth: ~1.2
Requires (Dev)
- guzzle/plugin-mock: dev-master
- phing/phing: ~2.11
- phpunit/phpunit: ~4.7
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2020-05-26 08:55:24 UTC
README
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.