PHPackages                             rikudosama/cinetpay - 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. [Payment Processing](/categories/payments)
4. /
5. rikudosama/cinetpay

ActiveLibrary[Payment Processing](/categories/payments)

rikudosama/cinetpay
===================

A Laravel package for integrating CinetPay

05[4 PRs](https://github.com/rikudosama/Cinetpay/pulls)PHPCI passing

Since Oct 13Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/rikudosama/Cinetpay)[ Packagist](https://packagist.org/packages/rikudosama/cinetpay)[ RSS](/packages/rikudosama-cinetpay/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (6)Used By (0)

:package\_description
=====================

[](#package_description)

---

A Laravel package for integrating CinetPay

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/d7f26d1155fe87eaf7316120ab13df33a13607eaf39c890056b69a8dce07de16/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f3a7061636b6167655f6e616d652e6a70673f743d31)](https://github-ad-click/cinetpay)

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

[](#installation)

You can install the package via composer:

```
composer require Rikudosama/Cinetpay
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Rikudosama\Cinetpay\CinetpayServiceProvider" --tag="config"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="config"
```

This is the contents of the published config file:

```
return [
     'api_key' => env('CINETPAY_API_KEY'),
    'site_id' => env('CINETPAY_SITE_ID'),
    'base_url' => env('CINETPAY_BASE_URL', 'https://api.cinetpay.com/v1/'),
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag=":cinetpay-views"
```

Usage
-----

[](#usage)

```
use Rikudosama\Cinetpay\Cinetpay;

class PaymentController extends Controller
{
    protected $cinetpay;

    public function __construct(Cinetpay $cinetpay)
    {
        $this->cinetpay = $cinetpay;
    }

    public function processPayment(Request $request)
    {
        $data = [
            // Les données requises pour le paiement
        ];

        $response = $this->cinetpay->makePayment($data);

        // Traitez la réponse comme nécessaire
    }
}
```

Usage views
-----------

[](#usage-views)

```
return view('cinetpay::cinetpay');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [:author\_name](https://github.com/rikudosama)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance57

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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/20500592?v=4)[Lengam jean bonaventure](/maintainers/rikudosama)[@rikudosama](https://github.com/rikudosama)

---

Top Contributors

[![rikudosama](https://avatars.githubusercontent.com/u/20500592?v=4)](https://github.com/rikudosama "rikudosama (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")

### Embed Badge

![Health badge](/badges/rikudosama-cinetpay/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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