PHP Package: conekta/conekta-php

Conekta PHP library for seamless payment integration with eCommerce platforms, providing secure and efficient transactions.

Current Version: 7.0.1
Last Updated: 2025-05-12
PHP Requirement: ^7.4 || ^8.0
Dependencies:
guzzle/guzzle
seldaek/monolog
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Conekta PHP library offers a robust solution for developers to easily integrate payment gateways into their eCommerce applications. With secure encryption and seamless transaction processing, it simplifies the payment process and enhances user experience. Compatible with major platforms and frameworks, this library streamlines payment functionalities for online businesses, ensuring reliability and customer satisfaction.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.0.1

Download Download v7.0.1

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/conekta/conekta-php/7.0.1/loader.php';
require_once 'libs/guzzle/guzzle/7.9.3/loader.php';
require_once 'libs/seldaek/monolog/3.9.0/loader.php';

use Conekta\Conekta;
use Conekta\Charge;

$obj = new Conekta();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.