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 2w 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 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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

914d 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

[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

86337.5k](/packages/flow-php-flow)[getbrevo/brevo-php

Official PHP SDK for the Brevo API.

1004.1M59](/packages/getbrevo-brevo-php)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6943.5M449](/packages/drupal-core-recommended)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.7M10](/packages/chargebee-chargebee-php)

PHPackages © 2026

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