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

ActiveLibrary[Payment Processing](/categories/payments)

asaadabdo/laravel-cybersource
=============================

v4.0.5(8y ago)0163MITPHPPHP &gt;=5.5.9

Since Oct 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/AsaadAbdo/laravel-cybersource)[ Packagist](https://packagist.org/packages/asaadabdo/laravel-cybersource)[ RSS](/packages/asaadabdo-laravel-cybersource/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (5)Versions (23)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": {
  "asaadabdo/laravel-cybersource": "4.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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~51 days

Recently: every ~9 days

Total

21

Last Release

3211d ago

Major Versions

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

v2.0.0 → v3.0.02015-09-09

v3.0.11 → v4.0.02017-08-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://avatars.githubusercontent.com/u/3961892?v=4)[Asaad Abdo](/maintainers/AsaadAbdo)[@AsaadAbdo](https://github.com/AsaadAbdo)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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