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

ActiveLibrary[API Development](/categories/api)

senfenico/senfenico-php
=======================

Senfenico payment API sdk

v0.3.0(1y ago)199MITPHPPHP &gt;=5.6.0

Since May 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/senfenico/senfenico-php)[ Packagist](https://packagist.org/packages/senfenico/senfenico-php)[ Docs](https://senfenico.com/)[ RSS](/packages/senfenico-senfenico-php/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Senfenico PHP bindings
======================

[](#senfenico-php-bindings)

The Senfenico PHP library provides convenient access to the Stripe API from applications written in the PHP language.

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

[](#requirements)

PHP 7.3.0 and later.

Composer
--------

[](#composer)

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

```
composer require senfenico/senfenico-php
```

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

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

Manual Installation
-------------------

[](#manual-installation)

If you do not wish to use Composer, you can download the [latest release](https://github.com/senfenico/senfenico-php/releases). Then, to use the bindings, include the `init.php` file.

```
require_once '/path/to/senfenico-php/init.php';
```

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

[](#getting-started)

Simple usage looks like:

```
$senfenico = new \Senfenico\Senfenico('sk_test_...');
$charge = $senfenico->charge->create([
    'amount' => 1000,
    'phone' => '76xxxxxx',
    'provider' => 'orange_bf'
]);
echo $charge;
```

Documentation
-------------

[](#documentation)

See the [PHP API docs](https://docs.senfenico.com/).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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

Total

5

Last Release

654d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f4b6bba9739d52c797ed36fcb4eec0c7057b4348426937b234ca67b2bfae8845?d=identicon)[cheicknouhoun@gmail.com](/maintainers/cheicknouhoun@gmail.com)

---

Top Contributors

[![emmanuel-boly](https://avatars.githubusercontent.com/u/17049349?v=4)](https://github.com/emmanuel-boly "emmanuel-boly (10 commits)")

---

Tags

apipayment processingsenfenico

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[ebanx/ebanx

EBANX PHP library

22662.5k](/packages/ebanx-ebanx)[pay-now/paynow-php-sdk

PHP client library for accessing Paynow API

19207.3k3](/packages/pay-now-paynow-php-sdk)[everypay/everypay-php

1743.0k](/packages/everypay-everypay-php)

PHPackages © 2026

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