cm2tech/soluti-bird-id-symfony-bundle
$ composer require cm2tech/soluti-bird-id-symfony-bundle
use Soluti\BirdIdSymfonyBundle\Service\OauthService as BirdIdOauthService;
use Soluti\BirdIdSymfonyBundle\Request\ClientToken as ClientTokenRequest;
$clientTokenRequest = new ClientTokenRequest(
'client_id_here',
'client_secret_here'
);
$response = BirdIdOauthService::clientToken($clientTokenRequest);
// var_dump($response->getStatusCode());
// var_dump($response->getContent(false));
How can I help you explore Laravel packages today?