Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 477 Bytes

File metadata and controls

24 lines (15 loc) · 477 Bytes

HubSpot-Php sample OAuth 2.0 app

Setup App

Make sure you have Php 7.0+ and Composer installed.

Configure

  1. Copy .env.template to .env
  2. Paste your HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET

Install

composer i

Running

php -S localhost:8000 -t src/public

You should now be able to navigate to http://localhost:8000 and use the application.