HubSpot PHP Imports Contacts App

September 17, 2021 ยท View on GitHub

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.