PHPackages                             crossriverbank/crossriver-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. crossriverbank/crossriver-php

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

crossriverbank/crossriver-php
=============================

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

1.0.2(8y ago)018Apache2PHPPHP &gt;=5.4.0

Since Dec 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/crossriverbank/crossriver-php)[ Packagist](https://packagist.org/packages/crossriverbank/crossriver-php)[ RSS](/packages/crossriverbank-crossriver-php/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Crossriver Client
=================

[](#crossriver-client)

[![CircleCI](https://camo.githubusercontent.com/d7975d755349896d72e587833b60889c86b7812871fd5d851f4864770a43a46e/68747470733a2f2f636972636c6563692e636f6d2f67682f63726f7373726976657262616e6b2f63726f737372697665722d7068702e7376673f7374796c653d737667)](https://circleci.com/gh/crossriverbank/crossriver-php)

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

[](#requirements)

PHP 5.4 and later.

Issues
------

[](#issues)

Please use appropriately tagged github [issues](https://github.com/Crossriver/crossriver-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 crossriverbank/crossriver-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)

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

use \Crossriver\Settings;
use \Crossriver\Bootstrap;

Settings::configure([
    "root_url" => "https://api.sandbox.crb.finixpayments.com",
    "username" => "USq8mEqvcj1h5oKACLxBaR5N",
    "password" => "18288a65-3fec-481f-8cad-e924a31a0347"
]);

Bootstrap::init();
```

See the [tests](https://github.com/Crossriver/crossriver-php/tree/master/tests) for more details.

### Running tests

[](#running-tests)

`./vendor/bin/phpunit`

See `circle.yml` for more details.

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

2

Last Release

3098d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c30c173d2c35bd8426b95079c69acda9436438e368225abbe6650264a3801dd9?d=identicon)[maserna2](/maintainers/maserna2)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/crossriverbank-crossriver-php/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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