PHPackages                             solwee/pixt-api - 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. solwee/pixt-api

ActiveLibrary[API Development](/categories/api)

solwee/pixt-api
===============

Pix.T Api

0.1.1(2y ago)0249proprietaryPHPPHP &gt;=8.2

Since Dec 13Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Solwee/pixt-api)[ Packagist](https://packagist.org/packages/solwee/pixt-api)[ RSS](/packages/solwee-pixt-api/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

pixt-api
========

[](#pixt-api)

Overview
--------

[](#overview)

The objective of the project is to develop a straightforward PHP client for the PixT API. PixT technology offers an easy method for image creators to certify their images, thereby enhancing their trustworthiness.

Installation
------------

[](#installation)

To install latest version of `solwee/pixt-api` use [Composer](https://getcomposer.org).

Documentation
-------------

[](#documentation)

`ClientInterface` is designed to handle operations related to image processing and retrieval. It includes methods for generating presigned URLs for image uploads, uploading data to these URLs, and retrieving image certificates.

### Methods

[](#methods)

#### `getPresignedURL`

[](#getpresignedurl)

- **Description**: Generates a presigned URL for uploading an image.
- **Parameters**:
    - `$imageFileName` (`string`): The name of the image file for which the presigned URL will be generated.
- **Returns**: `PresignedUrl` - An object representing the presigned URL.

#### `putToPresignedURL`

[](#puttopresignedurl)

- **Description**: Uploads data to a given presigned URL.
- **Parameters**:
    - `$presignedUrl` (`PresignedUrl`): The presigned URL to which the data will be uploaded.
    - `$data` (`string`): The data to be uploaded, typically the image file's content.
- **Returns**: `int` - The HTTP status code indicating the result of the upload operation.

#### `getImageCertificate`

[](#getimagecertificate)

- **Description**: Retrieves a certificate for a specified image.
- **Parameters**:
    - `$imageId` (`string`): The unique identifier of the image.
    - `$keywords` (`bool`, optional): A flag to include keywords in the certificate. Defaults to `false`.
- **Returns**: `ImageCertificate` - An object containing the image's certificate details.

### Usage Example

[](#usage-example)

```
$client = new Solwee\Pixt\Client(
  new \GuzzleHttp\Client(),
    "https://partner.pixt.42cloud.io",
    "",
);

// Get a presigned URL for an image upload
$presignedUrl = $client->getPresignedURL("example.jpg");

// Upload image data to the presigned URL
$imageData = file_get_contents("example.jpg");
$status = $client->putToPresignedURL($presignedUrl, $imageData);

// Retrieve the certificate for the image
$imageCertificate = $client->getImageCertificate("image123", true);
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Total

2

Last Release

913d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/500e0bb44c4f69962cf0e869fb2c058556f0f33007ff43dad3cc6771e77d8d63?d=identicon)[Jan Juklíček](/maintainers/Jan%20Jukl%C3%AD%C4%8Dek)

---

Top Contributors

[![juklicek](https://avatars.githubusercontent.com/u/1753472?v=4)](https://github.com/juklicek "juklicek (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/solwee-pixt-api/health.svg)

```
[![Health](https://phpackages.com/badges/solwee-pixt-api/health.svg)](https://phpackages.com/packages/solwee-pixt-api)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
