PHPackages                             aatishgore/pexcardsdk - 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. aatishgore/pexcardsdk

ActiveLibrary[API Development](/categories/api)

aatishgore/pexcardsdk
=====================

PexCard Api SDK package

09PHP

Since Dec 19Pushed 7y agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

PEX CARD PHP SDK
================

[](#pex-card-php-sdk)

This is a PEX CARD PHP SDK to trigger the api

[View tutorial](https://developer.pexcard.com/docs4)

Usage
-----

[](#usage)

- Install package

```
composer require aatishgore/PexCardSDK

```

- Publish Vendor

```
php artisan vendor:publish

```

Define API KEYS and Username
----------------------------

[](#define-api-keys-and-username)

- After Vendor Publish, define the api keys in config/pex.php

Modules complete
----------------

[](#modules-complete)

- Generating API key

```
use aatish\Pex\Services\PexService;

    $objPex = new PexService();
    $objPex->generate_user_token();
    $objPex->getToken()

```

- Renew API key

```
    $pex = new PexService();
    $pex->renew_token();

```

- Add Fund to card

```
        $pex = new PexService();
        $pex->setToken();
        $pex->FundCard(,);

```

- Add Fund to card to zero

```
        $pex = new PexService();
        $pex->setToken();
        $pex->FundCardZero();

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a553ddd1ba0f664601c0effb5e87ac637759f81de1e1be1c704fa26fce95190?d=identicon)[aatishgore](/maintainers/aatishgore)

---

Top Contributors

[![devaatish](https://avatars.githubusercontent.com/u/7700457?v=4)](https://github.com/devaatish "devaatish (8 commits)")[![aatishgore](https://avatars.githubusercontent.com/u/41229170?v=4)](https://github.com/aatishgore "aatishgore (1 commits)")

### Embed Badge

![Health badge](/badges/aatishgore-pexcardsdk/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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