PHPackages                             catpkt/http-api-gluer - 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. catpkt/http-api-gluer

ActiveLibrary[API Development](/categories/api)

catpkt/http-api-gluer
=====================

0.1.0(8y ago)0241MITPHPPHP &gt;=7.1.0

Since Mar 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/catpkt/http-api-glur)[ Packagist](https://packagist.org/packages/catpkt/http-api-gluer)[ RSS](/packages/catpkt-http-api-gluer/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

HTTP API Gluer with Encryptor
=============================

[](#http-api-gluer-with-encryptor)

Preliminary see: [fenzland/data-parser](https://github.com/Fenzland/data-parser)

Usage
-----

[](#usage)

```
composer require catpkt/http-api-gluer
```

Create instance of Gluer.

```
use Fenzland\HttpApiGluer\Gluer;
use Fenzland\DataParser\Transformer;
use CatPKT\Encryptor\Encryptor

$gluer= new Gluer(
	'https://url'           // URL of API.
,
	'POST'                  // Method of API.
,
	$request_transformer    // instance of Transformer.
,
	$response_transformer   // instance of Transformer.
,
	'catpkt/encryptor-php'  // content type of request
,
	'catpkt/encryptor-php'  // content type of response (optional if same with content type of request)
,
	$encryptor              // instance of Encryptor
);

// or

$gluer= Gluer::make_(
	'https://url/{path_param}'
,
	'POST'
,
	$request_transformer_meta           // meta array of Transformer.
,
	$response_transformer_meta          // meta array of Transformer.
,
	'catpkt/encryptor-php'
,
	'catpkt/encryptor-php'
,
	'encrypt-key--with-32-byte-length'  // encrypt key (optional, but require if using 'catpkt/encryptor-php')
,
	'AES-256-CBC'                       // encrypt method (optional, 'AES-256-CBC' as default)
);
```

Call api.

```
$result= $gluer->call( $data );
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

3018d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24599950?v=4)[CatPKT](/maintainers/CatPKT)[@catpkt](https://github.com/catpkt)

---

Top Contributors

[![Fenzland](https://avatars.githubusercontent.com/u/19697989?v=4)](https://github.com/Fenzland "Fenzland (6 commits)")

### Embed Badge

![Health badge](/badges/catpkt-http-api-gluer/health.svg)

```
[![Health](https://phpackages.com/badges/catpkt-http-api-gluer/health.svg)](https://phpackages.com/packages/catpkt-http-api-gluer)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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