PHP Package: hubspot/hubspot-php

A PHP library for HubSpot integration with SEO optimization and user-friendly features.

Current Version: 5.5.0
Last Updated: 2025-06-26
PHP Requirement: >=7.3
Dependencies:
guzzle/guzzle
phpunit/phpunit
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

HubSpot-PHP is a comprehensive PHP library designed for seamless integration with HubSpot's API, providing users with powerful tools for managing data, automating tasks, and analyzing marketing performance. With advanced SEO optimization capabilities, this library streamlines the process of leveraging HubSpot's functionality to enhance your digital marketing strategies. With a focus on user experience and efficiency, HubSpot-PHP offers a wide range of features to meet the diverse needs of developers and marketers.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 5.5.0

Download Download v5.5.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/hubspot/hubspot-php/5.5.0/loader.php';
require_once 'libs/guzzle/guzzle/7.10.0/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.4.1/loader.php';

use HubSpot\API;
use GuzzleHttp\Client;
use PHPUnit\Framework\TestCase;

$obj = new API();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.