PHPackages                             credibility/laravel-cybersource - 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. credibility/laravel-cybersource

ActiveLibrary

credibility/laravel-cybersource
===============================

v3.0.11(10y ago)314.3k5[1 PRs](https://github.com/credibility/laravel-cybersource/pulls)MITPHPPHP &gt;=5.5.9

Since Oct 6Pushed 8y ago11 watchersCompare

[ Source](https://github.com/credibility/laravel-cybersource)[ Packagist](https://packagist.org/packages/credibility/laravel-cybersource)[ RSS](/packages/credibility-laravel-cybersource/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (17)Used By (0)

laravel-cybersource
===================

[](#laravel-cybersource)

[![Build Status](https://camo.githubusercontent.com/bf228823093c2b922b880a47ce1f8a690ac7bbf4cc7304adc4f71db7b1e5214c/68747470733a2f2f7472617669732d63692e6f72672f637265646962696c6974792f6c61726176656c2d6379626572736f757263652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/credibility/laravel-cybersource)[![Coverage Status](https://camo.githubusercontent.com/92cf7d7e10ebbf03f9bf057def5683f1f8f5e926ff610d5aa0f9a7bb8854a052/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f637265646962696c6974792f6c61726176656c2d6379626572736f757263652f62616467652e706e67)](https://coveralls.io/r/credibility/laravel-cybersource)[![Packagist](https://camo.githubusercontent.com/858af45e0f3983eb2b1f5306c2931d9b6b816e9c829c87c7ee49f848fa87ef5e/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f637265646962696c6974792f6c61726176656c2d6379626572736f757263652e737667)](https://packagist.org/packages/credibility/laravel-cybersource)

This package wraps the Cybersource SOAP API in a convenient, easy to use package for Laravel.

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

[](#installation)

Install using composer:

```
"require": {
  "credibility/laravel-cybersource": "3.0.*"
}

```

See [Packagist](https://packagist.org/packages/credibility/laravel-cybersource) for latest version

Then, in `config/app.php`, add the following to the service providers array.

```
array(
   ...
  'Credibility\LaravelCybersource\Providers\LaravelCybersourceServiceProvider',
)

```

Finally, in `config/app.php`, add the following to the facades array.

```
array(
    ...
    'Cybersource'     => 'Credibility\LaravelCybersource\Facades\Cybersource',
)

```

Usage
-----

[](#usage)

Example usage using Facade:

```
$response = Cybersource::createSubscription(
    $paymentToken,
    $productId,
    $productTotal,
    $frequency
);

if($response->isValid()) {
    $responseDetails = $response->getDetails();
    echo $responseDetails['paySubscriptionCreateReply']['subscriptionID'];
} else {
    echo $response->error();
}

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

Recently: every ~14 days

Total

15

Last Release

3842d ago

Major Versions

v1.0.0 → 4.2.x-dev2014-11-29

v2.0.0 → v3.0.02015-09-09

PHP version history (3 changes)v1.0.0PHP &gt;=5.4.0

v3.0.0PHP &gt;=5.5.9

v3.0.2PHP &gt;=5.4.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/058fd18291dc96efad861f5ece9bbc6f3b485f037b881a39fd0792a84702bad5?d=identicon)[credibility](/maintainers/credibility)

---

Top Contributors

[![jcrowe206](https://avatars.githubusercontent.com/u/928788?v=4)](https://github.com/jcrowe206 "jcrowe206 (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/credibility-laravel-cybersource/health.svg)

```
[![Health](https://phpackages.com/badges/credibility-laravel-cybersource/health.svg)](https://phpackages.com/packages/credibility-laravel-cybersource)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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