/hubspot-contact-engagement

PHP tool that reads all activities associated to contacts in Hubspot and then prints a simple text statistic

Primary LanguagePHP

Command Line PHP Tool For HubSpot Contact Engagements

How to Use!

  • Get your access_token and add it to the parameter.yml file
  • Go to your console then run
   php bin/console alfadocs-hubspot-contacts

PHP framwork

  • PHP Symfony 3.4

Installation

  • run
   composer install

Sample Result

    ===== Display Statistics =====
    2017-02-07: DEMO 2, CLOSE 1
    2017-02-09: DEMO 3
    2017-02-13: DEMO 2, CLOSE 2
    2017-02-08: CLOSE 1
    2017-03-24: DEMO 2, CLOSE 1
    ====== End Of Display ======

PHP TEST FRAMEWORK

  • run
   phpunit tests