Download the PHP package linkorb/silex-provider-hubclient without Composer
On this page you can find all versions of the php package linkorb/silex-provider-hubclient. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download linkorb/silex-provider-hubclient
More information about linkorb/silex-provider-hubclient
Files in linkorb/silex-provider-hubclient
Download linkorb/silex-provider-hubclient
More information about linkorb/silex-provider-hubclient
Files in linkorb/silex-provider-hubclient
Vendor linkorb
Package silex-provider-hubclient
Short Description Provides a client for the Hub.
License MIT
Package silex-provider-hubclient
Short Description Provides a client for the Hub.
License MIT
Please rate this library. Is it a good library?
Informations about the package silex-provider-hubclient
linkorb/silex-provider-hubclient
Provides two services from perinatologie/hub-client-php:-
ApiClientFactory
as a service namedhub_client.factory
which can create instances of the HubV3Client and HubV4ClientHubV3Client
as a service namedhub_client.service
Install
Install using composer:-
$ composer require linkorb/silex-provider-hubclient
Then configure and register the provider:-
// app/app.php
use LinkORB\HubClient\Provider\HubClientProvider;
...
$app->register(
new HubClientProvider,
['hub_client.url' => getenv('HUB_CLIENT_URL'),
// if you want to use the factory to create a HubV4Client then add the
// url of the UserBase Json Web Token authentication endpoint
'hub_client.userbase_url' = getenv('HUB_CLIENT_USERBASE_URL'),
// add these parameters if you want to directly create the HubV3Client
// with a fixed set of credentials
'hub_client.username' = getenv('HUB_CLIENT_USERNAME'),
'hub_client.password' = getenv('HUB_CLIENT_PASSWORD')]
);
"perinatologie/hub-client-php at GitHub"
All versions of silex-provider-hubclient with dependencies
PHP Build Version
Package Version
The package linkorb/silex-provider-hubclient contains the following files
Loading the files please wait ....