PHPackages                             finix/processing-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. finix/processing-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

finix/processing-php
====================

A PHP HTTP Client conforming to the HAL hypermedia type for the Finix processing API

1.0.5(9y ago)22334[3 issues](https://github.com/finix-payments/processing-php-client/issues)[1 PRs](https://github.com/finix-payments/processing-php-client/pulls)1Apache2PHPPHP &gt;=5.4.0CI failing

Since Feb 18Pushed 8y ago20 watchersCompare

[ Source](https://github.com/finix-payments/processing-php-client)[ Packagist](https://packagist.org/packages/finix/processing-php)[ RSS](/packages/finix-processing-php/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (2)Versions (12)Used By (1)

Finix Processing HTTP Client
============================

[](#finix-processing-http-client)

[![Circle CI](https://camo.githubusercontent.com/046caf526d69accae0a68ddf2a4cd30ae937e0366425a6b5ead77409084c5634/68747470733a2f2f636972636c6563692e636f6d2f67682f66696e69782d7061796d656e74732f70726f63657373696e672d7068702d636c69656e742e7376673f7374796c653d73766726636972636c652d746f6b656e3d65313432333565306537383331323162313633393162636139636361383238393865336261333465)](https://circleci.com/gh/finix-payments/processing-php-client)

Requirements
------------

[](#requirements)

PHP 5.4 and later.

Issues
------

[](#issues)

Please use appropriately tagged github [issues](https://github.com/finix-payments/processing-php/issues) to request features or report bugs.

Composer
--------

[](#composer)

You can install the bindings via [Composer](http://getcomposer.org/). Run the following command:

```
composer require finix/processing-php
```

To use the bindings, use Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading):

```
require_once('vendor/autoload.php');
```

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

[](#getting-started)

If you do not wish to use Composer, you can download the [latest release](https://github.com/finix-payments/processing-php/releases). Then, `require` all bootstrap files:

```
require('/path/to/Finix/Settings.php');
require('/path/to/Finix/Bootstrap.php');

use \Finix\Settings;
use \Finix\Bootstrap;

Settings::configure([
    "root_url" => "https://api-staging.finix.io",
    "username" => 'US4CoseCAaB5RjTYrnwfDrZa',
    "password" => '4ca5aef5-f077-4277-a785-00f2cab07c21'
]);

Bootstrap::init();
```

See the [tests](https://github.com/finix-payments/processing-php-client/tree/master/tests) for more details.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 59.6% 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 ~39 days

Total

5

Last Release

3474d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0044b1672b22de0677a9728b144442ed6a8ab1a69f9e462c530b23a541c5dce7?d=identicon)[finix-eng-prod](/maintainers/finix-eng-prod)

---

Top Contributors

[![phuonghuynh](https://avatars.githubusercontent.com/u/705510?v=4)](https://github.com/phuonghuynh "phuonghuynh (56 commits)")[![rserna2010](https://avatars.githubusercontent.com/u/3508733?v=4)](https://github.com/rserna2010 "rserna2010 (38 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/finix-processing-php/health.svg)

```
[![Health](https://phpackages.com/badges/finix-processing-php/health.svg)](https://phpackages.com/packages/finix-processing-php)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[spatie/crawler

Crawl all internal links found on a website

2.8k18.5M66](/packages/spatie-crawler)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[guzzlehttp/guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.

25711.0M191](/packages/guzzlehttp-guzzle-services)

PHPackages © 2026

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