PHPackages                             conekta/conekta-php - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. conekta/conekta-php

ActiveLibrary[HTTP &amp; Networking](/categories/http)

conekta/conekta-php
===================

Conekta PHP Library

7.0.8(5mo ago)912.0M↓12.5%41[1 PRs](https://github.com/conekta/conekta-php/pulls)16MITPHPPHP ^7.4 || ^8.0CI passing

Since Jan 14Pushed 4mo ago19 watchersCompare

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

READMEChangelog (10)Dependencies (5)Versions (60)Used By (16)

conekta
=======

[](#conekta)

Conekta sdk

For more information, please visit .

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/conekta/conekta-php.git"
    }
  ],
  "require": {
    "conekta/conekta-php": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
