PHPackages                             ziftr/api-client - 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. ziftr/api-client

ActiveLibrary

ziftr/api-client
================

Ziftr API PHP Client Bindings

030PHP

Since Sep 3Pushed 10y ago10 watchersCompare

[ Source](https://github.com/Ziftr/ziftr-api-client-php)[ Packagist](https://packagist.org/packages/ziftr/api-client)[ RSS](/packages/ziftr-api-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Ziftr API Bindings for PHP
==========================

[](#ziftr-api-bindings-for-php)

This branch is under active development and should not be considered stable for use in production systems. For more information please visit: [www.ziftrpay.com](http://www.ziftrpay.com/)

[![@awsforphp on Twitter](https://camo.githubusercontent.com/72fa9eceb65beabf5d13620e71b5ba0926cfda30cf3646fe6925773ff9d42968/687474703a2f2f696d672e736869656c64732e696f2f62616467652f747769747465722d2534307a696674726170692d626c75652e7376673f7374796c653d666c6174)](https://twitter.com/ziftrapi)[![Latest Development Version](https://camo.githubusercontent.com/88bd411a7677e3122b997cfb7ad34d0ef36b28e30f99e7522a1f1754f9faa044/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7a696674722f6170692d636c69656e742e737667)](https://packagist.org/packages/ziftr/api-client)

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

[](#installation)

The Ziftr API Client can be installed via [Composer](http://getcomposer.org) by requiring the `ziftr/api-client` package in your project's `composer.json`.

```
{
    "require": {
        "ziftr/api-client": "0.1.*@dev"
    }
}
```

Then run a composer update

```
php composer.phar update
```

Configuration
-------------

[](#configuration)

```
$configuration = new \Ziftr\ApiClient\Configuration();

$configuration->load_from_array(array(
  'host' => 'sandbox.fpa.bz',
  'port' => 443,
  'secure' => true,
  'private_key' => '...',
  'publishable_key' => '...'
));
```

You can create custom configuration loaders by extending the `\Ziftr\ApiClient\Configuration` class.

Usage
-----

[](#usage)

```
$request = new \Ziftr\ApiClient\Request('/orders', $configuration);
$response = $request->get();
```

Links
-----

[](#links)

- [Ziftr API Client for PHP on Github](http://github.com/ziftr/ziftr-api-client-php/)
- [Ziftr API Client on Packagist](https://packagist.org/packages/ziftr/api-client/)
- [Ziftr website](http://www.ziftr.com/)
- [ZiftrPAY website](http://www.ziftrpay.com/)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6e6662a4df487bbc81b29002bc5b0ab579dd51832beb086c00a462cdd98780c9?d=identicon)[andrewcurioso](/maintainers/andrewcurioso)

---

Top Contributors

[![andrewcurioso](https://avatars.githubusercontent.com/u/587738?v=4)](https://github.com/andrewcurioso "andrewcurioso (17 commits)")[![cytidd](https://avatars.githubusercontent.com/u/4114942?v=4)](https://github.com/cytidd "cytidd (2 commits)")[![hphu](https://avatars.githubusercontent.com/u/5354683?v=4)](https://github.com/hphu "hphu (2 commits)")

### Embed Badge

![Health badge](/badges/ziftr-api-client/health.svg)

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

PHPackages © 2026

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