PHPackages                             ekvio-dev/giftery - 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. ekvio-dev/giftery

ActiveProject[API Development](/categories/api)

ekvio-dev/giftery
=================

Giftery API client

2.0.0(2y ago)1381MITPHPPHP ^8.1

Since Jan 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ekvio-dev/giftery)[ Packagist](https://packagist.org/packages/ekvio-dev/giftery)[ RSS](/packages/ekvio-dev-giftery/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (8)Used By (0)

About The Project
-----------------

[](#about-the-project)

Another HTTP client for [Giftery API](https://docs.giftery.tech/b2b-api/) with support PSR 7/17/18 compatible HTTP client

Getting Started
---------------

[](#getting-started)

Before use API client you need get credentials pair of Client ID and Client Secret from Giftery Administration

### Installation

[](#installation)

Install from packagist

```
   composer install ekvio-dev/giftery
```

Usage
-----

[](#usage)

Create GifteryApi object with Http client. By default, project supports CURL implementation.

```
   $apiClient = new \Giftery\GifteryApi(new CurlClient(), 12345, 'secret');
   $response = $apiClient->getBalance();
```

or you can use PSR 7/17/18 compatible HTTP client (example: [ghuzzle](https://github.com/guzzle/guzzle))

```
    $httpFactory = new \GuzzleHttp\Psr7\HttpFactory();
    $httpClient = new \GuzzleHttp\Client();

    $psrClient = new \Giftery\PsrHttpClient($httpFactory, $httpClient);
    $apiClient - new \Giftery\GifteryApi($psrClient, 12345, 'secret');
    $response = $apiClient->getBalance();
```

or you can create you Giftery\\HttpClient implementation.

API client support methods: getBalance, getProducts, makeOrder, getStatus, getCertificate, getCode, getLinks, getCategories, getAddress, test.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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 ~4 days

Total

7

Last Release

822d ago

Major Versions

1.1.3 → 2.0.02024-02-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/faff3c2e8811b5df5b2a84fb71b43bc4e910d2a9e4699aec58b58a535b6be22d?d=identicon)[ekvio-dev](/maintainers/ekvio-dev)

---

Top Contributors

[![ekvio-dev](https://avatars.githubusercontent.com/u/63504891?v=4)](https://github.com/ekvio-dev "ekvio-dev (2 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/ekvio-dev-giftery/health.svg)

```
[![Health](https://phpackages.com/badges/ekvio-dev-giftery/health.svg)](https://phpackages.com/packages/ekvio-dev-giftery)
```

###  Alternatives

[kbsali/redmine-api

Redmine API client

4221.1M24](/packages/kbsali-redmine-api)[getbrevo/brevo-php

Official Brevo provided RESTFul API V3 php library

963.1M35](/packages/getbrevo-brevo-php)[swisnl/json-api-client

A PHP package for mapping remote JSON:API resources to Eloquent like models and collections.

211473.2k12](/packages/swisnl-json-api-client)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[prokerala/astrology-sdk

Prokerala.com Astrology API Client Library for PHP.

2610.0k](/packages/prokerala-astrology-sdk)[luzrain/telegram-bot-api

PHP Wrapper for Telegram Bot API

1032.8k1](/packages/luzrain-telegram-bot-api)

PHPackages © 2026

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