PHPackages                             simon-payments/simon-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. [API Development](/categories/api)
4. /
5. simon-payments/simon-php

ActiveLibrary[API Development](/categories/api)

simon-payments/simon-php
========================

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

06PHP

Since Mar 28Pushed 9y agoCompare

[ Source](https://github.com/simon-payments/simon-php)[ Packagist](https://packagist.org/packages/simon-payments/simon-php)[ RSS](/packages/simon-payments-simon-php/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Simon Client
============

[](#simon-client)

[![Circle CI](https://camo.githubusercontent.com/977b4ac076c4042af7aae32dc8f4e9ce398686ceadc9d2745c22003a10505c47/68747470733a2f2f636972636c6563692e636f6d2f67682f53696d6f6e2f73696d6f6e2d7068702e7376673f7374796c653d737667)](https://circleci.com/gh/Simon/simon-php)

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

[](#requirements)

PHP 5.4 and later.

Composer
--------

[](#composer)

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

```
composer require simon-payments/simon-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/Simon/Settings.php');
require('/path/to/Simon/Bootstrap.php');

use \Simon\Settings;
use \Simon\Bootstrap;

Settings::configure([
    "root_url" => "https://api-staging.simonpayments.com",
    "username" => 'US6UjNRgFDxXY24GqPKajTtk',
    "password" => '04b5f38a-bae6-4d31-9267-c77a5620a26c'
]);

Bootstrap::init();
```

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

### Running tests

[](#running-tests)

`./vendor/bin/phpunit`

See `circle.yml` for more details.

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3508733?v=4)[Richie Serna](/maintainers/rserna2010)[@rserna2010](https://github.com/rserna2010)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/simon-payments-simon-php/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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