PHPackages                             gazmendsahiti/ccpointe - 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. gazmendsahiti/ccpointe

ActiveLibrary

gazmendsahiti/ccpointe
======================

CcPointe is a lightweight package/library to interact with CardConnect's API CardPointe in a simple/fluent way.

11.0kPHP

Since Aug 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/gazmendsahiti/ccpointe)[ Packagist](https://packagist.org/packages/gazmendsahiti/ccpointe)[ RSS](/packages/gazmendsahiti-ccpointe/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

gazmendsahiti/ccpointe
======================

[](#gazmendsahiticcpointe)

CcPointe is a lightweight package/library to interact with CardConnect's API (CardPointe) in a simple/fluent way.

Installation via composer
-------------------------

[](#installation-via-composer)

Requires PHP &gt;= 8.1 to run

```
composer require gazmendsahiti/ccpointe
```

List of available methods
-------------------------

[](#list-of-available-methods)

To get started as fast as possible, please check CardPointe's docs, you may see merchid is required in all instances I have already taken care of that you don't need to pass that parameter. Note: Profile's endpoint is used to create profile, get profile, update profile and delete profile.

```
_________________________________________
| ENDPOINT          | METHOD            |
|___________________|___________________|
| inquireMerchant   | inquireMerchant   |
| auth              | authorization     |
| capture           | capture           |
| void              | void              |
| refund            | refund            |
| inquire           | inquire           |
| inquireByOrderId  | inquireByOrderId  |
| voidByOrderId     | voidByOrderId     |
| settlestat        | settlementStatus  |
| funding           | funding           |
| profile           | createProfile     |
| profile           | getProfile        |
| profile           | updateProfile     |
| profile           | deleteProfile     |
| sigcap            | signatureCapture  |
| bin               | bin               |
|_______________________________________|
```

Code Examples
-------------

[](#code-examples)

To use CcPointe first include it in your class/file using

```
use gazmendsahiti\CcPointe\CardPointe;
```

```
$cardPointe = new CardPointe($serviceUrl, $username, $password, $merchId);

$response = $cardPointe->authorization([
    'amount' => 255,
    // other parameters...
]);

// You can transform response to object or array
$objectResponse = $response->toObject();
$arrayResponse = $response->toArray()

// raw response from api
$raw = $response->rawResponse();
```

License
-------

[](#license)

MIT

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d34b43cbbb526b12aa45d7adbaf3122c4ff8405251d74544741ff05bebea2d0?d=identicon)[gazmendsahiti](/maintainers/gazmendsahiti)

---

Top Contributors

[![gazmendsahiti](https://avatars.githubusercontent.com/u/40344819?v=4)](https://github.com/gazmendsahiti "gazmendsahiti (6 commits)")

### Embed Badge

![Health badge](/badges/gazmendsahiti-ccpointe/health.svg)

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

PHPackages © 2026

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