PHPackages                             hqapi/hqapi-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hqapi/hqapi-client

ActiveLibrary[API Development](/categories/api)

hqapi/hqapi-client
==================

A PHP client for the API services at HQAPI.com. Get your API token at https://hqapi.com/

1.0.1(8mo ago)022MITPHPPHP &gt;=8.2

Since Oct 17Pushed 8mo agoCompare

[ Source](https://github.com/hqapi/php)[ Packagist](https://packagist.org/packages/hqapi/hqapi-client)[ RSS](/packages/hqapi-hqapi-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

HQAPI PHP Client
================

[](#hqapi-php-client)

A lightweight and easy-to-use PHP client for interacting with the **HQAPI**web services.

This client provides convenient access to HQAPI endpoints for tasks such as capturing screenshots, example operations, and other web services — without manually handling HTTP requests or cURL calls.

---

🚀 Features
----------

[](#-features)

- Simple, intuitive interface for all HQAPI endpoints
- Fully type-hinted and PHP 8+ compatible
- Automatic error handling with `ApiException`
- Handles JSON responses and binary content (images) seamlessly
- PSR-12 compliant and ready for Composer autoloading

---

📦 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require hqapi/hqapi-client
```

Autoloading is handled automatically by Composer.

---

🔧 Usage
-------

[](#-usage)

### Initialize the client

[](#initialize-the-client)

```
