PHPackages                             integready/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. [API Development](/categories/api)
4. /
5. integready/firstdataapi

ActiveLibrary[API Development](/categories/api)

integready/firstdataapi
=======================

FirstData API

1.2.0.4(5y ago)0624MITPHPPHP &gt;=7.3

Since Nov 4Pushed 5y agoCompare

[ Source](https://github.com/IntegReady/php-first-data-api)[ Packagist](https://packagist.org/packages/integready/firstdataapi)[ RSS](/packages/integready-firstdataapi/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (1)Versions (11)Used By (0)

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

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

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

It requires `curl` and the `php_curl` extension.

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

[](#installation)

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

Add this to your project composer.json:

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

```

To use the component:

```
