PHPackages                             vinceg/firstdataapi - 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. vinceg/firstdataapi

ActiveLibrary

vinceg/firstdataapi
===================

First Data Api

1.0(10y ago)35139.9k↑21.1%31MITPHPPHP &gt;=5.3.3

Since Nov 4Pushed 6y ago13 watchersCompare

[ Source](https://github.com/VinceG/php-first-data-api)[ Packagist](https://packagist.org/packages/vinceg/firstdataapi)[ Docs](http://vadimg.com/)[ RSS](/packages/vinceg-firstdataapi/feed)WikiDiscussions master Synced 1mo ago

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

First Data Global Gateway PHP API Service
=========================================

[](#first-data-global-gateway-php-api-service)

[Follow @gabrielva](https://twitter.com/gabrielva)

This component provides a PHP Wrapper to post api calls to the First Data payment processor.

It requires curl and the php curl extension.

Features:
---------

[](#features)

- Supports all transaction types.
- Supports Transarmor Token for charging credit cards more than once without storing the actual card number.

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

[](#installation)

This library is now installable using [Composer](http://getcomposer.org)

Add this to your project composer.json:

```
	"require": {
        "vinceg/firstdataapi": "dev-master"
	},

```

To use the component:

```
