library laravel-civic-sip
A service made to provide, set up and use the library from blockvis civic-sip-php in Laravel.
lmillucci/laravel-civic-sip
A service made to provide, set up and use the library from blockvis civic-sip-php in Laravel.
- Monday, June 18, 2018
- by lmillucci
- Repository
- 1 Watchers
- 1 Stars
- 1 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Laravel-civic-sip
A service made to provide, set up and use the library from blockvis civic-sip-php in Laravel., (*1)
Installing
- Install laravel-civic-sip package
composer require lmillucci/laravel-civic-sip
- Publish configuration with
php artisan vendor:publish
- Define env variables to use Civic
CIVIC_APPLICATION_ID=app_id
CIVIC_APPLICATION_SECRET=123456abcd
CIVIC_PRIVATE_SIGNING_KEY=abcd123456
CIVIC_ENVIRONMENT=prod
Implement server side validation
<? php
// Exchange Civic authorization code for requested user data.
$userData = CivicFacade::exchangeToken($jwtToken);
License
This project is licensed under the MIT License., (*2)
dev-master
9999999-dev
A service made to provide, set up and use the library from blockvis civic-sip-php in Laravel.
Sources
Download
MIT
The Requires
by
Lorenzo Millucci
v0.0.1
0.0.1.0
A service made to provide, set up and use the library from blockvis civic-sip-php in Laravel.
Sources
Download
MIT
The Requires
by
Lorenzo Millucci