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 2mo 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 27% 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

2967d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb22f462ebeeabd93c53faaf6861c71abf2b93b96640e6bbb5e8b1d2a7a5cf8f?d=identicon)[CatPKT](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M452](/packages/google-gax)

PHPackages © 2026

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