PHPackages                             payu/card-info-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. [Payment Processing](/categories/payments)
4. /
5. payu/card-info-client-php

ActiveLibrary[Payment Processing](/categories/payments)

payu/card-info-client-php
=========================

Card Info PHP Client

v0.1.0(9y ago)42501[1 PRs](https://github.com/PayU-EMEA/card-info-client-php/pulls)Apache2PHPPHP &gt;=5.6CI failing

Since Mar 27Pushed 8y ago22 watchersCompare

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

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

[![Travis CI](https://camo.githubusercontent.com/44d6f96e40b2a77573e637e200b24519e27c33ea32dea2bd74040d03c77020be/68747470733a2f2f7472617669732d63692e6f72672f506179552f636172642d696e666f2d636c69656e742d7068702e737667)](https://travis-ci.org/PayU/card-info-client-php) [![Latest Stable Version](https://camo.githubusercontent.com/72c2875a46bd576ebd33450f2e4d814adc1f9fc1558c2e611db46d34fc0c2d96/68747470733a2f2f706f7365722e707567782e6f72672f706179752f636172642d696e666f2d636c69656e742d7068702f762f737461626c652e737667)](https://packagist.org/packages/payu/card-info-client-php) [![Total Downloads](https://camo.githubusercontent.com/db860092e7c07767c6e17215917fef8f70008e910a544c04903bacb32ef8c91c/68747470733a2f2f706f7365722e707567782e6f72672f706179752f636172642d696e666f2d636c69656e742d7068702f646f776e6c6f6164732e737667)](https://packagist.org/packages/payu/card-info-client-php) [![License](https://camo.githubusercontent.com/fa22db66911b784b1abb54228637b79b0da2cefb5693708a786eb56e8ac62f10/68747470733a2f2f706f7365722e707567782e6f72672f706179752f636172642d696e666f2d636c69656e742d7068702f6c6963656e73652e737667)](https://packagist.org/packages/payu/card-info-client-php)

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

[](#prerequisites)

- PHP 5.3 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-info-client-php
```

2. Method #2

- Add this to your composer.json

```
    {
      "require": {
        "payu/card-info-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 Info V2 Client Library with:

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

```

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

```
require_once __DIR__ . '/path/to/card-info-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:

- cardExample.php - Minimal requirements for getting card info based on a card number
- tokenExample.php - Minimal requirements for getting card info based on a card token

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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

Unknown

Total

1

Last Release

3336d 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 (11 commits)")[![costyoancea](https://avatars.githubusercontent.com/u/4258384?v=4)](https://github.com/costyoancea "costyoancea (1 commits)")

---

Tags

paymentpayucard info

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tzsk/payu

PayU India Payment Gateway Integration with Laravel

47108.8k6](/packages/tzsk-payu)[payu/alu-client

Automatic Live Update Client

26302.4k1](/packages/payu-alu-client)[infyomlabs/laravel-payumoney

Laravel Payumoney Integration Library

113.9k](/packages/infyomlabs-laravel-payumoney)

PHPackages © 2026

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