Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 918 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 918 Bytes

HubSpot PHP Imports Contacts App

Currently, this app focuses on demonstrating the functionality of Imports API endpoints and their related actions.

Please see the documentation on Creating an app in HubSpot

HubSpot Public API endpoints used in this application

Setup App

Make sure you have Docker Compose installed.

Configure

  1. Copy .env.template to .env
  2. Paste your HUBSPOT_API_KEY

Running

The best way to run this project (with the least configuration), is using docker compose. Change to the webroot and start it

docker-compose up -d --build

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