PHPackages                             payu/card-storage-client-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. payu/card-storage-client-php

ActiveLibrary[API Development](/categories/api)

payu/card-storage-client-php
============================

Card Storage PHP Client

1.0.1(8y ago)111Apache-2.0PHPPHP &gt;=5.6CI failing

Since May 3Pushed 8y ago19 watchersCompare

[ Source](https://github.com/PayU-EMEA/card-storage-client-php)[ Packagist](https://packagist.org/packages/payu/card-storage-client-php)[ Docs](https://github.com/PayU/apple-pay)[ RSS](/packages/payu-card-storage-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![Travis CI](https://camo.githubusercontent.com/cbed3b533a956ef10b0a8d591996b62b9b77868feacbf26b6c65b8e202138f3c/68747470733a2f2f7472617669732d63692e6f72672f506179552f636172642d73746f726167652d636c69656e742d7068702e737667)](https://travis-ci.org/PayU/card-storage-client-php) [![Latest Stable Version](https://camo.githubusercontent.com/69cef5cb90263e1515e6aa6620c6bac247272442df6d78c0ea7ccb68b2f6ddbc/68747470733a2f2f706f7365722e707567782e6f72672f706179752f636172642d73746f726167652d636c69656e742d7068702f762f737461626c652e737667)](https://packagist.org/packages/payu/card-storage-client-php) [![Total Downloads](https://camo.githubusercontent.com/9a3341868f3f438a68d97f9e09d93b7e48d4b02a25b18d6b095663bc75d57401/68747470733a2f2f706f7365722e707567782e6f72672f706179752f636172642d73746f726167652d636c69656e742d7068702f646f776e6c6f6164732e737667)](https://packagist.org/packages/payu/card-storage-client-php) [![License](https://camo.githubusercontent.com/5018dd0f48d931bd169afec7d9a392718ce129877b1d9b7d7532481a505d8245/68747470733a2f2f706f7365722e707567782e6f72672f706179752f636172642d73746f726167652d636c69656e742d7068702f6c6963656e73652e737667)](https://packagist.org/packages/payu/card-storage-client-php)

Prerequisites
-------------

[](#prerequisites)

- PHP 5.6 and above
- curl extension with support for OpenSSL
- PHPUnit 4.2.0 for running test suite (Optional)
- Composer (Optional)

Composer
--------

[](#composer)

You can install the library via [Composer](http://getcomposer.org/).

1. Method #1

- Run

```
composer require payu/card-storage-client-php
```

2. Method #2

- Add this to your composer.json

```
    {
      "require": {
        "payu/card-storage-client-php": "^0.1.0"
      }
    }
```

- Then install via:

```
    composer install
```

To use the library, include Composer's [autoload](https://getcomposer.org/doc/00-intro.md#autoloading%5D):

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

```

To use the examples, add the following to the example script:

```
require_once('/path/to/vendor/autoload.php');

```

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

[](#manual-installation)

Obtain the latest version of the PayU Card Storage Client Library with:

```
git clone https://github.com/PayU/card-storage-client-php.git

```

To use the Library, add the following to your PHP script:

```
require_once __DIR__ . '/path/to/card-storage-client-php/src/init.php';

```

To use the examples, add the following to the example script:

```
require_once __DIR__ . '/../src/init.php';

```

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

[](#getting-started)

You can find usage examples in the examples directory:

- cardStorageExample.php - Minimal requirements for getting card info based on a card number

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2928d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8714fa223d32c91d96ba5aededaea9dba9b395eb7574732e5964c280d2b5efaf?d=identicon)[drealecs](/maintainers/drealecs)

![](https://www.gravatar.com/avatar/05024869c39d99af5d46130f2338be684f8a3d83ef536f8e57d37b60f4362122?d=identicon)[trydocatch](/maintainers/trydocatch)

---

Top Contributors

[![trydocatch](https://avatars.githubusercontent.com/u/5352167?v=4)](https://github.com/trydocatch "trydocatch (7 commits)")

---

Tags

apipayucard storage

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/payu-card-storage-client-php/health.svg)

```
[![Health](https://phpackages.com/badges/payu-card-storage-client-php/health.svg)](https://phpackages.com/packages/payu-card-storage-client-php)
```

###  Alternatives

[m165437/laravel-blueprint-docs

API Blueprint Renderer for Laravel

22779.0k](/packages/m165437-laravel-blueprint-docs)

PHPackages © 2026

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