PHPackages                             ilrwebservices/cardpointe-gateway-rest-api-client - 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. ilrwebservices/cardpointe-gateway-rest-api-client

ActiveLibrary[API Development](/categories/api)

ilrwebservices/cardpointe-gateway-rest-api-client
=================================================

PHP library for the CardPointe Gateway API

1.0.0(4y ago)01741MITPHPPHP &gt;=7.4.0

Since Mar 11Pushed 4y ago5 watchersCompare

[ Source](https://github.com/ilrWebServices/cardpointe-gateway-rest-api-client)[ Packagist](https://packagist.org/packages/ilrwebservices/cardpointe-gateway-rest-api-client)[ Docs](https://github.com/ilrWebServices/cardpointe-gateway-rest-api-client)[ RSS](/packages/ilrwebservices-cardpointe-gateway-rest-api-client/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CardPointe Gateway REST API Client for PHP
==========================================

[](#cardpointe-gateway-rest-api-client-for-php)

A simple PHP http client for the CardPointe Gateway REST API. Optimized for JSON and authentication via username and password. Based on [Guzzle](https://github.com/guzzle/guzzle).

`CardPointeGatewayRestClient` is an extended `GuzzleHttp\Client`, so it can do all the things that Guzzle can and a bit more.

Be sure to refer to the [CardPointe Gateway API documentation](https://developer.cardpointe.com/cardconnect-api/) for details.

Installation
------------

[](#installation)

Via composer:

```
composer require ilrwebservices/cardpointe-gateway-rest-api-client

```

Usage
-----

[](#usage)

```
