Download the PHP package randika-srimal/hubspot-card without Composer
On this page you can find all versions of the php package randika-srimal/hubspot-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download randika-srimal/hubspot-card
More information about randika-srimal/hubspot-card
Files in randika-srimal/hubspot-card
Download randika-srimal/hubspot-card
More information about randika-srimal/hubspot-card
Files in randika-srimal/hubspot-card
Vendor randika-srimal
Package hubspot-card
Short Description This package is an boilerplate for intergate HubSpot Card
License
Package hubspot-card
Short Description This package is an boilerplate for intergate HubSpot Card
License
Please rate this library. Is it a good library?
Informations about the package hubspot-card
HubSpot Card Boilerplate for Laravel
How to install the package
-
Install the composer package by executing
composer require randika-srimal/hubspot-card
. -
Open project terminal and execute
php artisan hubspot-card:install
. This will add the required routes, controllers and resources to your project. - HubSpot Card data get route is
/hubspot-card/data
. Card view will be available at/hubspot-card
. You may change these if required.
Important
Below .env properties can be used to extend HubSpot Card functionality.
HUBSPOT_CARD_JWT_SECRET
: Setting this will add JWT security to card view URL.HUBSPOT_CARD_TOKEN_ACTIVE_MINUTES
: The JWT will be expire after the minutes you set here. Default is 30 minutes.HUBSPOT_CLIENT_SECRET
: Setting this will enable HubSpot request verification.
All versions of hubspot-card with dependencies
PHP Build Version
Package Version
Requires
firebase/php-jwt Version
^6.3.1
The package randika-srimal/hubspot-card contains the following files
Loading the files please wait ....